From 62358e5a2926d29f625731bd3dca070c4151e55a Mon Sep 17 00:00:00 2001 From: gilbN Date: Mon, 2 Sep 2019 18:23:46 +0200 Subject: [PATCH] jackett: fixed alert colors --- CSS/themes/jackett/jackett-base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CSS/themes/jackett/jackett-base.css b/CSS/themes/jackett/jackett-base.css index 868bfdc0..70ab1b8f 100644 --- a/CSS/themes/jackett/jackett-base.css +++ b/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; } \ No newline at end of file