mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
White Mode UI Fixes
This commit is contained in:
parent
c6e9e753dd
commit
72cd143267
2 changed files with 10 additions and 1 deletions
|
|
@ -1067,4 +1067,14 @@ td.dashboard-counter {
|
|||
-webkit-appearance: none !important;
|
||||
-moz-appearance: none !important;
|
||||
appearance: none !important;
|
||||
}
|
||||
|
||||
.alert-warning{
|
||||
color: #5f4702;
|
||||
background-color: #fff0a5;
|
||||
border-color: #f7e694;
|
||||
}
|
||||
|
||||
li > a > .fa-external-link-alt{
|
||||
color: #0091EA;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue