mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
moving forms, labels and list-group to variables.less
This commit is contained in:
+3
-3
@@ -25,7 +25,7 @@ legend {
|
||||
line-height: inherit;
|
||||
color: @gray-dark;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
border-bottom: 1px solid @legend-border-color;
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -354,9 +354,9 @@ select {
|
||||
font-weight: normal;
|
||||
line-height: @line-height-base;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
text-shadow: @input-group-addon-text-shadow;
|
||||
background-color: @gray-lighter;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid @input-group-addon-border-color;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
&.input-small {
|
||||
|
||||
Reference in New Issue
Block a user