Merge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbutton

Theming: apply proper size to the remove background button
pull/10925/head
Julius Härtl 2018-08-29 17:24:05 +07:00 committed by GitHub
commit 3a62890a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

@ -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,