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

Joe Jenkins joe at nerdnet.com
Tue Nov 23 11:00:53 PST 2004


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


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:57:21.273685728 -0700
+++ screen.css.change	2004-11-23 11:57:06.617235556 -0700
@@ -122,6 +122,15 @@
     -moz-border-radius: 5px;
 }
 
+#menu h1 {
+    color: black;
+}
+    
+#menu a {
+    color: black;
+    border: none;
+}
+
 /* Sidebar styles. */
 body.sidebar {
     background-color: #f9f9f3;


More information about the dev mailing list