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
