mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Changed extra info card background color for white mode (#5782)
This commit is contained in:
parent
4a3d15748d
commit
75790c3598
2 changed files with 11 additions and 1 deletions
|
|
@ -248,6 +248,16 @@ a:hover, .btn-link:hover {
|
|||
color: rgb(255 255 255 / 50%) !important;
|
||||
}
|
||||
|
||||
.extrainfo {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
border-radius: 4px;
|
||||
left: 8px;
|
||||
top: 8px;
|
||||
padding: 8px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
ul.navbar-nav li.nav-item.active,
|
||||
ul.navbar-nav li.nav-item.active > a.active {
|
||||
color: #e9e9e9 !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue