aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
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 9c02f623f..c7a99e5cb 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -187,6 +187,7 @@
@input-border-radius: @border-radius-base;
//** Border color for inputs on focus
@input-border-focus: #66afe9;
+@input-box-shadow-focus: rgba(102,175,233,.6);
//** Placeholder text color
@input-color-placeholder: @gray-light;