Author Topic: Sample Skin  (Read 57967 times)

hiccup

  • Sr. Member
  • ****
  • Posts: 7781
Thanks Mayibongwe, the skin is updated.


frogg3862

  • Newbie
  • *
  • Posts: 1
Reiterating: thank you for this! I've been tweaking a skin that I really like.

One of the final pieces I'm looking for is the sort arrow (ascending/descending):


I found line 115 of the Sample Skin:
Code
<element id="Content[TrackDetail].Body.ListHeader" bg="240,254,253" bg2="240,254,253" fg="10,102,196" bdr="35,156,217" /> <!-- 79,177,225 auto-generated -->

But changing the `fg="10,102,196"` value there changes both the color of the column header text AND the sort arrow. Is there a more specific selector I can use to give that arrow a unique color?
Last Edit: January 26, 2023, 06:00:50 PM by frogg3862

hiccup

  • Sr. Member
  • ****
  • Posts: 7781
Is there a more specific selector I can use to give that arrow a unique color?
Welcome to the forum frogg3862.

I am pretty sure there isn't an element for that.
So you could put out a request for it.
But be aware there are several locations where these sorting arrows can appear, so that will then probably need to be looked at too.
Last Edit: January 28, 2023, 07:41:48 AM by hiccup



hiccup

  • Sr. Member
  • ****
  • Posts: 7781