misuzu/assets/less/mio/classes/input/select.less

16 lines
227 B
Text
Raw Normal View History

2018-05-27 23:24:16 +00:00
.input__select {
border: 1px solid #aaa;
padding: 1px;
background: #fff;
color: #111;
&:focus {
border-color: #9475b2;
}
}
.main--dark .input__select {
2018-05-27 23:24:16 +00:00
background: #111;
color: #fff;
}