radarr: active button color fix
This commit is contained in:
parent
fae9868728
commit
693b1ecdca
@ -528,6 +528,9 @@ pre {
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
}
|
}
|
||||||
|
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
|
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user