aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-21 19:35:36 -0700
committerMark Otto <[email protected]>2013-04-21 19:35:36 -0700
commite0d60b1325591a347d9e49e44be6d77401b07749 (patch)
tree67006fb996265c000c87dcf9a08dfcdedb12304c /less/forms.less
parent364f8330a159f9448833d88740e259219883d404 (diff)
downloadbootstrap-e0d60b1325591a347d9e49e44be6d77401b07749.tar.xz
bootstrap-e0d60b1325591a347d9e49e44be6d77401b07749.zip
Fixes #7617: lowercase and dash gray color vars
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index 8ef99d0e2..e0017fac7 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -23,7 +23,7 @@ legend {
margin-bottom: @line-height-base;
font-size: (@font-size-base * 1.5);
line-height: (@line-height-base * 2);
- color: @grayDark;
+ color: @gray-dark;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
@@ -426,7 +426,7 @@ select:focus:invalid {
line-height: @line-height-base;
text-align: center;
text-shadow: 0 1px 0 #fff;
- background-color: @grayLighter;
+ background-color: @gray-lighter;
border: 1px solid #ccc;
&.input-small {