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