Depending on where you have the slider this will get rid of the border
put this in your StyleSheet

.button { border:0px;}
.viewer .button { border:0px;}
#mainMenu .button { border:0px; background:transparent;} etc.

If you want the full Monty use this or modifications of it.  e.g.
"color:ColorPalette::PrimaryDark" can be changed to something like
color:#ccc if you want

.button {color:ColorPalette::PrimaryDark; border:1px solid
ColorPalette::Background;}
.button:hover {color:ColorPalette::PrimaryDark;
background:ColorPalette::SecondaryLight; border-
color:ColorPalette::SecondaryMid;}
.button:active {color:ColorPalette::Background;
background:ColorPalette::SecondaryMid; border:1px solid
ColorPalette::SecondaryDark;}

Morris

On Jan 18, 6:33 pm, Claudio <[email protected]> wrote:
> Hi all! Any idea on how to customize the look of the box surrounding
> the label when using <<slider cookie tiddler label tooltip>>? (It now
> has a dark yellow frame with white background)
-- 
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