Last active
March 5, 2021 13:43
-
-
Save cuxaro/326af02db992874fd9eccd4261f3c1a5 to your computer and use it in GitHub Desktop.
WOOF CSS La Colectiva
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.chosen-container-single .chosen-single { | |
border: 0; | |
box-shadow: none; | |
background: 0; | |
} | |
.chosen-container { | |
font-size: 15px; | |
} | |
.chosen-container .chosen-drop { | |
border: none; | |
box-shadow: none; | |
} | |
select.woof_select, | |
.woof_redraw_zone { | |
font-size: 16px; | |
font-family: "Alata"; | |
color: #000; | |
} | |
.chosen-container .chosen-results { | |
box-shadow: 0px 3px 4px #eee; | |
} | |
.chosen-container .chosen-results li.highlighted { | |
background-color: rgba(0, 0, 0, 0.2) !important; | |
background-image: none !important; | |
color: #000; | |
} | |
.chosen-container .chosen-results li.result-selected { | |
color: #93b786; | |
} | |
.chosen-drop .chosen-search { | |
display: none; | |
} | |
.chosen-container-active.chosen-with-drop .chosen-single { | |
border: none; | |
background-image: none; | |
box-shadow: none; | |
} | |
.chosen-container .chosen-results li:first-child { | |
display: none; | |
} | |
.woof_container_inner ul.chosen-results { | |
padding: 0px !important; | |
} | |
.woof_redraw_zone { | |
flex-direction: row; | |
justify-content: space-around; | |
} | |
/*** Responsive Styles Standard Desktop Only ***/ | |
@media all and (max-width: 980px) { | |
.woof_redraw_zone { | |
flex-direction: column; | |
justify-content: space-around; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment