nzbget: DownloadsEditDialog btn fix

This commit is contained in:
gilbN 2019-12-01 19:53:28 +01:00
parent 8772a7e6f4
commit 1cf37e6106

View File

@ -251,6 +251,11 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress {
background: hsla(0,0%,100%,.08);
color:#FFF;
}
#DownloadsEditDialog input.btn.btn-primary{
background: var(--button-color) !important;
text-shadow:unset;
color:white;
}
.btn {
color: #ffffff;