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

18 lines
266 B
Text
Raw Normal View History

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