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

Joe Jenkins joe at nerdnet.com
Tue Nov 23 10:34:15 PST 2004


Patch for /horde/themes/lavandar/screen.css attached, working on the others:

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 11:26:46.331341008 -0700
+++ screen.css.change	2004-11-23 11:25:35.784107196 -0700
@@ -72,6 +72,14 @@
     border: none;
 }
 
+#menu h1 {
+    color: black;
+}
+#menu a {
+    color: black;
+    border: none;
+}
+
 /* Sidebar styles. */
 #sidebarPanel {
     background-color: #eee;


More information about the dev mailing list