[mythtv] mythweb[PATCH] List separator

James Armstrong james at thearmstrongs.org
Mon Mar 28 19:40:16 UTC 2005


Use if you want. This patch changes the color of the list separator (the 
date / day) to a  deep midrange violet and a slightly bigger / bolder 
font. I find I have problems when scrolling big lists (like the 
Scheduled programs) seeing the date separator.

- James
-------------- next part --------------
--- /home/Projects/mythtv/mythweb/themes/Default/style.css	2005-03-01 02:10:23.000000000 -0500
+++ themes/Default/style.css	2005-03-28 14:25:44.752057406 -0500
@@ -64,7 +64,9 @@
 .list_border_l { border-left:   1px solid #9090B0 }
 .list_border_r { border-right:  1px solid #9090B0 }
 .list_separator {
-    background-color: #203670;
+    font-size: 14px;
+    font-weight: bold;
+    background-color: #B0009B;
     border-top:       4px
 }
 


More information about the mythtv-dev mailing list