Bei eigenen Icons reicht ganz normal hover mit background-color.
Dann sieht es bei mir mit diesem Code so aus:
CSS
#context-bookmarkpage {
list-style-image: url("../../../Icons/lesezeichen.png") !important;
-moz-image-region: auto !important;
}
#context-bookmarkpage:hover {
background-color: skyblue !important;
}
Gruß
EDV-Oldi