Author: jleroux
Date: Tue Mar 9 06:25:07 2010
New Revision: 920709
URL:
http://svn.apache.org/viewvc?rev=920709&view=revLog:
A patch from Sascha Rodekamp "Color of links in retrieved list for Tomahawk theme" (
https://issues.apache.org/jira/browse/OFBIZ-3527) - OFBIZ-3527
In Tomahawk theme, in some cases, the links in lookups retrieved lists were not following the theme colors.
Modified:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=920709&r1=920708&r2=920709&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Tue Mar 9 06:25:07 2010
@@ -2431,9 +2431,9 @@ padding-bottom: 5px;
#fieldLookupContent td a {
cursor: pointer;
color: #000000;
-background-color: #FCF9E6;
-background-image: url(../images/button_whitegray.jpg);
+background: #FCF9E6 url(../images/button_whitegray.jpg);
padding: 0.4em 0.6em;
+display: inline;
}