[mythtv] [PATCH] increase mythweb contrast

Robert Tsai rtsai1111 at comcast.net
Thu May 5 01:01:30 UTC 2005


In the "JobQueue" status area in mythweb, the colored text is very
difficult to read against the dark blue background. Would people
object to putting in brighter shades of green and red, instead of the
current shades of dark red and dark green?

I've attached patches for both mythweb and the HTTP-generating bits of
mythbackend.

--Rob
-------------- next part --------------
Index: programs/mythbackend/httpstatus.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythbackend/httpstatus.cpp,v
retrieving revision 1.6
diff -u -r1.6 httpstatus.cpp
--- programs/mythbackend/httpstatus.cpp	3 May 2005 20:14:12 -0000	1.6
+++ programs/mythbackend/httpstatus.cpp	5 May 2005 00:55:56 -0000
@@ -171,10 +171,10 @@
        << "    height:7em;\r\n"
        << "    float:right;\r\n"
        << "  }\r\n"
-       << "  .jobfinished { color: #0000ff; }\r\n"
-       << "  .jobaborted { color: #7f0000; }\r\n"
-       << "  .joberrored { color: #ff0000; }\r\n"
-       << "  .jobrunning { color: #005f00; }\r\n"
+       << "  .jobfinished { color: white; }\r\n"
+       << "  .jobaborted { color: #ff2222; }\r\n"
+       << "  .joberrored { color: #ff4444; }\r\n"
+       << "  .jobrunning { color: #00ff00; }\r\n"
        << "  .jobqueued  {  }\r\n"
        << "  -->\r\n"
        << "  </style>\r\n"
-------------- next part --------------
Index: mythweb/themes/Default/status.css
===================================================================
RCS file: /var/lib/mythcvs/mythplugins/mythweb/themes/Default/status.css,v
retrieving revision 1.2
diff -u -r1.2 status.css
--- mythweb/themes/Default/status.css	10 Feb 2005 06:40:00 -0000	1.2
+++ mythweb/themes/Default/status.css	5 May 2005 00:56:22 -0000
@@ -75,8 +75,8 @@
     height: 7em;
     float:  right;
 }
-.jobfinished { color: white0ff; }
-.jobaborted  { color: #7f0000;  }
-.joberrored  { color: #ff0000;  }
-.jobrunning  { color: #005f00;  }
+.jobfinished { color: white; }
+.jobaborted  { color: #ff2222;  }
+.joberrored  { color: #ff4444;  }
+.jobrunning  { color: #00ff00;  }
 


More information about the mythtv-dev mailing list