I played with this before, and never could figure out where to make
the CSS changes
Decided to play in FireBug and see if I could figure anything out
I found
element.style {
cursor: auto;
}
Haven't played with it yet, and by no means am I a CSS or FireBug
expert - but this might be a starting point
The default toolbar style from StyleSheetColors
.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}
Like many others I also have some scripts in my toolbar, and it would
be nice to be able to make the macros & scripts look consistent.
Any other ideas?
Mike
On Jan 20, 11:06 am, FND <[email protected]> wrote:
> > For some reason it is positioned differently and the script label is
> > still blue...
>
> I'm not entirely sure what the goal is, but it sounds like a CSS
> specificity issue - that is, you might want more specific selectors:
> .button a {
> color: #F00;
> }
>
> -- F.
--
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.