CSS hover instead of javascript mouseover. Need to use important because the dark/light text determined by IDToRGB is added inline and takes priority over stylesheets.
This commit is contained in:
@@ -913,7 +913,9 @@ pre {
|
||||
.poster_id {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.poster_id:hover {
|
||||
color: #800000!important;
|
||||
}
|
||||
.poster_id::before {
|
||||
content: " ID: ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user