diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:33:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:33:55 -0700 |
| commit | 896ee794731f1159bfab247b12914caa1eb21850 (patch) | |
| tree | ef50625a80f66328e3edfa1504a8eca14276f047 /less/forms.less | |
| parent | 8b9d488377ab9ef10544e53620e0f082d310684e (diff) | |
| download | bootstrap-896ee794731f1159bfab247b12914caa1eb21850.tar.xz bootstrap-896ee794731f1159bfab247b12914caa1eb21850.zip | |
more consistent forms vars; drop search border radius since no more search form
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less index 0c440265d..4235eff9c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -62,7 +62,7 @@ input[type="color"] { line-height: @line-height-base; color: @gray; vertical-align: middle; - background-color: @input-background; + background-color: @input-bg; border: 1px solid @input-border; border-radius: @input-border-radius; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); @@ -286,7 +286,7 @@ textarea { &[readonly], fieldset[disabled] & { cursor: not-allowed; - background-color: @input-background-disabled; + background-color: @input-bg-disabled; } } // Explicitly reset the colors here @@ -341,7 +341,7 @@ select:focus:invalid { padding: (@line-height-base - 1) 20px @line-height-base; margin-top: @line-height-base; margin-bottom: @line-height-base; - background-color: @form-actions-background; + background-color: @form-actions-bg; border-top: 1px solid #e5e5e5; .clearfix(); // Adding clearfix to allow for .pull-right button containers } |
