Advertisement
arie_cristianD

fix conflict with mec cs

Jan 23rd, 2024
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. /* fix conflict with mec css */
  2.  
  3. .mec-search-form .mec-date-search select {
  4.     display : block !important ;
  5. }
  6.  
  7. .mec-search-form .mec-date-search .chosen-container {
  8.     display : none !important ;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement