SmartGWT: v8.2p_2012-10-04/PowerEdition Deployment (built 2012-10-04)
I upgraded from 2012-08-07 to 2012-10-04 to investigate the getFileURL problem, and I found that since moving to 2012-08-07 the window title texts are all white in enterprise blue.
I think this comes from skin_style.css:
Version 2012-08-07 had colour color 4d4d4d.
Was this done deliberately? White text on a light blue background makes for some difficult reading..
I upgraded from 2012-08-07 to 2012-10-04 to investigate the getFileURL problem, and I found that since moving to 2012-08-07 the window title texts are all white in enterprise blue.
I think this comes from skin_style.css:
Code:
.windowHeaderText, .dialogHeaderText { color: white; font-family: Arial, Verdana, sans-serif; font-size: 11px; font-weight: bold; padding-bottom: 2px; padding-left: 2px; padding-right: 2px; }
Was this done deliberately? White text on a light blue background makes for some difficult reading..
Comment