nzbget modal fix

This commit is contained in:
Marius 2020-08-12 10:28:38 +02:00
parent 4500637ed0
commit 7dae281122

View File

@ -48,7 +48,7 @@ body {
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: rgba(0,0,0,.0) !important;
background-color: var(--modal-bg-color) !important;
color:#FFFFFF !important;
}
.modal-footer {