summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-04-13 12:42:17 +0200
committerJo-Philipp Wich <jo@mein.io>2020-04-14 17:06:34 +0200
commitd9bd5466a4a2ac2120c70058b4f85a9be84dbd4f (patch)
tree2aa468cb39051f0ee468d997231c422f4da2019c /themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
parent68b2ce84ece62e3aec98b9be31e61ec5f6cdba2d (diff)
luci-theme-openwrt-2020: remove xhr_poll_status markup
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css')
-rw-r--r--themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
index 74b4e0b77..f83f1ba57 100644
--- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
+++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
@@ -107,8 +107,7 @@ body {
white-space: nowrap;
}
-#indicators > [data-style="inactive"],
-#indicators > * > #xhr_poll_status_off {
+#indicators > [data-style="inactive"] {
background: var(--main-bright-color);
color: var(--secondary-bright-color);
border: 2px solid var(--secondary-bright-color);
@@ -116,12 +115,6 @@ body {
padding: 0 calc(.5em - 2px);
}
-#indicators > * > #xhr_poll_status_off {
- border-radius: 1em;
- margin: 0 -.5em;
- display: block;
-}
-
#menubar h2,
.skiplink {
display: none;