summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-07-15 15:17:32 +0200
committerJo-Philipp Wich <jo@mein.io>2018-07-15 15:17:32 +0200
commit2787a52d6dc9cb2027ba1c24d029e08b4ac33b62 (patch)
treecd3401ee624eb61b111efde5aa3ef943f683edc0 /themes/luci-theme-bootstrap
parentf6ffc3d739ef48c3186b3313e2480c8787f42fcd (diff)
luci-theme-bootstrap: small style fix for link buttons
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.css7
1 files changed, 2 insertions, 5 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 38f3ca54e..4ca9e84f4 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -567,7 +567,7 @@ textarea {
color: #bfbfbf;
}
-input, textarea {
+.btn, .cbi-button, input, textarea {
transition: border linear 0.2s, box-shadow linear 0.2s;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
@@ -577,6 +577,7 @@ input:focus, textarea:focus {
outline: 0;
border-color: rgba(82, 168, 236, 0.8) !important;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
+ text-decoration: none;
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
@@ -1591,10 +1592,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
line-height: 28px;
}
-.alert-message .btn {
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
-}
-
.label {
padding: 1px 3px 2px;
font-size: 9.75px;