diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-08-15 07:30:57 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-08-15 07:31:04 +0200 |
commit | f014d31551813175e1ebf8ced61100b2db6bc02d (patch) | |
tree | e77c6d2841c203aecd1b76b8fdd264e0ad950261 /apps/theming | |
parent | 62a9ec12bc1b2114f8566b1f2fc89d01d40b5e66 (diff) | |
download | nextcloud-server-f014d31551813175e1ebf8ced61100b2db6bc02d.tar.gz nextcloud-server-f014d31551813175e1ebf8ced61100b2db6bc02d.zip |
Undo button fix in theming
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/css/settings-admin.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss index c67d48d46fe..378f052d153 100644 --- a/apps/theming/css/settings-admin.scss +++ b/apps/theming/css/settings-admin.scss @@ -26,6 +26,8 @@ vertical-align: top; display: inline-block; visibility: hidden; + height: 32px; + width: 32px; } form.uploadButton { width: 411px; |