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/variables.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/variables.less')
| -rw-r--r-- | less/variables.less | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/less/variables.less b/less/variables.less index 31522165c..bf51a7d33 100644 --- a/less/variables.less +++ b/less/variables.less @@ -108,12 +108,11 @@ // Forms // ------------------------- -@input-background: #fff; -@input-background-disabled: @grayLighter; +@input-bg: #fff; +@input-bg-disabled: @grayLighter; @input-border: #ccc; @input-border-radius: @border-radius-base; -@input-border-radius-search: 20px; @input-color-placeholder: @grayLight; @@ -121,10 +120,7 @@ @input-height-large: (@line-height-base + 24px); // base line-height + 22px vertical padding + 2px top/bottom border @input-height-small: (@line-height-base + 6px); // base line-height + 4px vertical padding + 2px top/bottom border -// adjust min-height on input sizes - - -@form-actions-background: #f5f5f5; +@form-actions-bg: #f5f5f5; // Dropdowns |
