mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Fixes #7617: lowercase and dash gray color vars
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@ legend {
|
||||
margin-bottom: @line-height-base;
|
||||
font-size: (@font-size-base * 1.5);
|
||||
line-height: (@line-height-base * 2);
|
||||
color: @grayDark;
|
||||
color: @gray-dark;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
@@ -426,7 +426,7 @@ select:focus:invalid {
|
||||
line-height: @line-height-base;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-color: @grayLighter;
|
||||
background-color: @gray-lighter;
|
||||
border: 1px solid #ccc;
|
||||
|
||||
&.input-small {
|
||||
|
||||
Reference in New Issue
Block a user