radarr: removed outline on close button

This commit is contained in:
gilbN 2019-08-10 12:14:09 +02:00
parent d6550cb430
commit 4c9b9b2eee

View File

@ -528,6 +528,7 @@ pre {
.close:focus { .close:focus {
color: #FFF !important; color: #FFF !important;
opacity: 1; opacity: 1;
outline: none;
} }
.btn-default { .btn-default {
color: hsla(0,0%,100%,.7); color: hsla(0,0%,100%,.7);