1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/src/scss/_single.scss

22 lines
380 B
SCSS
Raw Normal View History

.select2-container {
.selection .single-select {
background-color: #eee;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
.rendered-selection {
color: #444;
display: block;
line-height: 28px;
overflow: hidden;
text-overflow: ellipsis;
}
}
}