select2-bootstrap.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .select2-search input,
  2. .select2-search-field input{
  3. font-family: inherit !important;
  4. }
  5. .form-control .select2-choice {
  6. border: 0;
  7. border-radius: 2px;
  8. height: 32px;
  9. line-height: 32px;
  10. background-image: none !important;
  11. background-color: transparent !important;
  12. }
  13. .form-control.input-sm .select2-choice{
  14. height: 28px;
  15. line-height: 28px;
  16. }
  17. .form-control .select2-choice .select2-arrow {
  18. border-radius: 0 2px 2px 0;
  19. background-image: none;
  20. background-color: #f8f8f8;
  21. border-color: #ddd;
  22. }
  23. .form-control .select2-choice .select2-arrow b{
  24. background-position: 0 3px;
  25. }
  26. .form-control.input-sm .select2-choice .select2-arrow b{
  27. background-position: 0 1px;
  28. }
  29. .form-control.select2-container {
  30. height: auto !important;
  31. padding: 0;
  32. }
  33. .form-control.select2-container.select2-dropdown-open {
  34. border-color: #5897FB;
  35. border-radius: 3px 3px 0 0;
  36. }
  37. .form-control .select2-container.select2-dropdown-open .select2-choices {
  38. border-radius: 3px 3px 0 0;
  39. }
  40. .form-control.select2-container .select2-choices {
  41. border: 0 !important;
  42. border-radius: 3px;
  43. background-image: none;
  44. }
  45. .form-control.select2-container-multi .select2-choices .select2-search-choice{
  46. margin-top: 5px;
  47. margin-bottom: 1px;
  48. background-image: none;
  49. background-color: #f7f7f7;
  50. border-color: #ddd;
  51. }
  52. .form-control.select2-container-multi .select2-search-choice-close{
  53. top: 3px;
  54. }
  55. .control-group.warning .select2-container .select2-choice,
  56. .control-group.warning .select2-container .select2-choices,
  57. .control-group.warning .select2-container-active .select2-choice,
  58. .control-group.warning .select2-container-active .select2-choices,
  59. .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
  60. .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
  61. .control-group.warning .select2-container-multi.select2-container-active .select2-choices {
  62. border: 1px solid #C09853 !important;
  63. }
  64. .control-group.warning .select2-container .select2-choice div {
  65. border-left: 1px solid #C09853 !important;
  66. background: #FCF8E3 !important;
  67. }
  68. .control-group.error .select2-container .select2-choice,
  69. .control-group.error .select2-container .select2-choices,
  70. .control-group.error .select2-container-active .select2-choice,
  71. .control-group.error .select2-container-active .select2-choices,
  72. .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
  73. .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
  74. .control-group.error .select2-container-multi.select2-container-active .select2-choices {
  75. border: 1px solid #B94A48 !important;
  76. }
  77. .control-group.error .select2-container .select2-choice div {
  78. border-left: 1px solid #B94A48 !important;
  79. background: #F2DEDE !important;
  80. }
  81. .control-group.info .select2-container .select2-choice,
  82. .control-group.info .select2-container .select2-choices,
  83. .control-group.info .select2-container-active .select2-choice,
  84. .control-group.info .select2-container-active .select2-choices,
  85. .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
  86. .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
  87. .control-group.info .select2-container-multi.select2-container-active .select2-choices {
  88. border: 1px solid #3A87AD !important;
  89. }
  90. .control-group.info .select2-container .select2-choice div {
  91. border-left: 1px solid #3A87AD !important;
  92. background: #D9EDF7 !important;
  93. }
  94. .control-group.success .select2-container .select2-choice,
  95. .control-group.success .select2-container .select2-choices,
  96. .control-group.success .select2-container-active .select2-choice,
  97. .control-group.success .select2-container-active .select2-choices,
  98. .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
  99. .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
  100. .control-group.success .select2-container-multi.select2-container-active .select2-choices {
  101. border: 1px solid #468847 !important;
  102. }
  103. .control-group.success .select2-container .select2-choice div {
  104. border-left: 1px solid #468847 !important;
  105. background: #DFF0D8 !important;
  106. }