diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-01-21 15:23:49 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-01-25 10:45:02 +0100 |
commit | 0a1350d5ac306b4e8c2183b17d562319d69c4ac3 (patch) | |
tree | de943b8959c7a0cd20216a5011c441e85cbcda53 /core/css | |
parent | d4198607ec0b54be22781c2f48037cd449ee2fea (diff) | |
download | nextcloud-server-0a1350d5ac306b4e8c2183b17d562319d69c4ac3.tar.gz nextcloud-server-0a1350d5ac306b4e8c2183b17d562319d69c4ac3.zip |
System tags sidebar selector now respects permissions
For admins: display the namespace behind the tag name.
For users: no namespace, don't display non-assignable tags in the
dropdown, display already assigned non-assignable tags with a different
style
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/systemtags.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/systemtags.css b/core/css/systemtags.css index 5c667e54547..d847baa6800 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -69,6 +69,11 @@ margin: 0; line-height: 20px; } + +.systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label { + font-style: italic; +} + .systemtags-select2-container .select2-choices .select2-search-choice-close { display: none; } |