Merge pull request #12496 from nextcloud/revert-icon-theming-fix

Fix revert icon position on theming settings
This commit is contained in:
Morris Jobke 2018-11-19 10:19:58 +01:00 committed by GitHub
commit a9e7b65de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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