FR: Text on unselected tabs

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

Post

Can this text be made easier to read?

Image

Lighter text? Darker tab background? (I had a look in the skin file but could not find the right element to change; apologies if it is already there)
DarkStar, ... Interesting, if true
Inspired by ...

Post

... anyone? Or is it not currently possible?
DarkStar, ... Interesting, if true
Inspired by ...

Post

The style sheet element you are looking for it ".tabbutton" (class tabbutton).
In default.skin, there is on line 64:

Code: Select all

.tabbutton {
    background: url(#tabslice.png?2, 8, 6, 8, 6);
    position: center middle 10/3;
}
You can change it to something like:

Code: Select all

.tabbutton {
    background: url(#tabslice.png?2, 8, 6, 8, 6);
    position: center middle 10/3;
    font: rgb(25, 25, 25);
}
To make the text slightly darker (more contrast), or any other rgb value.
TX16Wx Software Sampler:
http://www.tx16wx.com/

Post

Got it, thank you:

Image

Code: Select all

font: rgb(128, 128, 144);           /* text on inactive tabs */
DarkStar, ... Interesting, if true
Inspired by ...

Post Reply

Return to “CWITEC”