Listview hover text color (1 Viewer)

DarkWader

Portal Pro
October 3, 2006
270
6
48
Home Country
Norway Norway
In listview, it seems impossible to change the text color of the item highlighted.
I was/am certain that its was/is possible.. but it seems like all skins have this text color white...

example: Browsing songs in MyMusicSongs.xml, the song currently highlighted has white text color, I want this black. (NOT talking about <slectedcolor> wich is for the song currently playing/activated)

What am I missing, if something.. :p
If this ain't possible, please add it.
 

wertzui

Retired Team Member
  • Premium Supporter
  • July 2, 2005
    320
    8
    this will give you light blue text with white selected item.
    Code:
      <shadedColor>f0ffffff</shadedColor> 
      <selectedColor>ffffffff</selectedColor> 
      <textcolor>ffffffff</textcolor> 
      <textcolor2>ffffffff</textcolor2> 
      <textcolor3>ffffffff</textcolor3> 
      <colordiffuse>ffffffff</colordiffuse> 
      <unfocusedAlpha>50</unfocusedAlpha> 
      <remoteColor>ffFFA075</remoteColor> 
      <downloadColor>ff80ff80</downloadColor>
     

    DarkWader

    Portal Pro
    October 3, 2006
    270
    6
    48
    Home Country
    Norway Norway
    The above text will give you WHITE text on selected item yes..
    Perhaps I was not clear enough, I want the WHITE text BLACK on the selected item.

    Is this possible?

    I use a white texture for the highlighted item, that's why I want the text under it black..
     

    m0rt

    Portal Pro
    November 29, 2005
    57
    0
    Bolton, UK
    Home Country
    England England
    Hi DarkWader....

    did you ever find a way to do this? I'm having a similar problem at the moment although I want the reverse of you lol.... Black text when not highlighted and white text when highlighted!

    Thanks
     

    Users who are viewing this thread

    Top Bottom