Skip to content

Instantly share code, notes, and snippets.

@onozaty
Created July 7, 2014 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onozaty/71aba23ec1b80e1b7124 to your computer and use it in GitHub Desktop.
Save onozaty/71aba23ec1b80e1b7124 to your computer and use it in GitHub Desktop.
Highlight login user name code by Redmine view customize plugin
$(function(){
var userUrl = $("div#loggedas a").attr("href");
$("a[href='" + userUrl + "']").css({
"font-size": "150%",
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment