diff options
author | Arjen de Korte <arjendekorte@users.noreply.github.com> | 2016-12-10 22:09:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-10 22:09:50 +0100 |
commit | c42b4a3bf939b40195c52e2eacea4981f222f0fa (patch) | |
tree | 13862b2a9fc493aa9a9b672ca4ef42e8adadaecc /themes | |
parent | ac5bd8c2f1b74f7a6e0c09629c4ba96e3a8da037 (diff) |
luci-theme-bootstrap: fix minor CSS errors
Signed-off-by: Arjen de Korte \<build+luci@de-korte.org\>
Diffstat (limited to 'themes')
-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; } |