radarr: active button color fix

This commit is contained in:
gilbN 2019-08-10 11:09:43 +02:00
parent fae9868728
commit 693b1ecdca

View File

@ -528,6 +528,9 @@ pre {
border-color: transparent;
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 {
margin-left: 0px;
}