diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-30 14:14:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-30 14:14:58 +0000 |
commit | 7aca8f2381c9821bf9b208db45de04bad9f21311 (patch) | |
tree | 12ec6f404a700f2e6669358c728016e7d5a45c3f /themes | |
parent | 43df5042781a5b5fa7e839ad2b09b2b1232a56db (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.css | 4 |
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; } |