Author: jleroux
Date: Fri Oct 30 09:37:09 2009
New Revision: 831238
URL:
http://svn.apache.org/viewvc?rev=831238&view=revLog:
A replacement patch from Bilgin Ibryam "You don't to distinguish between normal text and URL links in screens." (
https://issues.apache.org/jira/browse/OFBIZ-3061) - OFBIZ-3061
This pactch colors the links in tables instead of underlining them which was a problem when FTL was used (as in parties search results)
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=831238&r1=831237&r2=831238&view=diff==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Fri Oct 30 09:37:09 2009
@@ -992,11 +992,12 @@
}
.basic-table td a {
- text-decoration: underline;
+ font-weight: bold;
+ color:#A80000;
}
.basic-table td a.buttontext {
- text-decoration: none;
+ color:#333;
}
.buttontextdisabled {