1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 01:03:16 +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>>; fill: <<colour muted-foreground>>;
} }
.tw-upgrade-wizard:hover svg.tw-image-download-button {
fill: <<colour foreground>>;
}
.tw-upgrade-wizard table { .tw-upgrade-wizard table {
text-align: left; text-align: left;
} }
@ -26,11 +30,12 @@ tags: $:/tags/stylesheet
.tw-upgrade-wizard input[type=file] { .tw-upgrade-wizard input[type=file] {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0;
right: 0; right: 0;
min-width: 100%; bottom: 0;
min-height: 100%;
font-size: 999px; font-size: 999px;
text-align: right; max-width: 100%;
max-height: 100%;
filter: alpha(opacity=0); filter: alpha(opacity=0);
opacity: 0; opacity: 0;
outline: none; outline: none;