[dev] Re: Text diplay issue with certain themes in Horde CVS

Joe Jenkins joe at nerdnet.com
Tue Nov 23 11:05:09 PST 2004


Patch for /horde/themes/luc/screen.css

This is the last one.  I tested them all.

Joe Jenkins

Chuck Hagenbuch wrote:
> Quoting Joe Jenkins <joe at nerdnet.com>:
> 
>> Certain themes in the latest CVS Horde (Loyola, Lavender and a couple
>> others) have a problem in Mozilla / Safari (have not tested in other
>> browsers) where the text color on the top icon menu matches the
>> background color very closely, making it difficult to read.  Icons
>> display properly, as does the menu tree on the left and its text / icons.
> 
> 
> Patch?
> 
> -chuck
> 

-------------- next part --------------
--- screen.css.orig	2004-11-23 12:02:24.249350764 -0700
+++ screen.css.change	2004-11-23 11:50:18.770573016 -0700
@@ -115,6 +115,15 @@
     border-top: 1px solid #000;
 }
 
+#menu h1 {
+    color: black;
+}
+
+#menu a {
+    color: black;
+    border: none;
+}
+
 /* Sidebar styles. */
 #sidebarPanel {
     border-right: 1px solid #eee;


More information about the dev mailing list