[dev] [patch] update lucblue theme
Johan FISCHER
linux at fischaz.com
Mon Aug 9 20:04:26 PDT 2004
Quoting Chuck Hagenbuch <chuck at horde.org>:
>> I have also a problem in the sidebar item class: the root
>> element'Organizing',
>> 'Development', 'Information', 'Office', 'My Account', 'Web Site' and
>> 'Administration' doesn't have the box around them (seems the css
>> style is not
>> applied to them) contrary to Horde, Mail .... (and the subelement of
>> the ones
>> above).
>
> Boxes are only on mouseover, right? Only happens for links - I don't see the
> issue.
Nope, there are also light grey boxes in the normal style which makes
is weird.
In that case, why don't we remove the normal boxes and keep only the nice blue
box on the mouseover event ?
(patch attached).
Cheers.
Johan.
Index: html-lucblue.php
===================================================================
RCS file: /repository/horde/config/themes/html-lucblue.php,v
retrieving revision 1.21
diff -u -b -B -r1.21 html-lucblue.php
--- html-lucblue.php 9 Aug 2004 14:50:59 -0000 1.21
+++ html-lucblue.php 9 Aug 2004 15:50:42 -0000
@@ -52,7 +52,6 @@
$css['.sidebar']['background-color'] = '#f9f9f3';
$css['a.sidebaritem']['color'] = 'black';
-$css['a.sidebaritem']['border'] = '1px solid #f9f9f3';
$css['a.sidebaritem:hover']['background-color'] = '#e6e6dc';
$css['a.sidebaritem:hover']['border'] = '1px solid #0033cc';
$css['a.sidebaritem:hover']['text-decoration'] = 'none';
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the dev
mailing list