mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-08 01:05:14 +08:00
29 lines
627 B
CSS
29 lines
627 B
CSS
.lyear-select {
|
|
position: relative;
|
|
}
|
|
.lyear-select .form-control {
|
|
cursor: pointer;
|
|
padding-right: 30px;
|
|
}
|
|
.lyear-select .dropdown-menu {
|
|
min-width: 100%;
|
|
max-height: 300px;
|
|
overflow-y: auto;
|
|
}
|
|
.lyear-select .dropdown-menu a {
|
|
cursor: pointer;
|
|
}
|
|
.lyear-select .dropdown-menu li.selected a,
|
|
.lyear-select .dropdown-menu li.selected:hover a {
|
|
background-color: #007bff;
|
|
color: #fff;
|
|
}
|
|
.lyear-select i.mdi {
|
|
font-size: 20px;
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 5px;
|
|
}
|
|
.lyear-select .form-control.is-invalid {
|
|
background-position: right 1.5rem center,center right 2.25rem
|
|
} |