[mythtv] [PATCH] WebFrontend: Fix commflag icon

Philipp Matthias Hahn pmhahn+mythtv at pmhahn.de
Sat May 5 10:38:42 UTC 2018


For commerical flagged recordings show the "flag" icon instead of the
"clock" icon, which is for auto expiry.
---
 mythtv/html/tv/css/icons.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mythtv/html/tv/css/icons.css b/mythtv/html/tv/css/icons.css
index 2ccf64e74a..5a8ee5d0d9 100644
--- a/mythtv/html/tv/css/icons.css
+++ b/mythtv/html/tv/css/icons.css
@@ -13,7 +13,7 @@
 
 .icon_flautoexpire
 {
-    background-position: 108px 0px;
+    background-position: 36px 0px;
 }
 
 .icon_flbookmark
-- 
2.17.0



More information about the mythtv-dev mailing list