1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-27 06:12:54 +01:00

jackett: fixed alert colors

This commit is contained in:
gilbN 2019-09-02 18:23:46 +02:00
parent 27d0de904f
commit 62358e5a29

View File

@ -140,3 +140,8 @@ table.dataTable thead th, table.dataTable thead td {
border: 1px solid #0000;
}
.alert-info {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.15);
border-color: transparent;
}