Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Created March 1, 2017 20:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save contempoinc/53f486cfcac44064e83756210e10263a to your computer and use it in GitHub Desktop.
Save contempoinc/53f486cfcac44064e83756210e10263a to your computer and use it in GitHub Desktop.
Custom Status CSS for RE7 Admin
add_action('admin_head', 'my_custom_css');
function my_custom_css() {
echo '<style>
td.status a.rented { background: #000;}
</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment