diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index a022bccbf..dadb9942d 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -417,16 +417,6 @@ div.cbi-value-description { display: inline; } -/* -div.cbi-value-field > div.cbi-value-description { - display: none; -} - -div.cbi-value:hover div.cbi-value-field > div.cbi-value-description { - display: block; -} -*/ - div.cbi-section-create { clear: left; } @@ -445,7 +435,7 @@ div.cbi-section-remove { } .cbi-section-node { - CLEAR: Both; + clear: both; border: 1px dotted #bbbbbb; padding-bottom: 0; } |