<div class='toolbar' macro='toolbar
[[ToolbarCommands::ViewToolbar]]'></div>
<div class='toolbar' macro='tiddler RefreshTiddler'></div>
<div class='toolbar' macro='newHere label:"new here"'></div>
<div class='toolbar' macro='tagger label:"tags"'></div>
The second one is doesn't look like the others when you hover on it, I
think it uses the link class somehow, even though I've specified
toolbar?
macro='tiddler RefreshTiddler'> is the tiddlermacro at play.
You can write this in a tiddler:
<<tiddler RefreshTiddler>> same thing going on.
Have a look inside the RefreshTiddler tiddler - It has this content:
<script label="refresh" title="redisplay tiddler content">some script</
script>
You can change the label (refresh) to your own liking...
regards Måns Mårtensson
Tack,
Jeff
> Maybe the question should be re-phrased, I want to use the
> RefreshTiddler transclusion in my toolbar and have it look the same as
> the other toolbar commands. Is that possible, and is it just a CSS
> job?
i don't know how to do that - but you can change all toolbarbuttons
and use icons instead - even the refreshTiddlerbutton
Check Elnois out vertical at http://files.dropbox.com/u/55061/TW/TW.html
Also checkout Eric Shulmans site tiddlytools.com - it uses icons as
well..
regards Måns Mårtensson
{{button{<<someTiddlerContainingACommand>>}}}
I tried:
> {{button{<<someTiddlerContainingACommand>>}}}
Here http://lektie.tiddlyspot.com/#TopMenu
I even did: {{floatrightt{{{small button{<<tiddler NyLektieKnap with:
-DD/MM-YY\nuge\nWW\nkl.\nhh.mm.ss [[ny Lektie]]>>}}}}}} with a little
help from Erics StyleSheetShortcuts ...
For some reason it is positioned differently and the script label is
still blue...
Regards Måns Mårtensson
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.
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