mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 23:34:34 +04:00
luci-theme-bootstrap: Realtime Graphs dark mode
This feature is to have the realtime graphs dark when using Bootstrap Dark Theme Signed-off-by: james <jameslindstrom2@gmail.com>
This commit is contained in:
@@ -2565,3 +2565,15 @@ div.cbi-value var.cbi-tooltip-container,
|
||||
[data-page="admin-system-admin-sshkeys"] .cbi-dynlist {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
[data-darkmode="true"] [data-page="admin-status-realtime-load"] #view > div[style] {
|
||||
background-color: var(--background-color-high)!important;
|
||||
}
|
||||
|
||||
[data-darkmode="true"] [data-page="admin-status-realtime-bandwidth"] #view > div > div > div > div[style] {
|
||||
background-color: var(--background-color-high)!important;
|
||||
}
|
||||
|
||||
[data-darkmode="true"] [data-page="admin-status-realtime-connections"] #view > div[style] {
|
||||
background-color: var(--background-color-high)!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user