|
56 | 56 | box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
|
57 | 57 | }
|
58 | 58 | .selectize-input.dropdown-active {
|
59 |
| - -webkit-border-radius: 3px 3px 0 0; |
60 |
| - -moz-border-radius: 3px 3px 0 0; |
61 |
| - border-radius: 3px 3px 0 0; |
| 59 | + -webkit-border-radius: 3px 3px 0 0 !important; |
| 60 | + -moz-border-radius: 3px 3px 0 0 !important; |
| 61 | + border-radius: 3px 3px 0 0 !important; |
62 | 62 | }
|
63 | 63 | .selectize-input.full {
|
64 | 64 | background-color: #f2f2f2;
|
|
88 | 88 | .selectize-input > input {
|
89 | 89 | margin-right: 2px !important;
|
90 | 90 | }
|
91 |
| -.selectize-dropdown, .selectize-input { |
| 91 | +.selectize-dropdown, .selectize-input, .selectize-control.single .selectize-input.dropdown-active { |
92 | 92 | border: 1px solid #d0d0d0;
|
93 | 93 | }
|
94 | 94 | .selectize-dropdown {
|
|
131 | 131 |
|
132 | 132 | .selectize-control.single .selectize-input {
|
133 | 133 | cursor: pointer;
|
134 |
| - border-color: #aeaeae; |
135 |
| - -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 rgba(0,0,0,0.05); |
136 |
| - -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 rgba(0,0,0,0.05); |
137 |
| - box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 rgba(0,0,0,0.05); |
| 134 | + border-color: #b8b8b8; |
| 135 | + -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 2px 0 #c6c6c6; |
| 136 | + -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 2px 0 #c6c6c6; |
| 137 | + box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 2px 0 #e0e0e0, 0 3px 0 #c8c8c8, 0 4px 1px rgba(0,0,0,0.1); |
138 | 138 | background: #f6f6f6;
|
139 |
| - background: -moz-linear-gradient(top, #f8f8f8 0%, #e6e6e6 100%); |
140 |
| - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e6e6e6)); |
141 |
| - background: -webkit-linear-gradient(top, #f8f8f8 0%,#e6e6e6 100%); |
142 |
| - background: -o-linear-gradient(top, #f8f8f8 0%,#e6e6e6 100%); |
143 |
| - background: -ms-linear-gradient(top, #f8f8f8 0%,#e6e6e6 100%); |
144 |
| - background: linear-gradient(to bottom, #f8f8f8 0%,#e6e6e6 100%); |
| 139 | + background: -moz-linear-gradient(top, #f5f5f5 0%, #efefef 100%); |
| 140 | + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#efefef)); |
| 141 | + background: -webkit-linear-gradient(top, #f5f5f5 0%,#efefef 100%); |
| 142 | + background: -o-linear-gradient(top, #f5f5f5 0%,#efefef 100%); |
| 143 | + background: -ms-linear-gradient(top, #f5f5f5 0%,#efefef 100%); |
| 144 | + background: linear-gradient(to bottom, #fafafa 0%,#f2f2f2 100%); |
145 | 145 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 );
|
146 | 146 | }
|
147 | 147 |
|
|
0 commit comments