svn commit: r831159 - /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: r831159 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

bibryam
Author: bibryam
Date: Thu Oct 29 23:55:18 2009
New Revision: 831159

URL: http://svn.apache.org/viewvc?rev=831159&view=rev
Log:
Underlined some of the links, so they are noticeable. Related to https://issues.apache.org/jira/browse/OFBIZ-3061

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=831159&r1=831158&r2=831159&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Thu Oct 29 23:55:18 2009
@@ -991,6 +991,14 @@
     color: #1c334d;
 }
 
+.basic-table td a {
+    text-decoration: underline;
+}
+
+.basic-table td a.buttontext  {
+    text-decoration: none;
+}
+
 .buttontextdisabled {
     color: #ccc;
 }