diff --git a/core/images/download-button.tid b/core/images/download-button.tid index 42e6cf72c..2530c7d32 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/plugins/tiddlywiki/upgrade/styles.tid b/plugins/tiddlywiki/upgrade/styles.tid index 66ab5d38d..38940d2f5 100644 --- a/plugins/tiddlywiki/upgrade/styles.tid +++ b/plugins/tiddlywiki/upgrade/styles.tid @@ -16,6 +16,7 @@ tags: $:/tags/stylesheet .tw-upgrade-wizard svg.tw-image-download-button { width: 14em; height: 14em; + <>; fill: <>; } @@ -23,6 +24,13 @@ tags: $:/tags/stylesheet fill: <>; } +.tw-upgrade-wizard svg .tw-image-download-button-ring { +} + +.tw-upgrade-wizard:hover svg .tw-image-download-button-ring { + fill: <>; +} + .tw-upgrade-wizard em { color: <>; }