mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
fix(core): 🐛 select dropdown menu background
This commit is contained in:
parent
3fcd46dfc2
commit
7fda12693d
|
@ -42,6 +42,10 @@ textarea {
|
|||
border: 1px solid var( --border-color-base--darker );
|
||||
}
|
||||
|
||||
select option {
|
||||
background-color: var( --color-surface-1 );
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue