mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
improved looking for notifications in dark mode (#4650)
This commit is contained in:
parent
888cbd77c2
commit
eae76d29f7
2 changed files with 8 additions and 1 deletions
|
|
@ -310,4 +310,11 @@ text, g text.tick {
|
|||
|
||||
#n-navbar {
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.toast {
|
||||
box-shadow: 0 20px 25px -5px rgba(255, 255, 255, 0.1), 0 10px 10px -5px rgba(255, 255, 255, 0.04);
|
||||
}
|
||||
.toast, .toast-body {
|
||||
background-color: rgba(16, 16, 16, 0.85);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue