summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-16 19:25:25 +0100
committerGitHub <noreply@github.com>2016-11-16 19:25:25 +0100
commit4035d60847af55166118fd4810dc0e8ae38de86a (patch)
treea0984ee25dabddcc0e9cb6bab575f59f2ac95da2 /core
parent8f38adaab19053622d54f8cd55f4a8ba97b59cef (diff)
parentbeeb8192924bb96b27321fea3301ea24f2d1252c (diff)
downloadnextcloud-server-4035d60847af55166118fd4810dc0e8ae38de86a.tar.gz
nextcloud-server-4035d60847af55166118fd4810dc0e8ae38de86a.zip
Merge pull request #2157 from nextcloud/fix-checkboxes
Fix checkboxes when theming color is enabled
Diffstat (limited to 'core')
-rw-r--r--core/css/multiselect.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index cc1d6a3b468..8bcbd0e563d 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -31,9 +31,6 @@ ul.multiselectoptions.up {
ul.multiselectoptions>li {
overflow: hidden;
white-space: nowrap;
-}
-
-ul.multiselectoptions > li > input[type="checkbox"]+label:before {
margin-left: 7px;
}
ul.multiselectoptions > li input[type='checkbox']+label {
@@ -106,6 +103,7 @@ ul.multiselectoptions input.new {
ul.multiselectoptions > li.creator {
padding: 10px;
+ margin: 0;
font-weight: bold;
}
ul.multiselectoptions > li.creator > input {