systemtags.css 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @charset "UTF-8";
  2. /**
  3. * @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>
  4. * @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>
  5. * @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>
  6. * @copyright Copyright (c) 2016, Vincent Petry <pvince81@owncloud.com>
  7. * @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>
  8. * @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>
  9. *
  10. * @license GNU AGPL version 3 or any later version
  11. *
  12. */
  13. .systemtags-select2-dropdown .select2-result-label .checkmark {
  14. visibility: hidden;
  15. margin-left: -5px;
  16. margin-right: 5px;
  17. padding: 4px;
  18. }
  19. .systemtags-select2-dropdown .select2-result-label .new-item .systemtags-actions {
  20. display: none;
  21. }
  22. .systemtags-select2-dropdown .select2-selected .select2-result-label .checkmark {
  23. visibility: visible;
  24. }
  25. .systemtags-select2-dropdown .select2-result-label .icon {
  26. display: inline-block;
  27. opacity: 0.5;
  28. }
  29. .systemtags-select2-dropdown .select2-result-label .icon.rename {
  30. padding: 4px;
  31. }
  32. .systemtags-select2-dropdown .systemtags-actions {
  33. position: absolute;
  34. right: 5px;
  35. }
  36. .systemtags-select2-dropdown .systemtags-rename-form {
  37. display: inline-block;
  38. width: calc(100% - 20px);
  39. top: -6px;
  40. position: relative;
  41. }
  42. .systemtags-select2-dropdown .systemtags-rename-form input {
  43. display: inline-block;
  44. height: 30px;
  45. width: calc(100% - 40px);
  46. }
  47. .systemtags-select2-dropdown .label {
  48. width: 85%;
  49. display: inline-block;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. }
  53. .systemtags-select2-dropdown .label.hidden {
  54. display: none;
  55. }
  56. .systemtags-select2-dropdown span {
  57. line-height: 25px;
  58. }
  59. .systemtags-select2-dropdown .systemtags-item {
  60. display: inline-block;
  61. height: 25px;
  62. width: 100%;
  63. }
  64. .systemtags-select2-dropdown .select2-result-label {
  65. height: 25px;
  66. }
  67. .systemTagsInfoView,
  68. .systemtags-select2-container {
  69. width: 100%;
  70. }
  71. .systemTagsInfoView .select2-choices,
  72. .systemtags-select2-container .select2-choices {
  73. flex-wrap: nowrap !important;
  74. max-height: 44px;
  75. }
  76. .systemTagsInfoView .select2-choices .select2-search-choice.select2-locked .label,
  77. .systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label {
  78. opacity: 0.5;
  79. }
  80. #select2-drop.systemtags-select2-dropdown .select2-results li.select2-result {
  81. padding: 5px;
  82. }
  83. /*# sourceMappingURL=systemtags.css.map */