Created
May 21, 2014 13:21
-
-
Save jhs/070aca72504128fc06d7 to your computer and use it in GitHub Desktop.
Prominent Slack Highlight
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
$('#msgs_div').bind('DOMSubtreeModified', function () { | |
var bg = '#bedded' | |
$('.message .mention').parent().parent().css('background-color', bg) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment