crafty-4/app/frontend/static/assets/css/crafty.css

9 lines
150 B
CSS
Raw Normal View History

2020-08-23 22:43:28 +00:00
.select-css option {
background-color: #1C1E2F;
color: white
}
.select-css option:checked {
background-color: #1C1E2F;
color: white
}