mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
more consistent forms vars; drop search border radius since no more search form
This commit is contained in:
+3
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user