implemented blog notification per users

This commit is contained in:
gabryon99 2020-03-27 17:46:07 +01:00
parent 983fea5701
commit e486d05058
5 changed files with 164 additions and 99 deletions

View file

@ -262,9 +262,22 @@ text, g text.tick {
#legend {
background: transparent !important;
color: #ccc !important;
color: #ccc !important;
}
.switches-list-container {
background: none !important;
}
.border-top {
border-top: 1px solid #2d2d2d!important;
}
.border-bottom {
border-bottom: 1px solid #2d2d2d!important;
}
.border-left {
border-left: 1px solid #2d2d2d!important;
}
.border-right {
border-right: 1px solid #2d2d2d!important;
}