From: Pablo Date: Tue, 30 Oct 2018 19:15:15 +0000 (+0100) Subject: webui: access theme - color correction for EPG count info X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfa4941a3cab411b786e1d9ebcb85424d67fccf4;p=thirdparty%2Ftvheadend.git webui: access theme - color correction for EPG count info EPG events count was black so we can't see it with access theme. --- diff --git a/src/webui/static/app/ext-access.css b/src/webui/static/app/ext-access.css index 10a85a11e..0fb5fa368 100644 --- a/src/webui/static/app/ext-access.css +++ b/src/webui/static/app/ext-access.css @@ -54,3 +54,7 @@ a { .x-progress-text-back { color: #fff; } + +.x-paging-info { + color: #fff; +}