mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
27 lines
695 B
Plaintext
27 lines
695 B
Plaintext
created: 20150228135051000
|
|
modified: 20150228135737000
|
|
tags: [[tv-config-toolbar-class Variable]] [[Variable Examples]]
|
|
title: tv-config-toolbar-class Variable (Examples)
|
|
type: text/vnd.tiddlywiki
|
|
|
|
<style>
|
|
.green-background {
|
|
background-color: green;
|
|
fill: white;
|
|
}
|
|
</style>
|
|
|
|
<$macrocall $name=".example" n="1"
|
|
eg="""<$set name="tv-config-toolbar-class" value="tc-btn-invisible">
|
|
{{$:/core/ui/Buttons/new-tiddler}}
|
|
</$set>
|
|
"""/>
|
|
|
|
<$macrocall $name=".example" n="2"
|
|
eg="""<$set name="tv-config-toolbar-class" value="green-background">
|
|
{{$:/core/ui/Buttons/new-tiddler}}
|
|
</$set>
|
|
"""/>
|
|
|
|
The `green-background` [[CSS|Cascading Style Sheets]] class is declared in a stylesheet within this tiddler.
|