summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-09-30 14:14:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-09-30 14:14:58 +0000
commit7aca8f2381c9821bf9b208db45de04bad9f21311 (patch)
tree12ec6f404a700f2e6669358c728016e7d5a45c3f /themes
parent43df5042781a5b5fa7e839ad2b09b2b1232a56db (diff)
themes/openwrt: use new css class to straight out upper left corner in tabbed sections
Diffstat (limited to 'themes')
-rw-r--r--themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index f08e2d2ad..e82022920 100644
--- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@ -631,6 +631,10 @@ div.cbi-section-remove {
position: relative;
}
+.cbi-section-node-tabbed {
+ border-top-left-radius: 0;
+}
+
.cbi-section-node .cbi-value-last {
border-bottom: none;
}