jiro-ui
Version:
A Mithril.js UI library based from construct-ui
21 lines (18 loc) • 516 B
CSS
.cui-custom-select {
display: inline-block; }
.cui-custom-select .cui-overlay {
position: relative; }
.cui-custom-select .cui-popover {
width: 100%;
transform: none ; }
.cui-custom-select .cui-popover-content {
width: 100%;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 0; }
.cui-custom-select-trigger.cui-active {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.cui-custom-select-input {
display: none; }