For problems like this I have found that FireBug can come in handy.
You can inspect parts of your TW and see which class or id the
elements of the page have and what CSS they have. You can also cut and
paste into your stylesheet.
The color is determined by if the tab is selected or not
I've had a look with FireBug. The white is #FFFFF in this bit of the
stylesheet.
.tabUnselected {
background:#999999 none repeat scroll 0 0;
color:#FFFFFF;
}
and the black here
.tabSelected {
background:#EEEEEE none repeat scroll 0 0;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:#001144;
}
I am not a TiddlyExpert, but hope this helps
Alex
[1] http://getfirebug.com/
2009/1/8 jrbast <[email protected]>:
>
> How do you change the text color on tabs?
> Specifically the sidebar tabs for "Timeline, all, tabs, more"
>
> I have changed the color for the tab itself, but the white text is too
> light when using lighter colors.
>
> I use the TiddlerTabPlugin as well which uses the same tab color as
> the sidebar, but has black text. So you see my dilema, black in once
> set of tabs, white in the other makes it tricky picking the right
> color, especially when colors look different between displays (laptop,
> lcd, etc)
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---