Convert hex color value to uppercase letters
Prefer #FFF over #fff for hex color declaration consistency.
This commit is contained in:
parent
84e1e9c67f
commit
17a3f9c93f
2
css/skeleton.css
vendored
2
css/skeleton.css
vendored
@ -236,7 +236,7 @@ textarea,
|
|||||||
select {
|
select {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
|
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
|
||||||
background-color: #fff;
|
background-color: #FFF;
|
||||||
border: 1px solid #D1D1D1;
|
border: 1px solid #D1D1D1;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user