From 0416df7fc103e95caab1980e31a93fde64e793a0 Mon Sep 17 00:00:00 2001 From: Supremicus Date: Tue, 20 Jan 2015 23:20:10 +1000 Subject: [PATCH] Fix provider list color --- CHANGES.md | 1 + gui/slick/css/dark.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d813b4ba..b9f32701 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ * Fix incorrect class names in a couple of templates * Change anime release groups to in memory storage for lowered latency * Change adjust menu delay and hover styling +* Fix provider list color [develop changelog] diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 90b8478d..5d571973 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -652,6 +652,12 @@ config*.tmpl border: 1px dotted #CCC; } +#provider_order_list li, +#service_order_list li { + background: #333 !important; + color: #fff; +} + .infoTableSeperator { border-top: 1px dotted #666; }