design-comuni-plone-theme
Version:
Volto Theme for Italia design guidelines
45 lines (37 loc) • 967 B
CSS
.react-select__control {
border-radius: 0px ;
border-top: none ;
border-right: none ;
border-bottom: solid #435a70 1px ;
border-left: none ;
}
.react-select__control:focus {
border-bottom: solid #435a70 1.25px ;
/* box-shadow: none !important; */
}
.react-select__control:hover {
border-bottom: solid #435a70 1.25px ;
box-shadow: none ;
}
.react-select__control--is-focused {
border-style: none ;
border-top: none ;
border-right: none ;
border-bottom: solid #435a70 1.25px ;
border-left: none ;
box-shadow: none ;
}
.react-select__indicator {
fill: #435a70;
}
.react-select__placeholder {
color: #435a70 ;
}
.react-select__single-value {
color: #435a70 ;
font-weight: bold;
}
.react-select__single-value:hover {
color: black ;
font-weight: bold;
}