43 lines
675 B
Plaintext
43 lines
675 B
Plaintext
.customMuiSelect {
|
|
border: none;
|
|
padding: 0;
|
|
|
|
.wea-select-input {
|
|
min-width: 100px;
|
|
width: 100%;
|
|
display: inline-block;
|
|
padding: 4px 17px 4px 4px;
|
|
position: relative;
|
|
min-height: 30px;
|
|
border: 1px solid #d9d9d9;
|
|
user-select: none;
|
|
|
|
&:hover, &:focus {
|
|
border-color: #57c5f7;
|
|
}
|
|
|
|
.arrow {
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 8px;
|
|
color: #979797;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.wea-select-panel {
|
|
padding: 5px 0;
|
|
max-height: 200px;
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
|
|
.wea-select-panel-item {
|
|
padding: 5px 10px;
|
|
|
|
&:hover {
|
|
background-color: #e9f7ff;
|
|
}
|
|
}
|
|
} |