themes/openwrt: use new css class to straight out upper left corner in tabbed sections
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index f08e2d2..e820229 100644 (file)
@@ -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;
 }