Hi axelm

> How do I change the background color of the "Tag Box" on the right top of
> the tiddler, when the mouse is over the tiddler?

Have a look at the shadowtiddler: [[StyleSheetColors]]
Copy lines starting with ".tagging" ie.:
".tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]];
background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:
[[ColorPalette::TertiaryLight]]; border:1px solid
[[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:
[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}"

into your StyleSheet tiddler.
Make any changes you like.
The StyleSheet tiddler will take precedence over other StyleSheet
shadow tiddlers also StyleSheetColors.
Do *not* make changes in the StyleSheetColors tiddler..

Cheers Måns Mårtensson

-- 
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.

Reply via email to