swisnl / jQuery-contextMenu

jQuery contextMenu plugin & polyfill

Home Page:https://swisnl.github.io/jQuery-contextMenu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gray out disabled icons as well as text

r02b opened this issue · comments

Currently, disabled options are grayed out. The icons, however, stays the same "active" color.

I've adding the following to my .css file to fix it, maybe it should be added to the master:

.context-menu-item.context-menu-disabled:before {
color: #626262;
}

Thanks for letting me know. I've updated the CSS.