1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 07:43:14 +00:00

CSS fixes and improvements for upgrade wizard

This commit is contained in:
Jermolene 2014-07-14 22:26:01 +01:00
parent 3233a10c34
commit ac21faed3e

View File

@ -19,6 +19,10 @@ tags: $:/tags/stylesheet
fill: <<colour muted-foreground>>;
}
.tw-upgrade-wizard:hover svg.tw-image-download-button {
fill: <<colour foreground>>;
}
.tw-upgrade-wizard table {
text-align: left;
}
@ -26,11 +30,12 @@ tags: $:/tags/stylesheet
.tw-upgrade-wizard input[type=file] {
position: absolute;
top: 0;
left: 0;
right: 0;
min-width: 100%;
min-height: 100%;
bottom: 0;
font-size: 999px;
text-align: right;
max-width: 100%;
max-height: 100%;
filter: alpha(opacity=0);
opacity: 0;
outline: none;