Нет описания

um-admin-select2.css 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /*body.um-admin .select2-container {margin-right: 2px!important;}
  2. body.um-admin .select2-drop,
  3. body.um-admin .select2-drop.select2-drop-above,
  4. body.um-admin .select2-drop-active,
  5. body.um-admin .select2-container-multi .select2-choices
  6. {border: 1px solid #ddd !important}
  7. body.um-admin .select2-container .select2-choice
  8. {
  9. height: 27px !important;
  10. line-height: 27px !important;
  11. border: 1px solid #ddd !important;
  12. color: #888 !important;
  13. }
  14. body.um-admin .select2-container .select2-choice > .select2-chosen {
  15. font-size: 13px !important;
  16. }
  17. body.um-admin .select2-container .select2-choice {
  18. font-size: 13px !important;
  19. }
  20. body.um-admin .select2-container .select2-choice .select2-arrow:before {
  21. font-size: 23px !important;
  22. line-height: 27px;
  23. }
  24. body.um-admin .select2-search-choice-close:before {
  25. font-size: 20px !important;
  26. color: #aaa;
  27. line-height: 27px;
  28. }
  29. body.um-admin .select2-container-multi .select2-search-choice-close:before {
  30. font-size: 15px !important;
  31. }
  32. body.um-admin .select2-search input[type=text] {
  33. font-size: 13px !important;
  34. }
  35. body.um-admin .select2-results li {
  36. font-size: 13px !important;
  37. }
  38. body.um-admin .select2-results .select2-no-results,
  39. body.um-admin .select2-results .select2-searching,
  40. body.um-admin .select2-results .select2-selection-limit {
  41. font-size: 13px !important;
  42. }
  43. body.um-admin .select2-container-multi .select2-choices .select2-search-choice {
  44. line-height: 13px !important;
  45. font-size: 13px !important;
  46. }
  47. body.um-admin .select2-drop-mask {
  48. z-index: 10020 !important;
  49. }
  50. body.um-admin .select2-drop {
  51. z-index: 999999 !important;
  52. }
  53. body.um-admin .select2-search {
  54. z-index: 10040 !important;
  55. }*/
  56. /* Select2 4.0*/
  57. body.um-admin .select2.select2-container .select2-selection{
  58. display: block !important;
  59. height: 28px !important;
  60. padding: 0 0 0 12px !important;
  61. overflow: hidden !important;
  62. position: relative !important;
  63. white-space: nowrap !important;
  64. line-height: 25px !important;
  65. color: #666 !important;
  66. font-size: 13px !important;
  67. text-align: left !important;
  68. text-decoration: none !important;
  69. -moz-border-radius: 2px !important;
  70. -webkit-border-radius: 2px !important;
  71. border-radius: 2px !important;
  72. background-clip: padding-box !important;
  73. -webkit-touch-callout: none;
  74. -webkit-user-select: none;
  75. -moz-user-select: none;
  76. -ms-user-select: none;
  77. user-select: none;
  78. background: none !important;
  79. background-color: #fff !important;
  80. border: 1px solid #ddd !important;
  81. }
  82. body.um-admin .select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{
  83. display:none;
  84. }
  85. body.um-admin .select2.select2-container .select2-selection .select2-selection__arrow:before{
  86. content: "\f3d0" !important;
  87. font-size: 27px !important;
  88. font-family: "Ionicons" !important;
  89. width: 100% !important;
  90. display: block;
  91. height: 100%;
  92. line-height: 28px;
  93. color: #aaaaaa;
  94. }
  95. body.um-admin .select2.select2-container .select2-selection .select2-selection__arrow {
  96. display: inline-block !important;
  97. width: 34px !important;
  98. height: 100% !important;
  99. position: absolute !important;
  100. right: 0 !important;
  101. top: 0 !important;
  102. -moz-border-radius: 0 2px 2px 0 !important;
  103. -webkit-border-radius: 0 2px 2px 0 !important;
  104. border-radius: 0 2px 2px 0 !important;
  105. background-clip: padding-box !important;
  106. text-align: center !important;
  107. background: transparent !important;
  108. border-left: 0 !important;
  109. }
  110. body.um-admin .select2-container.select2-container--open .select2-dropdown{
  111. border: 1px solid #ddd !important;
  112. }
  113. body.um-admin .select2-results li{
  114. list-style: none;
  115. display: list-item;
  116. background-image: none;
  117. font-size: 13px;
  118. margin: 5px !important;
  119. padding: 3px 0 !important;
  120. color: #666 !important;
  121. }
  122. body.um-admin .select2-results li {
  123. padding: 3px 7px 4px !important;
  124. cursor: pointer;
  125. min-height: 1em !important;
  126. }
  127. body.um-admin .select2-container--default .select2-selection--single .select2-selection__rendered {
  128. line-height: 25px;
  129. }
  130. body.um-admin .select2-results li.select2-results__option.select2-results__option--highlighted{
  131. background: none !important;
  132. background: #f4f4f4 !important;
  133. color: #666 !important;
  134. }
  135. body.um-admin .select2-container--default .select2-results__option[aria-selected=true] {
  136. background: transparent !important;
  137. }
  138. body.um-admin .select2-selection__clear {
  139. right: 10px;
  140. font-size: 25px;
  141. color: #aaaaaa !important;
  142. font-weight: 300 !important;
  143. }
  144. body.um-admin .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  145. box-sizing: border-box;
  146. list-style: none;
  147. margin: 0;
  148. padding: 0px;
  149. width: 100%;
  150. line-height: 20px;
  151. font-size: 13px;
  152. }
  153. body.um-admin .select2.select2-container .select2-selection.select2-selection--multiple {
  154. height: auto !important;
  155. }
  156. body.um-admin .select2-container--default .select2-selection--multiple .select2-selection__clear {
  157. cursor: pointer;
  158. float: right;
  159. margin-top: 0px;
  160. margin-right: 5px;
  161. font-size: 25px;
  162. }
  163. body.um-admin .select2-container--default .select2-results__option[aria-selected=true] {
  164. background-color: #ddd !important;
  165. }
  166. body.um-admin .select2-container .select2-search--inline {
  167. line-height: 37px !important;
  168. }
  169. body.um-admin .select2-drop-active {
  170. z-index: 99999 !important;
  171. }