[dev] mozilla theme update

Vilius Šumskas vilius at lnk.lt
Mon May 9 06:22:49 PDT 2005


Hello,

this is updated style file for Mozilla theme addressing new tab rework.

-- 
  Best Regards,

  Vilius
-------------- next part --------------
Index: screen.css
===================================================================
RCS file: /repository/horde/themes/mozilla/screen.css,v
retrieving revision 1.10
diff -u -r1.10 screen.css
--- screen.css	29 Apr 2005 15:30:23 -0000	1.10
+++ screen.css	9 May 2005 13:17:32 -0000
@@ -87,3 +87,24 @@
 #sidebarPanel {
     background-color: #C7D0D9;
 }
+
+/* Tab styles. */
+.tabset {
+    background: none;
+}
+.tabset li a {
+    border: 1px solid #ABABAB;
+}
+.tabset li a:hover {
+    color: #000;
+}
+.tabset li.activeTab a {
+    background: #AEBACA;
+    color: #000;
+    border-bottom: 1px solid #AEBACA;
+}
+.tabset li.activeTab a:hover {
+    background: #AEBACA;
+    color: #000;
+}
+


More information about the dev mailing list