Summary | Some themes missing support for id-based styles |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | ctnpublic-horde (at) yahoo (dot) com |
Created | 11/16/2004 (7640 days ago) |
Due | |
Updated | 11/16/2004 (7640 days ago) |
Assigned | |
Resolved | 11/16/2004 (7640 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Some themes missing support for id-based styles
Queue ⇒ Horde Base
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;
+}