mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 06:06:47 +02:00
addressing #9189 manually, part 3: forms
This commit is contained in:
@@ -20,7 +20,7 @@ legend {
|
|||||||
margin-bottom: @line-height-computed;
|
margin-bottom: @line-height-computed;
|
||||||
font-size: (@font-size-base * 1.5);
|
font-size: (@font-size-base * 1.5);
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
color: @gray-dark;
|
color: @legend-color;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 1px solid @legend-border-color;
|
border-bottom: 1px solid @legend-border-color;
|
||||||
}
|
}
|
||||||
@@ -121,7 +121,7 @@ input[type="number"] {
|
|||||||
padding: @padding-base-vertical @padding-base-horizontal;
|
padding: @padding-base-vertical @padding-base-horizontal;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
color: @gray;
|
color: @input-color;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background-color: @input-bg;
|
background-color: @input-bg;
|
||||||
border: 1px solid @input-border;
|
border: 1px solid @input-border;
|
||||||
|
@@ -133,6 +133,7 @@
|
|||||||
@input-bg: #fff;
|
@input-bg: #fff;
|
||||||
@input-bg-disabled: @gray-lighter;
|
@input-bg-disabled: @gray-lighter;
|
||||||
|
|
||||||
|
@input-color: @gray;
|
||||||
@input-border: #ccc;
|
@input-border: #ccc;
|
||||||
@input-border-radius: @border-radius-base;
|
@input-border-radius: @border-radius-base;
|
||||||
@input-border-focus: #66afe9;
|
@input-border-focus: #66afe9;
|
||||||
@@ -143,6 +144,7 @@
|
|||||||
@input-height-large: (floor(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
|
@input-height-large: (floor(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
|
||||||
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
|
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
|
||||||
|
|
||||||
|
@legend-color: @gray-dark;
|
||||||
@legend-border-color: #e5e5e5;
|
@legend-border-color: #e5e5e5;
|
||||||
|
|
||||||
@input-group-addon-border-color: @input-border;
|
@input-group-addon-border-color: @input-border;
|
||||||
|
Reference in New Issue
Block a user