svn commit: r774541 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r774541 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

jaz-3
Author: jaz
Date: Wed May 13 21:15:17 2009
New Revision: 774541

URL: http://svn.apache.org/viewvc?rev=774541&view=rev
Log:
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 {