mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
implemented blog notification per users
This commit is contained in:
parent
983fea5701
commit
e486d05058
5 changed files with 164 additions and 99 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue