]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/style.css
Colorize the bandwidth meter and update jquery.
[people/teissler/ipfire-2.x.git] / html / html / themes / ipfire / include / style.css
index 7529a55bcf0a2fa2012c5bafa3ddc73bb7ca3ba9..2d1fb0ef930e4555e94b5811624d2ca753e8e99e 100644 (file)
@@ -433,3 +433,9 @@ max-width: 2.5em;
        position: relative;
        width: 100%;
        }
+
+/* FOOTER      COLORIZE BANDWIDTH */
+
+#rx_kbs { color: green; }
+
+#tx_kbs { color: red; }