mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
9 lines
150 B
CSS
9 lines
150 B
CSS
|
.select-css option {
|
||
|
background-color: #1C1E2F;
|
||
|
color: white
|
||
|
}
|
||
|
|
||
|
.select-css option:checked {
|
||
|
background-color: #1C1E2F;
|
||
|
color: white
|
||
|
}
|