1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-06 21:08:01 +00:00

Rename "tw-image-*" classes to "tc-image-*"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:47:43 +01:00
parent 53368ba5fa
commit a7dfa954d1
40 changed files with 53 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
title: $:/core/images/storyview-cecily
tags: $:/tags/Image
<svg class="tw-image-storyview-cecily tw-image-button" width="22pt" height="22pt" viewBox="0 0 128 128">
<svg class="tc-image-storyview-cecily tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 128">
<g fill-rule="evenodd">
<path d="M9.99919566,0 C4.48152297,0 0.00856547772,4.48053479 0.00856547772,9.99063018 L0.00856547772,118.00937 C0.00856547772,123.527043 4.48910027,128 9.99919566,128 L118.017935,128 C123.535608,128 128.008565,123.519465 128.008565,118.00937 L128.008565,9.99063018 C128.008565,4.47295749 123.528031,0 118.017935,0 L9.99919566,0 Z M9.00856548,9 L9.00856548,119 L119.008565,119 L119.008565,9 L9.00856548,9 Z"></path>
<rect x="16.0098828" y="16" width="28.9901172" height="61"></rect>

View File

@@ -17,20 +17,20 @@ tags: $:/tags/stylesheet
overflow: hidden;
}
.tw-upgrade-wizard svg.tw-image-download-button {
.tw-upgrade-wizard svg.tc-image-download-button {
width: 14em;
height: 14em;
fill: <<colour muted-foreground>>;
}
.tw-upgrade-wizard:hover svg.tw-image-download-button {
.tw-upgrade-wizard:hover svg.tc-image-download-button {
fill: <<colour foreground>>;
}
.tw-upgrade-wizard svg .tw-image-download-button-ring {
.tw-upgrade-wizard svg .tc-image-download-button-ring {
}
.tw-upgrade-wizard:hover svg .tw-image-download-button-ring {
.tw-upgrade-wizard:hover svg .tc-image-download-button-ring {
fill: <<colour primary>>;
}