Convert hex color value to uppercase letters

Prefer #BBB over #bbb for hex-color-value consistency.
This commit is contained in:
Jacob Gube 2015-01-11 11:38:47 +08:00
parent 88f03612b0
commit 84e1e9c67f

2
css/skeleton.css vendored
View File

@ -184,7 +184,7 @@ input[type="button"] {
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
border: 1px solid #BBB;
cursor: pointer;
box-sizing: border-box; }
.button:hover,