bootstrap-5-dark-theme
bootstrap-5-dark-theme copied to clipboard
Select tag style
Hi,
maybe is my error, but my <select> don't take dark style.
Thx for the theme!
I add
.form-select, .form-select:focus { background-color: transparent; transition: all .1s linear; } .form-select option { margin: 40px; background: #303030; color: hsla(0,0%,100%,.7); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); } .form-select:focus { color: hsla(0,0%,100%,.7); border-color: #1266f1; -webkit-box-shadow: inset 0 0 0 1px #1266f1; box-shadow: inset 0 0 0 1px #1266f1; }
to solve