getmusicbee.com

MusicBee & Add-Ons => Customizations => Skins => Topic started by: jazzboypro on February 21, 2012, 01:42:05 AM

Title: A-Z jump panel
Post by: jazzboypro on February 21, 2012, 01:42:05 AM
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

Title: Re: A-Z jump panel
Post by: Rotem K. on February 21, 2012, 06:35:54 AM
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].
Title: Re: A-Z jump panel
Post by: jazzboypro on February 22, 2012, 04:40:00 AM
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
Title: Re: A-Z jump panel
Post by: Rotem K. on February 22, 2012, 06:45:12 AM
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.
Title: Re: A-Z jump panel
Post by: jazzboypro on February 22, 2012, 10:59:08 PM
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 !!!
Title: Re: A-Z jump panel
Post by: Rotem K. on February 23, 2012, 10:00:30 AM
Any time!

And so you'll know, last night Steven added elements for those browser control buttons (http://i.imgur.com/C0qYy.png):

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.