Advertisement
Guest User

Untitled

a guest
May 28th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. select.form-control + .chosen-container.chosen-container-single .chosen-default span {
  2. color: #a9a9a9;
  3. }
  4.  
  5. select.form-control + .chosen-container.chosen-container-single .chosen-single {
  6. display: block;
  7. width: 100%;
  8. height: 34px;
  9. padding: 6px 12px;
  10. font-size: 14px;
  11. line-height: 1.428571429;
  12. color: #555;
  13. vertical-align: middle;
  14. background-color: #fff;
  15. border: 1px solid #ccc;
  16. border-radius: 4px;
  17. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  18. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  19. -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  20. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  21. background-image:none;
  22. }
  23.  
  24. select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  25. top:4px;
  26. color:#000;
  27. }
  28.  
  29. select.form-control + .chosen-container.chosen-container-single .chosen-single abbr {
  30. top:10px;
  31. }
  32.  
  33. select.form-control + .chosen-container .chosen-drop {
  34. background-color: #FFF;
  35. border: 1px solid #CCC;
  36. border: 1px solid rgba(0, 0, 0, 0.15);
  37. border-radius: 4px;
  38. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  39. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  40. background-clip: padding-box;
  41. margin: 2px 0 0;
  42.  
  43. }
  44.  
  45. select.form-control + .chosen-container .chosen-search input[type=text] {
  46. display: block;
  47. width: 100%;
  48. height: 34px;
  49. padding: 6px 12px;
  50. font-size: 14px;
  51. line-height: 1.428571429;
  52. color: #555;
  53. vertical-align: middle;
  54. background-color: #FFF;
  55. border: 1px solid #CCC;
  56. border-radius: 4px;
  57. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  58. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  59. -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  60. transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  61. background-image:none;
  62. }
  63.  
  64. select.form-control + .chosen-container .chosen-results {
  65. margin: 2px 0 0;
  66. padding: 5px 0;
  67. font-size: 14px;
  68. list-style: none;
  69. background-color: #fff;
  70. margin-bottom: 5px;
  71. }
  72.  
  73. select.form-control + .chosen-container .chosen-results li ,
  74. select.form-control + .chosen-container .chosen-results li.active-result {
  75. display: block;
  76. padding: 3px 20px;
  77. clear: both;
  78. font-weight: normal;
  79. line-height: 1.428571429;
  80. color: #333;
  81. white-space: nowrap;
  82. background-image:none;
  83. }
  84.  
  85. select.form-control + .chosen-container .chosen-results li.highlighted
  86. {
  87. color: #FFF;
  88. text-decoration: none;
  89. background-color: #428BCA;
  90. background-image:none;
  91. }
  92.  
  93. select.form-control + .chosen-container-multi .chosen-choices {
  94. display: block;
  95. width: 100%;
  96. min-height: 34px;
  97. padding: 6px 6px 0 6px;
  98. font-size: 14px;
  99. line-height: 1.428571429;
  100. color: #555;
  101. vertical-align: middle;
  102. background-color: #FFF;
  103. border: 1px solid #CCC;
  104. border-radius: 4px;
  105. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  106. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  107. -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  108. transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  109. background-image:none;
  110. }
  111.  
  112. select.form-control + .chosen-container-multi .chosen-choices li.search-field {
  113. margin-bottom: 6px;
  114. }
  115.  
  116. select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  117. height:auto;
  118. padding:5px 0;
  119. }
  120.  
  121. select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  122.  
  123. background-image: none;
  124. padding: 3px 24px 3px 5px;
  125. margin: 0 6px 6px 0;
  126. font-size: 14px;
  127. font-weight: normal;
  128. line-height: 1.428571429;
  129. text-align: center;
  130. white-space: nowrap;
  131. vertical-align: middle;
  132. cursor: pointer;
  133. border: 1px solid #ccc;
  134. border-radius: 4px;
  135. color: #333;
  136. background-color: #FFF;
  137. border-color: #CCC;
  138. }
  139.  
  140. select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  141. top:8px;
  142. right:6px;
  143. }
  144.  
  145. select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
  146. select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
  147. select.form-control + .chosen-container .chosen-search input[type=text]:focus{
  148. border-color: #66AFE9;
  149. outline: 0;
  150. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
  151. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
  152. }
  153.  
  154. select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  155. display: list-item;
  156. color: #ccc;
  157. cursor: default;
  158. background-color: white;
  159. }
  160.  
  161. select.form-control + .chosen-container .chosen-results li.group-result {
  162. display: list-item;
  163. font-weight: bold;
  164. cursor: default;
  165. }
  166.  
  167. select.form-control + .chosen-container .chosen-results li.group-option {
  168. padding-left: 35px;
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement