aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 18:06:26 -0700
committerMark Otto <[email protected]>2013-08-11 18:06:26 -0700
commit83f1a75e7a8ae4570641f1fcf88c2062373fff62 (patch)
tree6b30d396ec7bbf6bcdacdc54e0748dd7db027ecd /less/forms.less
parent286636755a42887a24ec48c8c2db57b32f0df000 (diff)
downloadbootstrap-83f1a75e7a8ae4570641f1fcf88c2062373fff62.tar.xz
bootstrap-83f1a75e7a8ae4570641f1fcf88c2062373fff62.zip
addressing #9189 manually, part 3: forms
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 d0211eb14..97527fdbf 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -20,7 +20,7 @@ legend {
margin-bottom: @line-height-computed;
font-size: (@font-size-base * 1.5);
line-height: inherit;
- color: @gray-dark;
+ color: @legend-color;
border: 0;
border-bottom: 1px solid @legend-border-color;
}
@@ -121,7 +121,7 @@ input[type="number"] {
padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base;
line-height: @line-height-base;
- color: @gray;
+ color: @input-color;
vertical-align: middle;
background-color: @input-bg;
border: 1px solid @input-border;