-
-
Save philwinkle/9358551 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Drop this javascript in the page where your grid is - maybe using a .phtml | |
// in before_body_end or whatever. | |
$$(".admin-autoemail-adminhtml-rule-index td:contains('Inactive')").each(function(status) { | |
$(status).up().select('td, a').invoke('setStyle',{ color: '#aaa' }); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment