Article

blakejohnson86's picture
article
Reads:

6172

Score:
5
5
3
 
Comments:

11

Adding Hover Capability to WebAccess Messages

Author Info

8 April 2008 - 10:34am
Submitted by: blakejohnson86

(View Disclaimer)

Problem

I would like "hover-over" capability for WebAccess messages.

Solution

Add the following lines of .CSS to the Groupwise WebAccess stylesheet. This will enable a very nice [hover over] / [selected] look to each message.

(Note: The lines should be added at the bottom of the stylesheet to override any previously set styles.)

tr.read:hover > td {background-color: rgb(255,235,134) !important;}
tr.unread:hover > td {background-color: rgb(205,243,159) !important;}
tr.selected > td {background-color: rgb(255,255,206) !important; color: rgb(0,0,0) !important; text-decoration: line-throughine-throughine-through;}
tr.selected > td.read > a, tr.selected > td.unread > a {color: rgb(0,0,0) !important;}


Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

ludicious's picture

Very nice addition!

Submitted by ludicious on 8 April 2008 - 12:13pm.

Although for those that don't know... you add this to the gwstyle.css file in
sys\tomcat\4\webapps\gw\com\novell\webaccess\images

jpws6's picture

Text Color

Submitted by jpws6 on 8 April 2008 - 12:55pm.

Nice addition, but when messages are selected the text in the from and subject fields becomes un-readable, anyone else having that problem and could we simply change the text color ?

drampe's picture

I must be missing something

Submitted by drampe on 9 April 2008 - 8:52am.

This sounds great. But I can not get it to work. I have copied the 4 lines and pasted it my gwstyle.css file. Then I restarted the Tomcat service and my webacc service.

Should the lines be in a specific spot in the gwstyle.css file?

cpremo's picture

Great Suggestion

Submitted by cpremo on 11 April 2008 - 7:39pm.

Although you didn't specify where to place the code (I placed then in at the bottom of the:

/***********************************************************************
Across the board styles
************************************************************************/

section. Works like a charm for me. I didn't experience the "un-readable" from and subject problems described previously.

Thanks for the post.

sburkleo's picture

Nice Tip

Submitted by sburkleo on 14 April 2008 - 3:17pm.

Works great in IE7 and Firefox 2.x...anyone have it working w/IE6? Thanks.

kkopecky's picture

Hover over effects in WebAccess

Submitted by kkopecky on 15 April 2008 - 10:47am.

Works like a charm when the code is placed at the bottom.

blakejohnson86's picture

Thanks

Submitted by blakejohnson86 on 15 April 2008 - 11:07am.

@jpws6: Make sure you add the lines at the bottom of the original CSS. It needs to overwrite the previous styles on those elements to work properly.

Anonymous's picture

GroupWise 8

Submitted by Anonymous on 18 November 2008 - 11:46am.

How about GroupWise 8? New location for the css?

Anonymous's picture

weird css

Submitted by Anonymous on 19 November 2008 - 12:42am.

What does
text-decoration: line-throughine-throughine-through;
mean or do? Are you sure this is correct?

blakejohnson86's picture

Blake Johnson

Submitted by blakejohnson86 on 7 April 2009 - 6:16pm.

@Anonymous: I have no idea if it will work in GW8.

@Anonymous: Good catch. Never noticed that. It probably does not do anything because I can't imagine that being valid.

mmecord's picture

It does work in GW8

Submitted by mmecord on 20 April 2009 - 1:28pm.

The style sheet has a different location though. On my system it is in:
sys:\tomcat\4\webapps\gw\webaccess\200901262058\css

© 2013 Novell