RFE: cursor when hovering system icons obscures tooltip in current OneEleven

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
WebDragon
New Member
New Member
Posts: 1
Joined: Thu Oct 17, 2024 6:07 pm

RFE: cursor when hovering system icons obscures tooltip in current OneEleven

Post by WebDragon »

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 :

Code: Select all

img.systemicon:hover {
        cursor: crosshair;
}
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 :-)
Post Reply

Return to “CMSMS Core”