mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
CSS fixes and improvements for upgrade wizard
This commit is contained in:
parent
3233a10c34
commit
ac21faed3e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user