diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-10 17:33:48 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-10 18:18:53 +0100 |
commit | 3d0861de2082fe9eb6cef0c480447d8661f783df (patch) | |
tree | 653665c8ddc28f527b70212674045d39a80172d2 /themes | |
parent | 6496ed88a6dfa15c0f34f3865a559e1c405cdc4f (diff) |
luci-theme-bootstrap: minor CSS fixes
- Don't remove background for disabled buttons
- Move inactive tooltip element further out of the view area
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 |
1 files changed, 1 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 7c90cf280..a1055dc06 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1575,7 +1575,7 @@ select + .cbi-button { .cbi-tooltip { position: absolute; z-index: 1000; - left: -1000px; + left: -10000px; box-shadow: 0 0 2px #ccc; border-radius: 3px; background: #fff; @@ -1662,14 +1662,12 @@ select + .cbi-button { .btn.disabled { cursor: default; - background-image: none; opacity: 0.65; box-shadow: none; } .btn[disabled] { cursor: default; - background-image: none; opacity: 0.65; box-shadow: none; } |