Fixed background color on label-success to be consistent with ui theme

pull/24/head
unknown 2015-07-27 21:32:21 -05:00
parent e8d8f030d4
commit bb716bb681
1 changed files with 1 additions and 1 deletions

View File

@ -4300,7 +4300,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
background-color: #48c9b0;
}
.label-success[href]:hover,
.label-success[href]:focus {