mirror of
https://gitlab.com/wirelos/sprocket-ui.git
synced 2025-12-14 14:01:28 +01:00
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
.sui {
|
|
select {
|
|
padding: .5em;
|
|
color: @color-white;
|
|
background: none;
|
|
border: none;
|
|
border-bottom: solid 1px @color-main;
|
|
&:focus, &:hover {
|
|
outline: none;
|
|
border: none;
|
|
border-bottom: solid 1px @color-main-light !important;
|
|
}
|
|
option {
|
|
background: @color-container;
|
|
}
|
|
}
|
|
} |