RFE: cursor when hovering system icons obscures tooltip in current OneEleven
Posted: Thu Oct 17, 2024 6:13 pm
I can't get a bloody screenshot of it because when I try to, it hides the cursor which prevents me from getting an accurate illustration of the problem
However, I have a solution to it .. just below line 1421 in admin/themes/OneEleven/css/style.css, add :
this prevents the default pointer cursor from obscuring the tooltips when hovering the icons, making it easier to tell what the icons are supposed to be doing when you click them 
However, I have a solution to it .. just below line 1421 in admin/themes/OneEleven/css/style.css, add :
Code: Select all
img.systemicon:hover {
cursor: crosshair;
}
