Article
3078
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;}
Related Articles
User Comments
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
- Login to post comments
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 ?
- Login to post comments
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?
- Login to post comments
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.
- Login to post comments
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.
- Login to post comments
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.
- Login to post comments
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.
- Login to post comments

GroupWise 8
Submitted by Anonymous on 18 November 2008 - 11:46am.
How about GroupWise 8? New location for the css?
- Login to post comments

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?
- Login to post comments
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.
- Login to post comments
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
- Login to post comments





11