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;
}
.ftmenutd
{
cursor: pointer;
}