diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-12-14 10:08:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 10:08:37 +0200 |
commit | 60bb727bcb25ddf862522516ea7d997d3d482693 (patch) | |
tree | d35f631002830ce119f1ff059501ef311464bfd7 | |
parent | 85ea846fc1982e37bcc24e06c9180365998677c0 (diff) | |
parent | c42b4a3bf939b40195c52e2eacea4981f222f0fa (diff) |
Merge pull request #873 from arjendekorte/patch-5
luci-theme-bootstrap: fix minor CSS errors
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index ef19e7c11..1d712e453 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -447,7 +447,7 @@ form .cbi-value:before, form .cbi-value:after { zoom: 1; } -form .clearfix:after +form .clearfix:after, form .cbi-value:after { clear: both; } @@ -996,7 +996,7 @@ a.menu:after, .dropdown-toggle:after { .menu-dropdown li, .dropdown-menu li { float: none; display: block; - background-color: none; + background-color: transparent; } .menu-dropdown .divider, .dropdown-menu .divider { @@ -1732,7 +1732,6 @@ a.label:hover { color: #808080; display: inline-block; font-size: 13px; - height: 22 dpx; line-height: 18px; } |