mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
8 lines
235 B
Text
8 lines
235 B
Text
@import "ui-variables";
|
|
|
|
select {
|
|
// Set `border` property to allow styling for `select` controls
|
|
border: 1px solid @dropdown-default-border-color;
|
|
color: @dropdown-default-text-color;
|
|
background: @dropdown-default-bg-color;
|
|
}
|