]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: access theme - color correction for EPG count info
authorPablo <trujulu@gmail.com>
Tue, 30 Oct 2018 19:15:15 +0000 (20:15 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 19 Nov 2018 12:39:12 +0000 (13:39 +0100)
EPG events count was black so we can't see it with access theme.

src/webui/static/app/ext-access.css

index 10a85a11e0f3ed2103e347abbb88c5f302716a3d..0fb5fa3684f978632f31d03c2769ab4026002a36 100644 (file)
@@ -54,3 +54,7 @@ a {
 .x-progress-text-back {
     color: #fff;
 }
+
+.x-paging-info {
+    color: #fff;
+}