Author: jaz
Date: Wed May 13 21:15:17 2009
New Revision: 774541
URL:
http://svn.apache.org/viewvc?rev=774541&view=revLog:
simple change which adds an underline on hover to text links in the title bar
Modified:
ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=774541&r1=774540&r2=774541&view=diff==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Wed May 13 21:15:17 2009
@@ -1289,7 +1289,7 @@
.screenlet-title-bar ul a:hover {
color: #ffffff;
- text-decoration: none;
+ text-decoration: underline;
}
.screenlet-title-bar ul .disabled {