Convert hex color value to uppercase letters
Prefer #BBB over #bbb for hex-color-value consistency.
This commit is contained in:
parent
88f03612b0
commit
84e1e9c67f
2
css/skeleton.css
vendored
2
css/skeleton.css
vendored
@ -184,7 +184,7 @@ input[type="button"] {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #BBB;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.button:hover,
|
.button:hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user