Author Topic: A-Z jump panel  (Read 8379 times)

jazzboypro

  • Guest
Hello all,

I've modified the spooky black skin, it's pretty much the way i want it except for the A-Z jump panel, i would like the letters to be red instead of white. I thought line element ID 21 was the place:

<!-- 21-->  <element id="Panel.SubHeader.Default" bg="00,00,00" fg="181,021,010" />

But changing the bg color or fg color does not change the color of the letters. Does anybody know how to modify the color of A-Z ?

Thanks


Rotem K.

  • Sr. Member
  • ****
  • Posts: 499
Try changing the FG color on element "Menu.CommandButton.Default".

Be aware that that element also effects the menu in the track properties window [shift+enter, window has to be floating].

jazzboypro

  • Guest
Thanks a lot Rotem, that was it !! now is it possible to change the icons color like the ones beside each play lits and the ones used for the browse control etc..

Thanks again for your help

Rotem K.

  • Sr. Member
  • ****
  • Posts: 499
Sorry, no element to change those.

If it's important to you, you can always PM Steven about it or ask for it in the 'Wishlist' forum.

jazzboypro

  • Guest
Naaaa,,,it's not really important, i was just wondering if it was possible to modify the icons. I'm pretty satisfied with the way it looks now.

Thanks a lot for your help !!!

Rotem K.

  • Sr. Member
  • ****
  • Posts: 499
Any time!

And so you'll know, last night Steven added elements for those browser control buttons:

i've added these 2 elements for the buttons - its in the next update
  <element id="Panel.HeaderButtonOverride.Default" fg="235,25,135" />
  <element id="Panel.HeaderButtonOverride.Disabled" fg="25,125,235" />

So next update you can have those changed as well.