el-popper.less 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .el-select__popper {
  2. background: #606769 !important;
  3. .el-select-dropdown {
  4. background: #606769;
  5. .el-scrollbar {
  6. .el-select-dropdown__wrap {
  7. .el-select-dropdown__list {
  8. .el-select-dropdown__item {
  9. background: #606769;
  10. color: #B3BDC0;
  11. }
  12. .selected {
  13. background: #606769;
  14. }
  15. .hover {
  16. background: #504bb5;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. }
  23. .el-picker__popper {
  24. background: #606769 !important;
  25. .el-picker-panel {
  26. // el datetimerange picker Start
  27. &.el-date-range-picker {
  28. color: @gray-l;
  29. background: transparent;
  30. .el-date-range-picker__time-header {
  31. border-color: @gray;
  32. .el-icon-arrow-right {
  33. color: @gray-l;
  34. }
  35. .el-input__wapper {
  36. background: #606266;
  37. .el-input__inner {
  38. color: @gray-l;
  39. border-color: @gray;
  40. }
  41. }
  42. .el-date-range-picker__time-picker-wrap {
  43. .el-time-panel {
  44. background-color: @picker-bg-color;
  45. // .el-time-spinner__item.active:not(.disabled) {
  46. // color: @green;
  47. // }
  48. // .el-time-spinner__item:hover:not(.disabled):not(.active) {
  49. // background: transparent;
  50. // color: @green;
  51. // }
  52. }
  53. // .el-time-panel__btn.confirm {
  54. // color: @green;
  55. // }
  56. .el-time-panel__btn.cancel {
  57. color: @gray;
  58. }
  59. }
  60. }
  61. .el-date-range-picker__content {
  62. border-color: @gray;
  63. .el-date-table {
  64. th {
  65. color: @gray-l;
  66. }
  67. td {
  68. // &.available:hover {
  69. // color: @green;
  70. // }
  71. &.in-range div,
  72. &.in-range div:hover {
  73. background: fade(@gray, 40);
  74. }
  75. // &.end-date span,
  76. // &.start-date span {
  77. // background: @green;
  78. // }
  79. // &.today {
  80. // span {
  81. // color: @green;
  82. // }
  83. // &.end-date span,
  84. // &.start-date span {
  85. // color: @white;
  86. // }
  87. // }
  88. // &.next-month,
  89. // &.prev-month {
  90. // color: @gray;
  91. // }
  92. }
  93. }
  94. }
  95. }
  96. // el datetimerange picker End
  97. .el-picker-panel__body {
  98. border-color: @gray;
  99. }
  100. .el-picker-panel__footer {
  101. background: transparent;
  102. border-color: @gray;
  103. // .el-button--text {
  104. // color: @gray;
  105. // }
  106. // .el-button.is-plain {
  107. // background: transparent;
  108. // border-color: @green;
  109. // color: @green;
  110. // }
  111. }
  112. // .el-time-panel__btn.confirm {
  113. // color: @green;
  114. // }
  115. // .el-time-panel__btn.cancel {
  116. // color: @gray;
  117. // }
  118. }
  119. }
  120. .el-picker__popper {
  121. background: #606769 !important;
  122. .el-picker-panel {
  123. background: #606769 !important;
  124. .el-picker-panel__body-wrapper {
  125. .el-picker-panel__body {
  126. color: #fff !important;
  127. .el-date-picker__header {
  128. .el-date-picker__prev-btn,
  129. .el-date-picker__next-btn {
  130. .el-picker-panel__icon-btn {
  131. color: @gray-l;
  132. }
  133. }
  134. .el-date-picker__header-label,
  135. .el-date-picker__header-label {
  136. color: @gray-l;
  137. }
  138. }
  139. .el-picker-panel__content {
  140. border-color: @gray;
  141. .el-date-table {
  142. th {
  143. color: @gray-l;
  144. }
  145. }
  146. .el-year-table {
  147. .today {
  148. .cell {
  149. color: #409eff !important;
  150. }
  151. }
  152. .current {
  153. .cell {
  154. color: #fff !important;
  155. }
  156. }
  157. .available {
  158. .cell {
  159. color: #B3BDC0;
  160. }
  161. }
  162. }
  163. .el-month-table {
  164. .cell {
  165. color: #B3BDC0 !important;
  166. }
  167. .today {
  168. .cell {
  169. color: #409eff !important;
  170. }
  171. }
  172. .current {
  173. .cell {
  174. color: #fff !important;
  175. }
  176. }
  177. }
  178. }
  179. .el-date-range-picker__content{
  180. .el-date-range-picker__header{
  181. color: #fff !important;
  182. }
  183. }
  184. }
  185. }
  186. }
  187. }