Author: dan.j.allen
Date: 2009-04-05 01:59:45 -0400 (Sun, 05 Apr 2009)
New Revision: 10296
Modified:
trunk/seam-gen/view/stylesheet/theme.css
Log:
change link style for menu bar
Modified: trunk/seam-gen/view/stylesheet/theme.css
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.css 2009-04-05 05:56:22 UTC (rev 10295)
+++ trunk/seam-gen/view/stylesheet/theme.css 2009-04-05 05:59:45 UTC (rev 10296)
@@ -169,6 +169,14 @@
text-decoration: none;
}
+.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
+ text-decoration: underline;
+}
+
+.rich-toolbar-item .rich-menu-item a:hover {
+ text-decoration: none;
+}
+
.rich-datalist {
list-style: square;
margin: 6px 0 1px 0;