Heisenberg submitted a new resource:
You must be registered for see links
- Alts in color picker for the colorblindvB Version: 3.8.1
Basically, when you mouse over any of the colors, it will alt with the color name, i.e. "Red". Everyone seemed to agree it should already be there and someone also posted the code to do it:
In clientscript/vbulletin_textedit.js find:
Code:option.onclick = vB_Text_Editor_Events.prototype.coloroption_onclick;
Below add:
Code:option.title = option.colorname;
On my version, I found the javascript a little different, so here is...
You must be registered for see links
Last edited:
