From: Jo-Philipp Wich Date: Fri, 30 Sep 2011 14:14:58 +0000 (+0000) Subject: themes/openwrt: use new css class to straight out upper left corner in tabbed sections X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7aca8f2381c9821bf9b208db45de04bad9f21311;p=openwrt-luci.git themes/openwrt: use new css class to straight out upper left corner in tabbed sections --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index f08e2d2ad4..e820229207 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; }