Only happen with mybb.css theme of sceditor.
When click in "More" of emoticons dropdown, cursor pointer returned to default.
I checked code...
and i see why of the issue...
In mybb.css
Find:
Replace:
EDIT: plz move to bug folder... i created in the wrong folder ... sorry
When click in "More" of emoticons dropdown, cursor pointer returned to default.
I checked code...
and i see why of the issue...
In mybb.css
Find:
.sceditor-emoticons img {
cursor: pointer;
}
Replace:
.sceditor-emoticons img, .sceditor-more-emoticons img {
cursor: pointer;
}
EDIT: plz move to bug folder... i created in the wrong folder ... sorry
