Skip to content

Commit

Permalink
fix(core): 馃悰 select dropdown menu background
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Mar 20, 2024
1 parent 3fcd46d commit 7fda126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/skins.citizen.styles/common/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ textarea {
border: 1px solid var( --border-color-base--darker );
}

select option {
background-color: var( --color-surface-1 );
}

textarea {
width: 100%;
}
Expand Down

0 comments on commit 7fda126

Please sign in to comment.