3.6 Pro: Readability in certain situations

Official support for: tx16wx.com
Post Reply New Topic
RELATED
PRODUCTS

Post

If a line in a list is activated, for example by clicking on a region, the font in the list is highlighted in white and you can practically no longer read anything.

If you click directly on the list entry it turns light blue, that's ok.

See image:
Image

Can I change that?

I know there are skins and I know CSS but I have no idea which value I'd have to change.

Post

For the record, the selector to address table inactive selection line(s) is `.ui-list-widget .selected`, but you are probably right in that it is a little to bright atm. I've adjusted it down a few grades in the next build.
TX16Wx Software Sampler:
http://www.tx16wx.com/

Post

Thanks for the quick answer. Based on your information I just did my own variation of the default skin with my preferred colors. Happily smiling user here... :-)

Post

BTW this entry:
.ui-table .selected, .ui-list .selected {
background: #ffff4c;
}
... didn't change anything. So I changed the other colors.

Did I do something wrong?

Post

Yes. You need to use `.ui-list-widget .selected` for that one.
TX16Wx Software Sampler:
http://www.tx16wx.com/

Post

In my skin file there is no such thing as .ui-list-widget .selected`.

Do I have to ad it? I'll try...

edit:
Yessssss... it worked! Thank you! :D

Post

Yeah, perhaps not obvious, but the skin file you see is just the aspects of the TX ui that _changes_ the default look-and-feel of the UI widgets.
At some point I will consider making the skinning inspector and other nice real-time tools available to end users. Or at least optionally available... :-)
TX16Wx Software Sampler:
http://www.tx16wx.com/

Post Reply

Return to “CWITEC”