Theming: apply proper size to the remove background button

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-08-27 12:35:02 +02:00
parent 8b47f45afa
commit e94c2bbb3b
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -26,8 +26,6 @@
vertical-align: top;
display: inline-block;
visibility: hidden;
height: 32px;
width: 32px;
}
form.uploadButton {
width: 411px;
@ -44,6 +42,8 @@
top: 4px;
right: 0px;
visibility: visible;
height: 32px;
width: 32px;
}
input[type='text']:hover + .theme-undo,
input[type='text'] + .theme-undo:hover,