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-29 18:24:05 +0300
committerGitHub <noreply@github.com>2018-08-29 18:24:05 +0300
commit3a62890a13dc8a482fa977f715fc2a23e14ce5ad (patch)
tree7237ad939e1f2d81fa1adcf184a25c83f1d3ed95 /apps/theming
parent27141a960ffbbeca2fcd9693ce6fac3a49991141 (diff)
parente94c2bbb3b19fde08c4629800f32508f3b0cd975 (diff)
Merge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbutton
Theming: apply proper size to the remove background button
Diffstat (limited to 'apps/theming')
-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,