From 7aca8f2381c9821bf9b208db45de04bad9f21311 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 30 Sep 2011 14:14:58 +0000 Subject: [PATCH] themes/openwrt: use new css class to straight out upper left corner in tabbed sections --- themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.11.0