Search
 
SCRIPT & CODE EXAMPLE
 

CSS

select dropdown icon change

-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 100% center;
Comment

how to modify select icon csshow to modify select icon css

    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/.8rem 4rem;
Comment

PREVIOUS NEXT
Code Example
Css :: color code for cyan 
Css :: li not first child 
Css :: box shadow css 
Css :: plasma state of matter 
Css :: bootstrap 5 sidebar class 
Css :: how to hide some grid items from grid in css 
Css :: scss variable to css variable 
Css :: #f2f2f2 in rgba 
Css :: jest test try catch 
Css :: glassmorphism in css 
Css :: focus selector css 
Css :: zoom level in css 
Css :: how to make div position top in css 
Css :: css grid row height with repeat 
Css :: how to remove the underline from a link in css 
Css :: color code css 
Css :: how to remove lines from textarea 
Css :: html css navbar with dropdown 
Css :: css outline width 
Css :: css nth child 
Css :: nth of type for every 4th after the 1st 
Css :: scroll css 
Css :: margin css 
Css :: keyframe 
Css :: input area bootstrap highlight 
Css :: css %-px 
Css :: container transparent text opaque 
Css :: after icon css 
Css :: attribute selectors css 
Css :: sass mixin 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =