mirror of https://github.com/gophish/gophish
Fixed background color on label-success to be consistent with ui theme
parent
e8d8f030d4
commit
bb716bb681
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue