Date picker hover bg
This commit is contained in:
parent
643be48d6a
commit
9f3001b298
1 changed files with 5 additions and 1 deletions
|
|
@ -110,6 +110,10 @@
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.date-picker-dropdown li:hover {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
.date-picker-dropdown li:last-child {
|
.date-picker-dropdown li:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue