1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Rename class "btn-big-green" to "tc-btn-big-green"

Part of #764
This commit is contained in:
Jermolene 2014-08-28 17:30:12 +01:00
parent b374e10cc6
commit 9173e944df
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ caption: {{$:/language/ControlPanel/Tools/Caption}}
! <<lingo Export/Heading>>
<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="btn-big-green"><<lingo Export/AllAsStaticHTML/Caption>> {{$:/core/images/save-button}}</$button>
<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="tc-btn-big-green"><<lingo Export/AllAsStaticHTML/Caption>> {{$:/core/images/save-button}}</$button>
! <<lingo Encryption/Heading>>

View File

@ -1,4 +1,4 @@
title: $:/snippets/download-wiki-button
\define lingo-base() $:/language/ControlPanel/Tools/Download/
<$button message="tw-download-file" param="$:/core/save/all" class="btn-big-green"><<lingo Full/Caption>> {{$:/core/images/save-button}}</$button>
<$button message="tw-download-file" param="$:/core/save/all" class="tc-btn-big-green"><<lingo Full/Caption>> {{$:/core/images/save-button}}</$button>

View File

@ -1,3 +1,3 @@
title: $:/editions/tw5.com/snippets/download-empty-button
<$button message="tw-download-file" param="$:/editions/tw5.com/download-empty" class="btn-big-green">Download Empty {{$:/core/images/save-button}}</$button>
<$button message="tw-download-file" param="$:/editions/tw5.com/download-empty" class="tc-btn-big-green">Download Empty {{$:/core/images/save-button}}</$button>

View File

@ -1,3 +1,3 @@
title: $:/plugins/tiddlywiki/upgrade/save
<$button message="tw-download-file" param="$:/plugins/tiddlywiki/upgrade/save-tiddler-filter" class="btn-big-green">Save upgraded ~TiddlyWiki file {{$:/core/images/save-button}}</$button>
<$button message="tw-download-file" param="$:/plugins/tiddlywiki/upgrade/save-tiddler-filter" class="tc-btn-big-green">Save upgraded ~TiddlyWiki file {{$:/core/images/save-button}}</$button>

View File

@ -260,7 +260,7 @@ button svg, button img {
fill: <<colour muted-foreground>>;
}
.btn-big-green {
.tc-btn-big-green {
padding: 8px;
margin: 4px 8px 4px 8px;
background: <<colour download-background>>;