aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-04 23:05:54 -0700
committerMark Otto <[email protected]>2013-08-04 23:05:54 -0700
commit73c048578dfce7c6d4e8c9d4fe6c6bd22b2ff9b2 (patch)
tree0177cd648ad3134c94cf4c74f3066a09e6be9464 /dist/css/bootstrap.css
parent2641fed73f51cdd2a77698c538403cc892e183a5 (diff)
downloadbootstrap-73c048578dfce7c6d4e8c9d4fe6c6bd22b2ff9b2.tar.xz
bootstrap-73c048578dfce7c6d4e8c9d4fe6c6bd22b2ff9b2.zip
Enable input focus state customization
- Add new mixin to generate and customize focus state as needed - Adds variable to set default color - Include clear disclaimer about customizing this—it's about users', so don't go making everything bright red and expect them not to be confused or alarmed. Relevant issues: #2742, #4185, #7942, #8171, #8610, #9044
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4154c2168..430655807 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1469,10 +1469,10 @@ input[type="number"]::-webkit-inner-spin-button {
}
.form-control:focus {
- border-color: rgba(82, 168, 236, 0.8);
+ border-color: #66afe9;
outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],