Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-27 13:35:02 +0300
committerJulius Härtl <jus@bitgrid.net>2018-08-27 13:35:02 +0300
commite94c2bbb3b19fde08c4629800f32508f3b0cd975 (patch)
treea5ecfaa7070cf254e7ff58c6a383b0ee2e989a83 /apps/theming/css
parent8b47f45afa3b7837032d6ce1cfcda1c901ae840f (diff)
Theming: apply proper size to the remove background button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/settings-admin.scss4
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,