diff options
author | Robin Appelman <robin@icewind.nl> | 2016-12-05 14:59:14 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-12-05 14:59:14 +0100 |
commit | d6c9cc7e03bfe824ff421f260860431d321ca69e (patch) | |
tree | bf389942a537c5970259d85c97d2e24250df217b /core/css | |
parent | 8adf61772676bfe71e338fc1c009359135eb381e (diff) | |
download | nextcloud-server-d6c9cc7e03bfe824ff421f260860431d321ca69e.tar.gz nextcloud-server-d6c9cc7e03bfe824ff421f260860431d321ca69e.zip |
improve systemtags selector styling
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/systemtags.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/core/css/systemtags.css b/core/css/systemtags.css index d26f07bae8c..30c3808b51c 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -10,6 +10,9 @@ .systemtags-select2-dropdown .select2-result-label .checkmark { visibility: hidden; + margin-left: -5px; + margin-right: 5px; + padding: 4px; } .systemtags-select2-dropdown .select2-result-label .new-item .systemtags-actions { @@ -42,6 +45,22 @@ width: 100%; } +#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result { + padding: 5px; +} + +.systemtags-select2-dropdown span { + line-height: 25px; +} + +.systemtags-select2-dropdown .systemtags-item { + display: inline-block; + height: 25px; +} + +.systemtags-select2-dropdown .select2-result-label { + height: 25px; +} .systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label { opacity: 0.5; |