diff --git a/customize.html b/customize.html index 0fc753ca70..0bb8f12b8a 100644 --- a/customize.html +++ b/customize.html @@ -780,27 +780,35 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Forms

-

Background

+

Inputs

<input> background color

- - -

<input disabled>background color

- -

Placeholder

- - -

Placeholder text color

-
-
-

Border

<input> border color

-

<input>border radius

+

<input> border radius

+ + +

<input disabled> background color

+
+
+

Placeholder

+ + +

Placeholder text color

+ +

Legend

+ + +

<legend> border color

+ +

Input groups

+ + +

Border color for textual input addons

diff --git a/less/forms.less b/less/forms.less index e2cb66d7c4..5991df9db0 100644 --- a/less/forms.less +++ b/less/forms.less @@ -344,7 +344,6 @@ select { font-weight: normal; line-height: @line-height-base; text-align: center; - text-shadow: @input-group-addon-text-shadow; background-color: @gray-lighter; border: 1px solid @input-group-addon-border-color; border-radius: @border-radius-base; diff --git a/less/variables.less b/less/variables.less index 38ca8a4748..7e1de3bdf0 100644 --- a/less/variables.less +++ b/less/variables.less @@ -137,8 +137,7 @@ @legend-border-color: #e5e5e5; -@input-group-addon-text-shadow: 0 1px 0 #fff; -@input-group-addon-border-color: #ccc; +@input-group-addon-border-color: @input-border; // Dropdowns