nzbget: DownloadsEditDialog btn fix
This commit is contained in:
parent
8772a7e6f4
commit
1cf37e6106
@ -251,6 +251,11 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress {
|
|||||||
background: hsla(0,0%,100%,.08);
|
background: hsla(0,0%,100%,.08);
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
}
|
}
|
||||||
|
#DownloadsEditDialog input.btn.btn-primary{
|
||||||
|
background: var(--button-color) !important;
|
||||||
|
text-shadow:unset;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user