summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-10 17:33:48 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-10 18:18:53 +0100
commit3d0861de2082fe9eb6cef0c480447d8661f783df (patch)
tree653665c8ddc28f527b70212674045d39a80172d2 /themes/luci-theme-bootstrap
parent6496ed88a6dfa15c0f34f3865a559e1c405cdc4f (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/luci-theme-bootstrap')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css4
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 7c90cf2801..a1055dc06c 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;
}