Applied style to label

This commit is contained in:
billz 2017-11-13 23:16:18 +00:00
parent b950a1966d
commit 0c696e061f
1 changed files with 8 additions and 0 deletions

View File

@ -150,6 +150,14 @@ label.btn.btn-primary.active, label.btn.btn-warning.active {
color: #000;
}
.label-warning {
background-color: #33ff00;
}
span.label.label-warning {
color: #000;
}
.btn.btn-primary {
border-color: #33ff00;
}