.myreactions-react img.disabled {
    cursor: not-allowed;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}