jackett: fixes

This commit is contained in:
gilbN 2019-09-02 18:34:01 +02:00
parent 62358e5a29
commit 32baa5cbd4

View File

@ -142,6 +142,6 @@ table.dataTable thead th, table.dataTable thead td {
}
.alert-info {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.15);
background-color: var(--modal-bg-color);
border-color: transparent;
}