diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-16 18:35:42 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-16 18:35:42 +0100 |
commit | ce6e77ad7431f629fb9e507342bd36cac7350eba (patch) | |
tree | dafdfda99cf4099831ad530831f9bde5b7f5797f /apps | |
parent | def8af3e7e1f4328860f5c2d0c1643e0553f58e0 (diff) | |
download | nextcloud-server-ce6e77ad7431f629fb9e507342bd36cac7350eba.tar.gz nextcloud-server-ce6e77ad7431f629fb9e507342bd36cac7350eba.zip |
Fix revert icon position on theming settings
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/settings-admin.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss index f8f2a0e33ac..504760d4596 100644 --- a/apps/theming/css/settings-admin.scss +++ b/apps/theming/css/settings-admin.scss @@ -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; |