Browse Source

jackett: fixed alert colors

pull/16/head
gilbN 5 years ago
parent
commit
62358e5a29
  1. 5
      CSS/themes/jackett/jackett-base.css

5
CSS/themes/jackett/jackett-base.css

@ -139,4 +139,9 @@ table.dataTable thead th, table.dataTable thead td {
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #0000;
}
.alert-info {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.15);
border-color: transparent;
}
Loading…
Cancel
Save