summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt/htdocs/luci-static
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-12-01 20:18:21 +0100
committerJo-Philipp Wich <jo@mein.io>2019-12-16 18:07:17 +0100
commitebc99a6ab30d1b563b1e073df93006504cdc80ae (patch)
treeae1d142fd013ef0ee8ac19646719a66437096736 /themes/luci-theme-openwrt/htdocs/luci-static
parent5db4463acec5a672c4e4fcb7c91fb93af8e43387 (diff)
luci-theme-openwrt: render menu on client side
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-openwrt/htdocs/luci-static')
-rw-r--r--themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
index faaaf220a1..fbe6b9e0b9 100644
--- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@ -1017,6 +1017,10 @@ ul.cbi-tabmenu {
border-bottom: 1px solid #bbb;
}
+#tabmenu > ul.cbi-tabmenu {
+ margin: 0 !important;
+}
+
ul.cbi-tabmenu li {
display: inline-flex;
margin: 0 5px -1px 0;