6.0.0-beta1
10/17/25

[#830] Some themes missing support for id-based styles
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

History
11/16/2004 04:41:34 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
All set now.
11/16/2004 02:47:44 PM ctnpublic-horde (at) yahoo (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Some themes missing support for id-based styles
Queue ⇒ Horde Base
Reply to this comment
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;

+}


Saved Queries