On Wed, May 04, 2005 at 09:58:08PM -0700, Chris Petersen wrote:
> >That's the backend status webpage. The background for that page is
> >white, so MythWeb must be wrapping the content if it makes that
> >information appear on a blue background.
>
> You are correct. I strip out the css info from that page and
> rewrite it so that it matches the rest of mythweb.
>
> Unfortunately, I never have any jobs in my queue list, so I never
> got around to adjusting their colors for mythweb.
>
> Rob, can you send me a screenshot of what your color patch looks
> like?
Not an actual screen shot, but I extracted the relevant bits of HTML
so you can see a comparison of the text contrast. Will that be good
enough?
As for my patch, please ignore my changes to httpstatus.cpp, and only
consider the ones for status.css; as Chris (Pinkham) said, the
background for the httpstatus.cpp (port 6544) page is white, so the
text should remain dark.
I've reattached a patch (same one as last time), containing only
status.css changes.
Thanks,
--Rob
| Before
| After
|
| jobfinished
| jobfinished
|
| jobaborted
| jobaborted
|
| joberrored
| joberrored
|
| jobrunning
| jobrunning
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 17:43:33 -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; }
signature.asc
Description: Digital signature
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
- Re: [mythtv] [PATCH] increase mythweb contrast Robert Tsai
-
|