Fix revert icon position on theming settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-11-16 18:35:42 +01:00
parent def8af3e7e
commit ce6e77ad74
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 4 additions and 2 deletions

View File

@ -18,14 +18,16 @@
.theme-undo { .theme-undo {
position: absolute; position: absolute;
top: -7px; top: -7px; // input padding
right: 7px; right: 4px; // input right margin + border
cursor: pointer; cursor: pointer;
opacity: .3; opacity: .3;
padding: 7px; padding: 7px;
vertical-align: top; vertical-align: top;
display: inline-block; display: inline-block;
visibility: hidden; visibility: hidden;
height: 32px; // height of input
width: 32px; // height of input
} }
form.uploadButton { form.uploadButton {
width: 411px; width: 411px;