1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-12 05:23:00 +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

@@ -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>>;
}