[dev] Themes CSS [patch]

Marc Jauvin marc at r4l.com
Fri May 20 10:40:21 PDT 2005


The attached diff file contains a fix for many themes that made certain 
elements unreadable in some combination of headers with a dark 
background.

For example, when using the "purple horde" theme, while editing a 
contact in turba, the "edit" & "delete" links were very hard to see.

-- 
Marc Jauvin
http://register4less.com
514-905-6500
-------------- next part --------------
Index: screen.css
===================================================================
RCS file: /repository/horde/themes/screen.css,v
retrieving revision 1.53
diff -u -r1.53 screen.css
--- screen.css	19 May 2005 04:02:42 -0000	1.53
+++ screen.css	20 May 2005 17:31:44 -0000
@@ -84,6 +84,13 @@
     font-size: 15px;
     padding: 3px;
 }
+.header a {
+    color: #fff;
+}
+.header a:hover, a.header:hover {
+    color: yellow;
+    text-decoration: none;
+}
 a.header:hover {
     color: #fff;
 }
Index: luc/screen.css
===================================================================
RCS file: /repository/horde/themes/luc/screen.css,v
retrieving revision 1.19
diff -u -r1.19 screen.css
--- luc/screen.css	19 May 2005 04:02:42 -0000	1.19
+++ luc/screen.css	20 May 2005 17:31:44 -0000
@@ -29,6 +29,12 @@
     text-decoration: underline;
     background: transparent;
 }
+.header a:hover {
+    color: #fc0;
+}
+.header a {
+    color: #f90;
+}
 .header {
     color: #f90;
     background: #fff;
Index: lucblue/screen.css
===================================================================
RCS file: /repository/horde/themes/lucblue/screen.css,v
retrieving revision 1.14
diff -u -r1.14 screen.css
--- lucblue/screen.css	10 May 2005 04:54:13 -0000	1.14
+++ lucblue/screen.css	20 May 2005 17:31:44 -0000
@@ -43,6 +43,12 @@
     color: #333333;
     background-color: #f7f7ee;
 }
+.header a:hover {
+    color: #06f;
+}
+.header a {
+    color: #03c;
+}
 .header {
     color: #03c;
     background-color: #fff;


More information about the dev mailing list