Inverted color scheme on phase buttons.

This commit is contained in:
Doublestrike
2011-11-26 01:09:32 +00:00
parent 3232fcec16
commit 85ddc7e12e

View File

@@ -612,7 +612,7 @@ public class ViewField extends FRoundedPanel {
c = Color.red; c = Color.red;
} }
if (active && !hover) { if (!active && !hover) {
c = c.darker().darker(); c = c.darker().darker();
} }