• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Fusetalk: 'New Topic', 'Profile', 'Search', etc buttons using the wrong mouse cursor under Mozilla.

yllus

Elite Member & Lifer
Currently, buttons like New Topic are rendered in HTML using the attached code. This works, but results in a text selection mouse cursor when hovering over the button. A quick and easy fix to instead display the traditional pointing finger mouse cursor could be effected with the following CSS code:

.ftmenutd
{
cursor: pointer;
}
 
Originally posted by: yllus
Currently, buttons like New Topic are rendered in HTML using the attached code. This works, but results in a text selection mouse cursor when hovering over the button. A quick and easy fix to instead display the traditional pointing finger mouse cursor could be effected with the following CSS code:

.ftmenutd
{
cursor: pointer;
}
Yeah, they were like this back when the most recent major upgrade took place, then Jason fixed them, and now somehow the code seems to have gotten mixed up, and we're back to square one. Hopefully he'll copy and paste that into the CSS file - problem solved with 5 seconds of "work." 🙂
 
Back
Top