You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

systemtags.scss 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /**
  2. * @copyright Copyright (c) 2017
  3. *
  4. * @license GNU AGPL version 3 or any later version
  5. *
  6. */
  7. .systemtags-select2-dropdown {
  8. .select2-result-label {
  9. .checkmark {
  10. visibility: hidden;
  11. margin-left: -5px;
  12. margin-right: 5px;
  13. padding: 4px;
  14. }
  15. .new-item .systemtags-actions {
  16. display: none;
  17. }
  18. }
  19. .select2-selected .select2-result-label .checkmark {
  20. visibility: visible;
  21. }
  22. .select2-result-label .icon {
  23. display: inline-block;
  24. opacity: .5;
  25. &.rename {
  26. padding: 4px;
  27. }
  28. }
  29. .systemtags-actions {
  30. position: absolute;
  31. right: 5px;
  32. }
  33. .systemtags-rename-form {
  34. display: inline-block;
  35. width: calc(100% - 20px);
  36. top: -6px;
  37. position: relative;
  38. input {
  39. display: inline-block;
  40. width: calc(100% - 40px);
  41. }
  42. }
  43. .label {
  44. width: 85%;
  45. display: -moz-inline-box;
  46. display: inline-block;
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. &.hidden {
  50. display: none;
  51. }
  52. }
  53. span {
  54. line-height: 25px;
  55. }
  56. .systemtags-item {
  57. display: inline-block;
  58. height: 25px;
  59. width: 100%;
  60. }
  61. .select2-result-label {
  62. height: 25px;
  63. }
  64. }
  65. .systemtags-select2-container {
  66. width: 100%;
  67. .select2-choices .select2-search-choice.select2-locked .label {
  68. opacity: 0.5;
  69. }
  70. }
  71. #select2-drop.systemtags-select2-dropdown .select2-results li.select2-result {
  72. padding: 5px;
  73. }