mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixed severity color under dark-theme (Issue #5562)
This commit is contained in:
parent
213e2c96fb
commit
868258b401
1 changed files with 3 additions and 1 deletions
|
|
@ -296,7 +296,9 @@ ul.navbar-nav li.nav-item.active > a.active {
|
|||
.table td,
|
||||
.table th {
|
||||
border-top: 1px solid #2c2c2c !important;
|
||||
border-color: #2c2c2c !important;
|
||||
border-right-color: #2c2c2c !important;
|
||||
border-top-color: #2c2c2c !important;
|
||||
border-bottom-color: #2c2c2c !important;
|
||||
color: #e2e2e2;
|
||||
}
|
||||
.table-hover tbody tr:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue