This feature is to have the realtime graphs dark when using Bootstrap Dark Theme
Signed-off-by: james <jameslindstrom2@gmail.com>
[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;
+}