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.

dropdown.scss 910B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. form.aui {
  2. .aui-select2-container {
  3. background-color: transparent;
  4. > a {
  5. background-color: $inputBg !important;
  6. color: $inputFontColor !important;
  7. border-color: $inputBg !important;
  8. text-shadow: none !important;
  9. margin: 0 auto !important;
  10. width: 100% !important;
  11. }
  12. }
  13. }
  14. .select2-results{
  15. &::-webkit-scrollbar {
  16. background-color: transparent;
  17. }
  18. &::-webkit-scrollbar-track {
  19. background-color: transparent;
  20. }
  21. &::-webkit-scrollbar-track-piece {
  22. background-color: transparent;
  23. }
  24. &::-webkit-scrollbar-thumb {
  25. background-color: #3572b0;
  26. }
  27. }
  28. .aui-select2-drop {
  29. z-index: 901;
  30. }
  31. .select2-drop-mask {
  32. z-index: 900;
  33. }
  34. .aui-dropdown2.aui-style-default.dropdown-dark {
  35. background-color: $defaultBackground;
  36. border-color: transparent;
  37. }