Skip to content

Commit

Permalink
luci-theme-bootstrap: Realtime Graphs dark mode
Browse files Browse the repository at this point in the history
This feature is to have the realtime graphs dark when using Bootstrap Dark Theme

Signed-off-by: james <[email protected]>
  • Loading branch information
JimMatthew authored and systemcrash committed Mar 12, 2024
1 parent 7053272 commit 0564077
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 0564077

Please sign in to comment.