How can I change Toolbar/SelectionGrid selected item's text color?
The first thing I did is to look in the GUISkin for those controls, but I saw that they aren't in the GUISkin. I suppose that their style is inferred from other controls like label/button. I have changed every possible text color in button and label in the GUISkin, but that changed only the non-selected items text colors. The selected item's color remained white(the default).
_NOTE: I am using Unity v3.4_
↧