Author: jleroux
Date: Fri Apr 9 20:00:14 2010
New Revision: 932563
URL:
http://svn.apache.org/viewvc?rev=932563&view=revLog:
Related to "In layer lookup with other themes than Tomahawk the buttons inside (loopup and calendar buttons) don't show" (
https://issues.apache.org/jira/browse/OFBIZ-3656) - OFBIZ-3656
I wanted to commit all changes at the same time but I cross more problems than I thought and prefer to get rid of them as soon they are solved...
Actually it may look like a minor issue but it's not because without these buttons you can't use the related feature
Fix an issue in TomaHawk where the "buttons" at bottom of calendar (actually text in white) where not showing when the calendar was called from a lookup
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=932563&r1=932562&r2=932563&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Fri Apr 9 20:00:14 2010
@@ -2188,7 +2188,7 @@ width: 61px;
}
.calendar_date_select .cds_buttons a {
-color: #fff;
+color: white !important;
font-size: 9px;
background: none !important;
display: inline !important;