diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-08-29 17:24:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-29 17:24:05 +0200 |
commit | 3a62890a13dc8a482fa977f715fc2a23e14ce5ad (patch) | |
tree | 7237ad939e1f2d81fa1adcf184a25c83f1d3ed95 /apps | |
parent | 27141a960ffbbeca2fcd9693ce6fac3a49991141 (diff) | |
parent | e94c2bbb3b19fde08c4629800f32508f3b0cd975 (diff) | |
download | nextcloud-server-3a62890a13dc8a482fa977f715fc2a23e14ce5ad.tar.gz nextcloud-server-3a62890a13dc8a482fa977f715fc2a23e14ce5ad.zip |
Merge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbutton
Theming: apply proper size to the remove background button
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/settings-admin.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss index 1915a953f4a..f8f2a0e33ac 100644 --- a/apps/theming/css/settings-admin.scss +++ b/apps/theming/css/settings-admin.scss @@ -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, |