mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
fixed tooltip on dark mode
This commit is contained in:
parent
a78fdb7e5d
commit
2f7145e659
2 changed files with 8 additions and 1 deletions
|
|
@ -349,4 +349,11 @@ text, g text.tick {
|
|||
|
||||
.tagify__input {
|
||||
color: #eee !important;
|
||||
}
|
||||
|
||||
.apexcharts-tooltip .apexcharts-tooltip-title{
|
||||
background-color: #414141!important;
|
||||
}
|
||||
.apexcharts-tooltip.apexcharts-theme-light {
|
||||
background-color: rgb(32, 32, 32) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue