Used less function 'fade' instead of random color

This commit is contained in:
Simon Busborg
2015-11-19 11:44:33 +01:00
parent 397ef32665
commit 5bf8b8ecba

View File

@@ -555,8 +555,10 @@ height:1px;
// Used for input checkmark fields
.input-label--small {
display: inline;
font-size: 12px;
color: #b3b3b3;
color: fade(@black, 70);
font-weight: bold;
&:hover {
color: @black;