Date picker hover bg

This commit is contained in:
jableader 2024-10-15 19:18:30 +11:00
parent 643be48d6a
commit 9f3001b298

View file

@ -109,7 +109,11 @@
cursor: pointer;
border-bottom: 1px solid #ccc;
}
.date-picker-dropdown li:hover {
background-color: #eee;
}
.date-picker-dropdown li:last-child {
border-bottom: none;
}