Cannot set color for unfocused button? (1 Viewer)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Hi

    I'm trying to set the unfocused color of the text on a button. Easy, wouldn't you say?

    Well, guess not.

    The code below should in my opinion be sufficient to set the text-color of the labe on the button...

    Code:
    <control>
         <height>100</height>
         <textYOff>30</textYOff>
         <textalign>right</textalign>
         <description>My Playlists</description>
         <type>button</type>
         <label>MOVIES</label>
         <font>mediastream16</font>
         <textcolor>80dedede</textcolor>
         <disabledcolor>80dedede</disabledcolor>
         <onup>60</onup>
         <ondown>60</ondown>
    </control>

    The text shows up white, no matter what I do. Editing references.xml makes no difference in the color of the unfocused item :(
    Can somebody help me?
     

    DarkWader

    Portal Pro
    October 3, 2006
    270
    6
    48
    Home Country
    Norway Norway
    <textcolor>80dedede</textcolor>
    <disabledcolor>80dedede</disabledcolor>

    The above is the same color.... try something different on either.

    EDIT: And some controls are case sensitive (disabledcolor vs disabledColor)
     

    Users who are viewing this thread

    Top Bottom