1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-30 02:31:31 +00:00

Rename "btn-invisible" class to "tc-btn-invisible"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:28:32 +01:00
parent e939a00be5
commit d0cbd34bf9
25 changed files with 39 additions and 39 deletions

View File

@@ -18,12 +18,12 @@ $:/config/Plugins/Disabled/$(currentTiddler)$
\define plugin-table-body(type,disabledMessage)
<div class="tw-plugin-info-chunk">
<$reveal type="nomatch" state=<<popup-state>> text="yes">
<$button class="btn-invisible btn-dropdown" set=<<popup-state>> setTo="yes">
<$button class="tc-btn-invisible btn-dropdown" set=<<popup-state>> setTo="yes">
{{$:/core/images/right-arrow}}
</$button>
</$reveal>
<$reveal type="match" state=<<popup-state>> text="yes">
<$button class="btn-invisible btn-dropdown" set=<<popup-state>> setTo="no">
<$button class="tc-btn-invisible btn-dropdown" set=<<popup-state>> setTo="no">
{{$:/core/images/down-arrow}}
</$button>
</$reveal>