@senntyou/mint-ui
Version:
mint-ui extensions
20 lines (19 loc) • 400 B
CSS
.st-mt-picker .picker-toolbar {
border-bottom: 1px solid #eaeaea;
}
.st-mt-picker .mint-popup {
width: 100%;
}
.st-mt-multi-select .mint-cell-wrapper {
background-image: none;
}
.st-mt-multi-select .mint-cell:hover,
.st-mt-multi-select .mint-cell:active,
.st-mt-multi-select .mint-cell:focus {
text-decoration: none;
color: #333;
}
.st-mt-content {
max-height: 300px;
overflow: auto;
}