diff options
| author | Artur Kwiatkowski <[email protected]> | 2013-04-22 15:21:55 +0200 |
|---|---|---|
| committer | Artur Kwiatkowski <[email protected]> | 2013-04-22 15:21:55 +0200 |
| commit | b7dcefea83d6aa92c6f78d5fb84fa9a032bc3c7f (patch) | |
| tree | c4787c817b0d8555ab02be5b5d08cb51b6505576 /less/forms.less | |
| parent | 3861e3f5d5c0a579b1a77dc0f45131dd2499ff8b (diff) | |
| parent | e0d60b1325591a347d9e49e44be6d77401b07749 (diff) | |
| download | bootstrap-b7dcefea83d6aa92c6f78d5fb84fa9a032bc3c7f.tar.xz bootstrap-b7dcefea83d6aa92c6f78d5fb84fa9a032bc3c7f.zip | |
Merge branch '3.0.0-wip' of https://github.com/twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
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 { |
