diff options
-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; } |