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-Tag: 0.11.0~1680 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=7aca8f2381c9821bf9b208db45de04bad9f21311;hp=43df5042781a5b5fa7e839ad2b09b2b1232a56db 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 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; }