themes/openwrt: add an AJAX activity indicator toggle to turn refreshes on and off
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index e820229207b80cbd85fa2056bdc37c8dcce839d6..64bc5bd9b3f9ffa18d845bc315dfa0712bf31e7f 100644 (file)
@@ -166,6 +166,20 @@ div.hostinfo {
        padding: 0.5em;
 }
 
+#xhr_poll_status {
+       cursor: pointer;
+}
+
+#xhr_poll_status #xhr_poll_status_off {
+       font-weight: bold;
+       color: #FF0000;
+}
+
+#xhr_poll_status #xhr_poll_status_on {
+       font-weight: bold;
+       color: #00FF00;
+}
+
 #menubar {
        position: relative;
        width: 100%;