mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10: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>>;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
Loading…
Reference in New Issue
Block a user