aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
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 /less/variables.less
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 'less/variables.less')
-rw-r--r--less/variables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index a500097c9..b8c7cf6c8 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -131,6 +131,7 @@
@input-border: #ccc;
@input-border-radius: @border-radius-base;
+@input-border-focus: #66afe9;
@input-color-placeholder: @gray-light;