diff --git a/boot/boot.css.tid b/boot/boot.css.tid
index 44293a5b7c..2cf486be87 100644
--- a/boot/boot.css.tid
+++ b/boot/boot.css.tid
@@ -9,7 +9,7 @@ Basic styles used before we boot up the parsing engine
Error message and password prompt
*/
-.tw-password-wrapper, .tw-error-form {
+.tc-password-wrapper, .tc-error-form {
font-family: sans-serif;
z-index: 20000;
position: fixed;
@@ -22,7 +22,7 @@ Error message and password prompt
border-radius: 8px;
}
-.tw-error-form {
+.tc-error-form {
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
background-color: rgb(255, 75, 75);
@@ -31,32 +31,32 @@ Error message and password prompt
margin-left: -244px; /* - width/2 - paddingHorz/2 - border */
}
-.tw-error-form div {
+.tc-error-form div {
padding-bottom: 1em;
}
-.tw-error-prompt {
+.tc-error-prompt {
color: #000;
text-shadow: none;
}
-.tw-password-wrapper {
+.tc-password-wrapper {
color: #000;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: rgb(197, 235, 183);
border: 8px solid rgb(164, 197, 152);
}
-.tw-password-wrapper form {
+.tc-password-wrapper form {
text-align: left;
}
-.tw-password-wrapper h1 {
+.tc-password-wrapper h1 {
font-size: 16px;
line-height: 20px;
padding-bottom: 16px;
}
-.tw-password-wrapper input {
+.tc-password-wrapper input {
width: 100%;
}
diff --git a/boot/boot.js b/boot/boot.js
index 17b5a2707a..32294c8812 100644
--- a/boot/boot.js
+++ b/boot/boot.js
@@ -139,10 +139,10 @@ $tw.utils.error = function(err) {
// Display an error message to the user
var dm = $tw.utils.domMaker,
heading = dm("h1",{text: errHeading}),
- prompt = dm("div",{text: promptMsg, "class": "tw-error-prompt"}),
+ prompt = dm("div",{text: promptMsg, "class": "tc-error-prompt"}),
message = dm("div",{text: err}),
button = dm("button",{text: "close"}),
- form = dm("form",{children: [heading,prompt,message,button], "class": "tw-error-form"});
+ form = dm("form",{children: [heading,prompt,message,button], "class": "tc-error-form"});
document.body.insertBefore(form,document.body.firstChild);
form.addEventListener("submit",function(event) {
document.body.removeChild(form);
@@ -447,7 +447,7 @@ $tw.utils.PasswordPrompt = function() {
// Store of pending password prompts
this.passwordPrompts = [];
// Create the wrapper
- this.promptWrapper = $tw.utils.domMaker("div",{"class":"tw-password-wrapper"});
+ this.promptWrapper = $tw.utils.domMaker("div",{"class":"tc-password-wrapper"});
document.body.appendChild(this.promptWrapper);
// Hide the empty wrapper
this.setWrapperDisplay();
diff --git a/contributing.md b/contributing.md
index 9c4a9ca547..e2b2947308 100644
--- a/contributing.md
+++ b/contributing.md
@@ -1,3 +1,3 @@
-
TiddlyWiki5 welcomes contributions to its code and documentation via GitHub . Please take a moment to read these notes to help make the process as smooth as possible.
Coding Style Code contributions should follow the TiddlyWiki Coding Style Guidelines .
See ReportingBugs for information about how TiddlyWiki handles bug reports.
Contributor License Agreement Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community).
This is a first pass at a CLA for TiddlyWiki . Please let us know if we missed something important. If we do have to make essential changes to the CLA, there is a possibility that all contributors will need to sign it again
How to sign the CLA Create a GitHub pull request to add your name to cla-individual.md or cla-entity.md, with the date in the format (YYYY/MM/DD).
eg: Jeremy Ruston, @Jermolene, 2011/11/22
Thank you!
Attribution The CLA documents used for this project were created using Harmony Project Templates . "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity"
-
This file was automatically generated by TiddlyWiki5
+
TiddlyWiki5 welcomes contributions to its code and documentation via GitHub . Please take a moment to read these notes to help make the process as smooth as possible.
Coding Style Code contributions should follow the TiddlyWiki Coding Style Guidelines .
See ReportingBugs for information about how TiddlyWiki handles bug reports.
Contributor License Agreement Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community).
This is a first pass at a CLA for TiddlyWiki . Please let us know if we missed something important. If we do have to make essential changes to the CLA, there is a possibility that all contributors will need to sign it again
How to sign the CLA Create a GitHub pull request to add your name to cla-individual.md or cla-entity.md, with the date in the format (YYYY/MM/DD).
eg: Jeremy Ruston, @Jermolene, 2011/11/22
Thank you!
Attribution The CLA documents used for this project were created using Harmony Project Templates . "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity"
+
This file was automatically generated by TiddlyWiki5
\ No newline at end of file
diff --git a/core/images/cancel-button.tid b/core/images/cancel-button.tid
index 2ce32e6748..34acf1bf41 100644
--- a/core/images/cancel-button.tid
+++ b/core/images/cancel-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/cancel-button
tags: $:/tags/Image
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/core/images/chevron-left.tid b/core/images/chevron-left.tid
index a0c04993cc..3f72a05487 100644
--- a/core/images/chevron-left.tid
+++ b/core/images/chevron-left.tid
@@ -1,7 +1,7 @@
title: $:/core/images/chevron-left
tags: $:/tags/Image
-
+
diff --git a/core/images/chevron-right.tid b/core/images/chevron-right.tid
index 477a1d889e..dd7b22c6a4 100644
--- a/core/images/chevron-right.tid
+++ b/core/images/chevron-right.tid
@@ -1,7 +1,7 @@
title: $:/core/images/chevron-right
tags: $:/tags/Image
-
+
diff --git a/core/images/clone-button.tid b/core/images/clone-button.tid
index ecea96c316..4aa1c93627 100644
--- a/core/images/clone-button.tid
+++ b/core/images/clone-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/clone-button
tags: $:/tags/Image
-
+
diff --git a/core/images/close-all-button.tid b/core/images/close-all-button.tid
index 0d3e0f46d8..a9ed15d965 100644
--- a/core/images/close-all-button.tid
+++ b/core/images/close-all-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/close-all-button
tags: $:/tags/Image
-
+
diff --git a/core/images/close-button.tid b/core/images/close-button.tid
index f438edcc11..d75f9ee091 100644
--- a/core/images/close-button.tid
+++ b/core/images/close-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/close-button
tags: $:/tags/Image
-
+
diff --git a/core/images/close-others-button.tid b/core/images/close-others-button.tid
index 5bc26ca281..7598df39e8 100644
--- a/core/images/close-others-button.tid
+++ b/core/images/close-others-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/close-others-button
tags: $:/tags/Image
-
+
diff --git a/core/images/delete-button.tid b/core/images/delete-button.tid
index c0c25b50e2..3e5c807f2a 100644
--- a/core/images/delete-button.tid
+++ b/core/images/delete-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/delete-button
tags: $:/tags/Image
-
+
diff --git a/core/images/done-button.tid b/core/images/done-button.tid
index e89efaa1d9..aea267bbfd 100644
--- a/core/images/done-button.tid
+++ b/core/images/done-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/done-button
tags: $:/tags/Image
-
+
diff --git a/core/images/down-arrow.tid b/core/images/down-arrow.tid
index a341bbf08a..e67296a849 100644
--- a/core/images/down-arrow.tid
+++ b/core/images/down-arrow.tid
@@ -1,4 +1,4 @@
title: $:/core/images/down-arrow
tags: $:/tags/Image
-
+
diff --git a/core/images/download-button.tid b/core/images/download-button.tid
index 2530c7d32c..b59c86215d 100644
--- a/core/images/download-button.tid
+++ b/core/images/download-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/download-button
tags: $:/tags/Image
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/core/images/edit-button.tid b/core/images/edit-button.tid
index 8600bca71e..28334b516b 100644
--- a/core/images/edit-button.tid
+++ b/core/images/edit-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/edit-button
tags: $:/tags/Image
-
+
diff --git a/core/images/export-button.tid b/core/images/export-button.tid
index 24b07e1504..1192b73397 100644
--- a/core/images/export-button.tid
+++ b/core/images/export-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/export-button
tags: $:/tags/Image
-
+
diff --git a/core/images/full-screen-button.tid b/core/images/full-screen-button.tid
index ca96994c19..acc6edbd6e 100644
--- a/core/images/full-screen-button.tid
+++ b/core/images/full-screen-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/full-screen-button
tags: $:/tags/Image
-
+
diff --git a/core/images/globe.tid b/core/images/globe.tid
index 2edccf671f..02b58e219b 100644
--- a/core/images/globe.tid
+++ b/core/images/globe.tid
@@ -1,7 +1,7 @@
title: $:/core/images/globe
tags: $:/tags/Image
-
+
diff --git a/core/images/home-button.tid b/core/images/home-button.tid
index 95450bf211..9d6e8bae86 100644
--- a/core/images/home-button.tid
+++ b/core/images/home-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/home-button
tags: $:/tags/Image
-
+
diff --git a/core/images/import-button.tid b/core/images/import-button.tid
index 307809e5e2..54534bb6cc 100644
--- a/core/images/import-button.tid
+++ b/core/images/import-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/import-button
tags: $:/tags/Image
-
+
diff --git a/core/images/info-button.tid b/core/images/info-button.tid
index 6da295c566..f19df45bcf 100644
--- a/core/images/info-button.tid
+++ b/core/images/info-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/info-button
tags: $:/tags/Image
-
+
diff --git a/core/images/locked-padlock.tid b/core/images/locked-padlock.tid
index ebcbd92e53..28a6ea9862 100644
--- a/core/images/locked-padlock.tid
+++ b/core/images/locked-padlock.tid
@@ -1,7 +1,7 @@
title: $:/core/images/locked-padlock
tags: $:/tags/Image
-
+
diff --git a/core/images/menu-button.tid b/core/images/menu-button.tid
index 32f6239cbe..beffcfac71 100644
--- a/core/images/menu-button.tid
+++ b/core/images/menu-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/menu-button
tags: $:/tags/Image
-
+
diff --git a/core/images/new-button.tid b/core/images/new-button.tid
index 7601810019..7584966619 100644
--- a/core/images/new-button.tid
+++ b/core/images/new-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/new-button
tags: $:/tags/Image
-
+
diff --git a/core/images/options-button.tid b/core/images/options-button.tid
index 2365cec176..808eca808d 100644
--- a/core/images/options-button.tid
+++ b/core/images/options-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/options-button
tags: $:/tags/Image
-
+
diff --git a/core/images/permalink-button.tid b/core/images/permalink-button.tid
index 118b2f4951..5441b4a14f 100644
--- a/core/images/permalink-button.tid
+++ b/core/images/permalink-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/permalink-button
tags: $:/tags/Image
-
+
diff --git a/core/images/permaview-button.tid b/core/images/permaview-button.tid
index 2684406b99..360d808650 100644
--- a/core/images/permaview-button.tid
+++ b/core/images/permaview-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/permaview-button
tags: $:/tags/Image
-
+
diff --git a/core/images/refresh-button.tid b/core/images/refresh-button.tid
index 31575e31c9..d42bb679c2 100644
--- a/core/images/refresh-button.tid
+++ b/core/images/refresh-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/refresh-button
tags: $:/tags/Image
-
+
diff --git a/core/images/right-arrow.tid b/core/images/right-arrow.tid
index 73c2545efa..4627076e07 100644
--- a/core/images/right-arrow.tid
+++ b/core/images/right-arrow.tid
@@ -1,4 +1,4 @@
title: $:/core/images/right-arrow
tags: $:/tags/Image
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/core/images/save-button.tid b/core/images/save-button.tid
index 88e55fd4ed..b79a23acd9 100644
--- a/core/images/save-button.tid
+++ b/core/images/save-button.tid
@@ -1,4 +1,4 @@
title: $:/core/images/save-button
tags: $:/tags/Image
-
+
diff --git a/core/images/star-filled.tid b/core/images/star-filled.tid
index 11b43c2e40..3199c14db3 100644
--- a/core/images/star-filled.tid
+++ b/core/images/star-filled.tid
@@ -1,7 +1,7 @@
title: $:/core/images/star-filled
tags: $:/tags/Image
-
+
diff --git a/core/images/storyview-classic.tid b/core/images/storyview-classic.tid
index 86fa1c21e2..3e64fd5d1d 100644
--- a/core/images/storyview-classic.tid
+++ b/core/images/storyview-classic.tid
@@ -1,7 +1,7 @@
title: $:/core/images/storyview-classic
tags: $:/tags/Image
-
+
diff --git a/core/images/storyview-pop.tid b/core/images/storyview-pop.tid
index 442fc8e77b..95139f2a4f 100644
--- a/core/images/storyview-pop.tid
+++ b/core/images/storyview-pop.tid
@@ -1,7 +1,7 @@
title: $:/core/images/storyview-pop
tags: $:/tags/Image
-
+
diff --git a/core/images/storyview-zoomin.tid b/core/images/storyview-zoomin.tid
index 764c279934..20a16ab9fb 100644
--- a/core/images/storyview-zoomin.tid
+++ b/core/images/storyview-zoomin.tid
@@ -1,7 +1,7 @@
title: $:/core/images/storyview-zoomin
tags: $:/tags/Image
-
+
diff --git a/core/images/tag-button.tid b/core/images/tag-button.tid
index 7d53a8a70c..259fb023a4 100644
--- a/core/images/tag-button.tid
+++ b/core/images/tag-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/tag-button
tags: $:/tags/Image
-
+
diff --git a/core/images/theme-button.tid b/core/images/theme-button.tid
index 419a109246..87dac4cd98 100644
--- a/core/images/theme-button.tid
+++ b/core/images/theme-button.tid
@@ -1,7 +1,7 @@
title: $:/core/images/theme-button
tags: $:/tags/Image
-
+
diff --git a/core/images/unlocked-padlock.tid b/core/images/unlocked-padlock.tid
index fc0b2bf973..6e24bb3b30 100644
--- a/core/images/unlocked-padlock.tid
+++ b/core/images/unlocked-padlock.tid
@@ -1,7 +1,7 @@
title: $:/core/images/unlocked-padlock
tags: $:/tags/Image
-
+
diff --git a/core/modules/parsers/wikiparser/rules/extlink.js b/core/modules/parsers/wikiparser/rules/extlink.js
index abc4debd42..539d0f11bd 100644
--- a/core/modules/parsers/wikiparser/rules/extlink.js
+++ b/core/modules/parsers/wikiparser/rules/extlink.js
@@ -41,7 +41,7 @@ exports.parse = function() {
tag: "a",
attributes: {
href: {type: "string", value: this.match[0]},
- "class": {type: "string", value: "tw-tiddlylink-external"},
+ "class": {type: "string", value: "tc-tiddlylink-external"},
target: {type: "string", value: "_blank"}
},
children: [{
diff --git a/core/modules/parsers/wikiparser/rules/prettyextlink.js b/core/modules/parsers/wikiparser/rules/prettyextlink.js
index 960c410c0c..45bcbbf43f 100644
--- a/core/modules/parsers/wikiparser/rules/prettyextlink.js
+++ b/core/modules/parsers/wikiparser/rules/prettyextlink.js
@@ -73,7 +73,7 @@ exports.parseLink = function(source,pos) {
tag: "a",
start: pos,
attributes: {
- "class": {type: "string", value: "tw-tiddlylink-external"},
+ "class": {type: "string", value: "tc-tiddlylink-external"},
},
children: [textNode]
};
diff --git a/core/modules/parsers/wikiparser/rules/prettylink.js b/core/modules/parsers/wikiparser/rules/prettylink.js
index 2b6cfeb22a..12683b3eba 100644
--- a/core/modules/parsers/wikiparser/rules/prettylink.js
+++ b/core/modules/parsers/wikiparser/rules/prettylink.js
@@ -44,7 +44,7 @@ exports.parse = function() {
tag: "a",
attributes: {
href: {type: "string", value: link},
- "class": {type: "string", value: "tw-tiddlylink-external"},
+ "class": {type: "string", value: "tc-tiddlylink-external"},
target: {type: "string", value: "_blank"}
},
children: [{
diff --git a/core/modules/storyviews/zoomin.js b/core/modules/storyviews/zoomin.js
index 42683566bc..46afb354ac 100644
--- a/core/modules/storyviews/zoomin.js
+++ b/core/modules/storyviews/zoomin.js
@@ -108,10 +108,10 @@ ZoominListView.prototype.navigateTo = function(historyInfo) {
};
/*
-Find the first child DOM node of a widget that has the class "title"
+Find the first child DOM node of a widget that has the class "tc-title"
*/
function findTitleDomNode(widget,targetClass) {
- targetClass = targetClass || "title";
+ targetClass = targetClass || "tc-title";
var domNode = widget.findFirstDomNode();
if(domNode && domNode.querySelector) {
return domNode.querySelector("." + targetClass);
diff --git a/core/modules/utils/dom/modal.js b/core/modules/utils/dom/modal.js
index b2b3ca2c10..702a5e7b59 100644
--- a/core/modules/utils/dom/modal.js
+++ b/core/modules/utils/dom/modal.js
@@ -50,12 +50,12 @@ Modal.prototype.display = function(title,options) {
this.modalCount++;
this.adjustPageClass();
// Add classes
- $tw.utils.addClass(wrapper,"modal-wrapper");
- $tw.utils.addClass(modalBackdrop,"modal-backdrop");
- $tw.utils.addClass(modalWrapper,"modal");
- $tw.utils.addClass(modalHeader,"modal-header");
- $tw.utils.addClass(modalBody,"modal-body");
- $tw.utils.addClass(modalFooter,"modal-footer");
+ $tw.utils.addClass(wrapper,"tc-modal-wrapper");
+ $tw.utils.addClass(modalBackdrop,"tc-modal-backdrop");
+ $tw.utils.addClass(modalWrapper,"tc-modal");
+ $tw.utils.addClass(modalHeader,"tc-modal-header");
+ $tw.utils.addClass(modalBody,"tc-modal-body");
+ $tw.utils.addClass(modalFooter,"tc-modal-footer");
// Join them together
wrapper.appendChild(modalBackdrop);
wrapper.appendChild(modalWrapper);
diff --git a/core/modules/widgets/link.js b/core/modules/widgets/link.js
index b5cd89fd8e..c1bda8a915 100755
--- a/core/modules/widgets/link.js
+++ b/core/modules/widgets/link.js
@@ -60,15 +60,15 @@ LinkWidget.prototype.renderLink = function(parent,nextSibling) {
if(this.linkClasses) {
classes.push(this.linkClasses);
}
- classes.push("tw-tiddlylink");
+ classes.push("tc-tiddlylink");
if(this.isShadow) {
- classes.push("tw-tiddlylink-shadow");
+ classes.push("tc-tiddlylink-shadow");
}
if(this.isMissing && !this.isShadow) {
- classes.push("tw-tiddlylink-missing");
+ classes.push("tc-tiddlylink-missing");
} else {
if(!this.isMissing) {
- classes.push("tw-tiddlylink-resolves");
+ classes.push("tc-tiddlylink-resolves");
}
}
domNode.setAttribute("class",classes.join(" "));
@@ -126,7 +126,7 @@ LinkWidget.prototype.handleClickEvent = function (event) {
LinkWidget.prototype.handleDragStartEvent = function(event) {
if(this.to) {
// Set the dragging class on the element being dragged
- $tw.utils.addClass(event.target,"tw-tiddlylink-dragging");
+ $tw.utils.addClass(event.target,"tc-tiddlylink-dragging");
// Create the drag image elements
this.dragImage = this.document.createElement("div");
this.dragImage.className = "tw-tiddler-dragger";
@@ -170,7 +170,7 @@ LinkWidget.prototype.handleDragStartEvent = function(event) {
LinkWidget.prototype.handleDragEndEvent = function(event) {
// Remove the dragging class on the element being dragged
- $tw.utils.removeClass(event.target,"tw-tiddlylink-dragging");
+ $tw.utils.removeClass(event.target,"tc-tiddlylink-dragging");
// Delete the drag image element
if(this.dragImage) {
this.dragImage.parentNode.removeChild(this.dragImage);
diff --git a/core/templates/alltiddlers.template.html.tid b/core/templates/alltiddlers.template.html.tid
index bb1d8f3c65..ba3d7bde2a 100644
--- a/core/templates/alltiddlers.template.html.tid
+++ b/core/templates/alltiddlers.template.html.tid
@@ -21,7 +21,7 @@ type: text/vnd.tiddlywiki-html
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
-
+
{{$:/core/templates/alltiddlers.content||$:/core/templates/html-tiddler}}
diff --git a/core/templates/static.tiddler.html.tid b/core/templates/static.tiddler.html.tid
index 679c82dacb..87cad53872 100644
--- a/core/templates/static.tiddler.html.tid
+++ b/core/templates/static.tiddler.html.tid
@@ -14,7 +14,7 @@ title: $:/core/templates/static.tiddler.html
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
-
+
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>
$importvariables>`
diff --git a/core/ui/AdvancedSearch/Filter.tid b/core/ui/AdvancedSearch/Filter.tid
index 9703d9ca61..72c4f50741 100644
--- a/core/ui/AdvancedSearch/Filter.tid
+++ b/core/ui/AdvancedSearch/Filter.tid
@@ -7,7 +7,7 @@ caption: {{$:/language/Search/Filter/Caption}}
<>
-<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/> <$button popup=<> class="btn-invisible">{{$:/core/images/down-arrow}}$button> <$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
+<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/> <$button popup=<> class="tc-btn-invisible">{{$:/core/images/down-arrow}}$button> <$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="tc-btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
<$reveal state=<
> type="nomatch" text="" default="">
diff --git a/core/ui/AdvancedSearch/Shadows.tid b/core/ui/AdvancedSearch/Shadows.tid
index 39d170c1c3..54781683e7 100644
--- a/core/ui/AdvancedSearch/Shadows.tid
+++ b/core/ui/AdvancedSearch/Shadows.tid
@@ -7,7 +7,7 @@ caption: {{$:/language/Search/Shadows/Caption}}
<>
-<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
+<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="tc-btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
$linkcatcher>
diff --git a/core/ui/AdvancedSearch/Standard.tid b/core/ui/AdvancedSearch/Standard.tid
index d93da904f0..0b81afc0dc 100644
--- a/core/ui/AdvancedSearch/Standard.tid
+++ b/core/ui/AdvancedSearch/Standard.tid
@@ -7,7 +7,7 @@ caption: {{$:/language/Search/Standard/Caption}}
<>
-<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
+<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="tc-btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
$linkcatcher>
diff --git a/core/ui/AdvancedSearch/System.tid b/core/ui/AdvancedSearch/System.tid
index 17d0807985..c6921b74db 100644
--- a/core/ui/AdvancedSearch/System.tid
+++ b/core/ui/AdvancedSearch/System.tid
@@ -7,7 +7,7 @@ caption: {{$:/language/Search/System/Caption}}
<>
-<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
+<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="tc-btn-invisible">{{$:/core/images/close-button}}$link>$reveal>
$linkcatcher>
diff --git a/core/ui/AlertTemplate.tid b/core/ui/AlertTemplate.tid
index 051729e45d..c2c34d7307 100644
--- a/core/ui/AlertTemplate.tid
+++ b/core/ui/AlertTemplate.tid
@@ -2,7 +2,7 @@ title: $:/core/ui/AlertTemplate
-<$button message="tw-delete-tiddler" class="btn-invisible">
+<$button message="tw-delete-tiddler" class="tc-btn-invisible">
{{$:/core/images/delete-button}}$button>
diff --git a/core/ui/ControlPanel/Plugins.tid b/core/ui/ControlPanel/Plugins.tid
index a476a9290b..bb885d1940 100644
--- a/core/ui/ControlPanel/Plugins.tid
+++ b/core/ui/ControlPanel/Plugins.tid
@@ -18,12 +18,12 @@ $:/config/Plugins/Disabled/$(currentTiddler)$
\define plugin-table-body(type,disabledMessage)
<$reveal type="nomatch" state=<
> text="yes">
-<$button class="btn-invisible btn-dropdown" set=<> setTo="yes">
+<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="yes">
{{$:/core/images/right-arrow}}
$button>
$reveal>
<$reveal type="match" state=<> text="yes">
-<$button class="btn-invisible btn-dropdown" set=<> setTo="no">
+<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="no">
{{$:/core/images/down-arrow}}
$button>
$reveal>
diff --git a/core/ui/ControlPanel/Tools.tid b/core/ui/ControlPanel/Tools.tid
index 48b1310564..b4212b887a 100644
--- a/core/ui/ControlPanel/Tools.tid
+++ b/core/ui/ControlPanel/Tools.tid
@@ -11,7 +11,7 @@ caption: {{$:/language/ControlPanel/Tools/Caption}}
! <>
-<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="btn-big-green"><> {{$:/core/images/save-button}}$button>
+<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="tc-btn-big-green"><> {{$:/core/images/save-button}}$button>
! <>
diff --git a/core/ui/EditTemplate/fields.tid b/core/ui/EditTemplate/fields.tid
index 7c5a51a961..5bc00bc8f7 100644
--- a/core/ui/EditTemplate/fields.tid
+++ b/core/ui/EditTemplate/fields.tid
@@ -21,7 +21,7 @@ $:/config/EditTemplateFields/Visibility/$(currentField)$
<$edit-text tiddler=<> field=<> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}}/>
-<$button message="tw-remove-field" param=<> class="btn-invisible">{{$:/core/images/delete-button}}$button>
+<$button message="tw-remove-field" param=<> class="tc-btn-invisible">{{$:/core/images/delete-button}}$button>
$list>
diff --git a/core/ui/EditTemplate/tags.tid b/core/ui/EditTemplate/tags.tid
index 5c9c15ca63..69f1bb4f34 100644
--- a/core/ui/EditTemplate/tags.tid
+++ b/core/ui/EditTemplate/tags.tid
@@ -9,14 +9,14 @@ background-color:$(backgroundColor)$;
<$fieldmangler>
<$list filter="[all[current]tags[]sort[title]]" storyview="pop"><$set name="backgroundColor" value={{!!color}}>> class="tw-tag-label">
<$view field="title" format="text" />
-<$button message="tw-remove-tag" param={{!!title}} class="btn-invisible tw-remove-tag-button">×$button>
+<$button message="tw-remove-tag" param={{!!title}} class="tc-btn-invisible tw-remove-tag-button">×$button>
$set>
$list>
<$edit-text tiddler="$:/temp/NewTagName" tag="input" default="" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} focusPopup=<> class="tw-edit-texteditor"/>
- <$button popup=<
> class="btn-invisible btn-dropdown">{{$:/core/images/down-arrow}}$button>
+ <$button popup=<> class="tc-btn-invisible btn-dropdown">{{$:/core/images/down-arrow}}$button>
<$button message="tw-add-tag" param={{$:/temp/NewTagName}} set="$:/temp/NewTagName" setTo="" class="">
<>
$button>
diff --git a/core/ui/EditTemplate/type.tid b/core/ui/EditTemplate/type.tid
index 476d42cc3a..a18dc244e2 100644
--- a/core/ui/EditTemplate/type.tid
+++ b/core/ui/EditTemplate/type.tid
@@ -2,7 +2,7 @@ title: $:/core/ui/EditTemplate/type
tags: $:/tags/EditTemplate
\define lingo-base() $:/language/EditTemplate/
-<$fieldmangler><> <$edit-text field="type" tag="input" default="" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<> class="tw-edit-typeeditor"/> <$button popup=<> class="btn-invisible btn-dropdown">{{$:/core/images/down-arrow}}$button> <$button message="tw-remove-field" param="type" class="btn-invisible btn-icon">{{$:/core/images/delete-button}}$button>$fieldmangler>
+<$fieldmangler><> <$edit-text field="type" tag="input" default="" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<> class="tw-edit-typeeditor"/> <$button popup=<> class="tc-btn-invisible btn-dropdown">{{$:/core/images/down-arrow}}$button> <$button message="tw-remove-field" param="type" class="tc-btn-invisible tc-btn-icon">{{$:/core/images/delete-button}}$button>$fieldmangler>
<$reveal state=<
> type="nomatch" text="" default="">
diff --git a/core/ui/ImportListing.tid b/core/ui/ImportListing.tid
index 66c080ae72..2f62ae9dc6 100644
--- a/core/ui/ImportListing.tid
+++ b/core/ui/ImportListing.tid
@@ -30,12 +30,12 @@ selection-$(payloadTiddler)$
<$reveal type="nomatch" state=<> text="yes">
-<$button class="btn-invisible btn-dropdown" set=<> setTo="yes">
+<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="yes">
{{$:/core/images/right-arrow}} <$text text=<>/>
$button>
$reveal>
<$reveal type="match" state=<> text="yes">
-<$button class="btn-invisible btn-dropdown" set=<> setTo="no">
+<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="no">
{{$:/core/images/down-arrow}} <$text text=<>/>
$button>
$reveal>
diff --git a/core/ui/MissingTemplate.tid b/core/ui/MissingTemplate.tid
index 11b3875475..bfd48df010 100644
--- a/core/ui/MissingTemplate.tid
+++ b/core/ui/MissingTemplate.tid
@@ -1,7 +1,7 @@
title: $:/core/ui/MissingTemplate
-<$button popup=<> class="btn-invisible tw-missing-tiddler-label">
+<$button popup=<> class="tc-btn-invisible tw-missing-tiddler-label">
<$view field="title" format="text" />
$button>
<$reveal state=<> type="popup" position="below" animate="yes">
diff --git a/core/ui/PageControls/language.tid b/core/ui/PageControls/language.tid
index 9c074b02a4..8b197d0452 100644
--- a/core/ui/PageControls/language.tid
+++ b/core/ui/PageControls/language.tid
@@ -8,7 +8,7 @@ $(languagePluginTitle)$/icon
\end
<$button popup=<> title={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<> selectedClass="tw-selected">
<$list filter="[prefix[yes]]">
-
+
<$set name="languagePluginTitle" value={{$:/language}}>
<$image source=<>/>
$set>
@@ -31,7 +31,7 @@ $(languagePluginTitle)$/icon
$reveal>
-
+
<$set name="languagePluginTitle" value=<>>
<$transclude subtiddler=<>>
<$list filter="[all[current]field:title[$:/languages/en-GB]]">
diff --git a/core/ui/PageControls/more-page-actions.tid b/core/ui/PageControls/more-page-actions.tid
index 24ffe83800..3018d9e9ff 100644
--- a/core/ui/PageControls/more-page-actions.tid
+++ b/core/ui/PageControls/more-page-actions.tid
@@ -22,7 +22,7 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
<$set name="tw-config-toolbar-text" value="yes">
-<$set name="tw-config-toolbar-class" value="btn-invisible">
+<$set name="tw-config-toolbar-class" value="tc-btn-invisible">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]" variable="listItem">
diff --git a/core/ui/PageTemplate.tid b/core/ui/PageTemplate.tid
index 3ce5cad363..ff451f2275 100644
--- a/core/ui/PageTemplate.tid
+++ b/core/ui/PageTemplate.tid
@@ -10,7 +10,7 @@ tw-page-container tw-page-view-$(themeTitle)$ tw-language-$(languageTitle)$
<$set name="tw-config-toolbar-text" value={{$:/config/Toolbar/Text}}>
-<$set name="tw-config-toolbar-class" value="btn-invisible">
+<$set name="tw-config-toolbar-class" value="tc-btn-invisible">
<$set name="themeTitle" value={{$:/view}}>
diff --git a/core/ui/PageTemplate/sidebar.tid b/core/ui/PageTemplate/sidebar.tid
index d202db60ee..7d85129a48 100644
--- a/core/ui/PageTemplate/sidebar.tid
+++ b/core/ui/PageTemplate/sidebar.tid
@@ -6,7 +6,7 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
\end
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
-