try this in your stylsheet
/* Javascript Button Style */
.toolbar a:hover{
color:[[ColorPalette::PrimaryDark]];
background:[[ColorPalette::SecondaryLight]];
border:1px solid [[ColorPalette::SecondaryMid]];
padding:2.5px;
-moz-border-radius: 1em;
webkit-border-radius:1em;
}
.toolbar a:active {
color:[[ColorPalette::PrimaryLight]];
background:[[ColorPalette::SecondaryMid]];
border:1px solid [[ColorPalette::SecondaryDark]];
}
May need some tweaking for your theme. . . (css based on my
theme. . .)
Mike
On Apr 3, 1:09 pm, whatever <[email protected]> wrote:
> I figured out what the problem was. In the plugin tiddler, the whole
> content is displayed, but in other tiddlers, the "tags" label is
> displayed correctly. One strange thing though. I put it in the toolbar
> div, however, it doesn't assume the toolbar style, it's actually
> displayed in the same style as the more/less label from one of the
> core tweaks. I'm using the Tiddlypedia Theme, btw.
> w
>
> On Apr 2, 7:51 pm, Mike <[email protected]> wrote:
>
> > My working examplehttp://www.strm.us/tw/examples_twgg/toggletags
>
> > Do you have CoreTweaks? (I think it requires 610 as per the docs)
>
> > Mike
>
> > On Apr 2, 12:57 am, whatever <[email protected]> wrote:
>
> > > Via toolbar command.
>
> > > On Apr 1, 11:22 pm, Mike <[email protected]> wrote:
>
> > > > are you executing via the viewTemplate via tiddler macro?
>
> > > > Mike
>
> > > > On Apr 1, 3:03 am, whatever <[email protected]> wrote:
>
> > > > > Hi! In a previous thread (http://groups.google.com/group/tiddlywiki/
> > > > > browse_thread/thread/b816052d3d6a07a3) I found that Eric's
> > > > > ToggleTiddlerTags plugin solved my problem. However, I am using
> > > > > version 1.0.1, which is a script. On TiddlyTools, however, I found a
> > > > > newer version 2.0.0, which is a transclusion. When I installed it, it
> > > > > didn't work. All I got instead of the "Tags" button was the entire
> > > > > content of the plugin tiddler. Am I missing something?
>
> > > > > w
--
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.