1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 12:28:02 +00:00

Tweak drop button colours

This commit is contained in:
Jermolene
2014-07-15 13:11:13 +01:00
parent cf273129ef
commit 98bf08d155
2 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ tags: $:/tags/stylesheet
.tw-upgrade-wizard svg.tw-image-download-button {
width: 14em;
height: 14em;
<<transition "fill 150ms ease-in-out">>;
fill: <<colour muted-foreground>>;
}
@@ -23,6 +24,13 @@ tags: $:/tags/stylesheet
fill: <<colour foreground>>;
}
.tw-upgrade-wizard svg .tw-image-download-button-ring {
}
.tw-upgrade-wizard:hover svg .tw-image-download-button-ring {
fill: <<colour primary>>;
}
.tw-upgrade-wizard em {
color: <<colour tiddler-subtitle-foreground>>;
}