summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index 75d5de83..0afdcc6e 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -7092,23 +7092,23 @@ input[type="checkbox"]:disabled:checked:after,
background-color: #bbbbbb;
border-color: transparent;
}
-.has-warning input,
+.has-warning input:not([type=checkbox]),
.has-warning .form-control,
-.has-warning input:focus,
+.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
-webkit-box-shadow: inset 0 -2px 0 #ff9800;
box-shadow: inset 0 -2px 0 #ff9800;
}
-.has-error input,
+.has-error input:not([type=checkbox]),
.has-error .form-control,
-.has-error input:focus,
+.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
-webkit-box-shadow: inset 0 -2px 0 #e51c23;
box-shadow: inset 0 -2px 0 #e51c23;
}
-.has-success input,
+.has-success input:not([type=checkbox]),
.has-success .form-control,
-.has-success input:focus,
+.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
-webkit-box-shadow: inset 0 -2px 0 #4caf50;
box-shadow: inset 0 -2px 0 #4caf50;