Added label-enabled and label-disabled to base css

This commit is contained in:
Joseph Kennedy 2017-08-28 20:54:26 -04:00
parent 88095c020d
commit 8b120e5c15

View File

@ -384,4 +384,18 @@ td .progress {
}
textarea {
font-family: Consolas, Lucida Console, monospace;
}
.label-enabled {
background-color: #6fd86f;
}
.label-enabled[href]:hover,
.label-enabled[href]:focus {
background-color: #3ccd3c;
}
.label-disabled {
background-color: #d86f6f;
}
.label-disabled[href]:hover,
.label-disabled[href]:focus {
background-color: #cd3c3c;
}