Bug Fix [ 1640919 ] Adempiere Theme aspect problem

This commit is contained in:
afalcone 2007-02-15 19:16:07 +00:00
parent be52c12291
commit ffd04b6359
1 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,9 @@ public class AdempiereTheme extends com.jgoodies.looks.plastic.PlasticTheme {
public static ColorUIResource white = WHITE;
/** Background for mandatory fields */
public static ColorUIResource mandatory = new ColorUIResource(233, 238, 245); // blueish
//public static ColorUIResource mandatory = new ColorUIResource(233, 238, 245); // blueish
public static ColorUIResource mandatory = new ColorUIResource(205, 225, 245); // BF[ 1640919 ] Adempiere Theme aspect problem
/** Background for fields in error */
//Gree for error is confusing new ColorUIResource(220, 241, 203); // green ;
public static ColorUIResource error = new ColorUIResource(255, 204, 204); // red-isch