Optionselect hover style fix

This commit is contained in:
Conor_Mack 2020-05-29 10:49:51 +01:00
parent f6466711de
commit 3dad170dc8
1 changed files with 2 additions and 1 deletions

View File

@ -205,13 +205,14 @@
ul {
list-style-type: none;
margin: 0;
padding: 5px 10px;
padding: 5px 0px;
}
li {
height: auto;
padding: 5px 0px;
cursor: pointer;
padding-left: 10px
}
li:hover {