File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 157157}
158158
159159.formset-dual-selector-select {
160- @apply formset-select-multiple rounded-t-none w-full !important ;
160+ @apply w-full px-3 py-2 !placeholder-tertiary-800 border border-gray-300 rounded-lg focus:outline-none focus:ring focus:ring-indigo-100 focus:border-indigo-300 rounded-t-none w-full !important ;
161161}
162162
163163.formset-dual-selector-select optgroup {
@@ -362,7 +362,7 @@ ol.breadcrumb > li + ::before {
362362 @apply !w-60 !flex !content-center;
363363}
364364
365- select {
365+ select : not (. formset-dual-selector-select ) {
366366 @apply select-base pr-10 !h-10 items-center bg-no-repeat bg-right;
367367 background-image : url ("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10 12a1 1 0 01-.7-.3l-3-3a1 1 0 011.4-1.4L10 9.6l2.3-2.3a1 1 0 011.4 1.4l-3 3a1 1 0 01-.7.3z' clip-rule='evenodd'/%3E%3C/svg%3E" );
368368 background-size : 1rem 1rem ;
You can’t perform that action at this time.
0 commit comments