1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Optionselect hover style fix

This commit is contained in:
Conor_Mack 2020-05-29 10:49:51 +01:00
parent a9a0a35c5a
commit 6a9e5a9dd1

View file

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