summaryrefslogtreecommitdiff
path: root/superhero/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-03-11 17:21:53 -0500
committerThomas Park <thomas@thomaspark.co>2016-03-11 17:21:53 -0500
commit93c52826f10c8159b402ecb548b25f9b6357a130 (patch)
tree755d1e941f82da2b23aa6d8f352a2968172d09d8 /superhero/bootstrap.css
parentd5e196e85a3a1f4ca72cacd59470e9fcf58c269a (diff)
superhero: add borders for input states, closes #554
Diffstat (limited to 'superhero/bootstrap.css')
-rw-r--r--superhero/bootstrap.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css
index 83f67566..6eeaf432 100644
--- a/superhero/bootstrap.css
+++ b/superhero/bootstrap.css
@@ -6869,6 +6869,10 @@ label,
.has-warning .form-control-feedback {
color: #f0ad4e;
}
+.has-warning .form-control,
+.has-warning .form-control:focus {
+ border: 4px solid #f0ad4e;
+}
.has-warning .input-group-addon {
border: none;
}
@@ -6885,6 +6889,10 @@ label,
.has-error .form-control-feedback {
color: #d9534f;
}
+.has-error .form-control,
+.has-error .form-control:focus {
+ border: 4px solid #d9534f;
+}
.has-error .input-group-addon {
border: none;
}
@@ -6901,6 +6909,10 @@ label,
.has-success .form-control-feedback {
color: #5cb85c;
}
+.has-success .form-control,
+.has-success .form-control:focus {
+ border: 4px solid #5cb85c;
+}
.has-success .input-group-addon {
border: none;
}