diff options
-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; } |