[Tickets #830] NEW: Some themes missing support for id-based styles
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Nov 16 06:47:45 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=830
-----------------------------------------------------------------------
Ticket | 830
Created By | ctnpublic-horde at yahoo.com
Summary | Some themes missing support for id-based styles
Queue | Horde Base
Version | HEAD
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
ctnpublic-horde at yahoo.com (2004-11-16 06:47) wrote:
Some themes are missing support for id-based styles, e.g., lightblue. I've
done lightblue as follows:
diff -u -r1.5 screen.css
--- themes/lightblue/screen.css 31 Oct 2004 03:12:11 -0000 1.5
+++ themes/lightblue/screen.css 16 Nov 2004 14:46:18 -0000
@@ -34,3 +34,14 @@
#sidebarPanel {
background-color: #b0d0f1;
}
+/* New id-based styles */
+#menu {
+ background-color: #6ba5de;
+ background-image: url(graphics/menu.png);
+}
+#menu a.current {
+ background-color: #b0d0f1;
+}
+#sidebarPanel a:hover {
+ color: yellow;
+}
More information about the bugs
mailing list