Highlight list row on hover

A little QOL feature to help spotting a row in a long list such as Sites > Security > Sucuri, by discreetly highlighting the row background:

add_action('admin_head', 'backend_custom_css'); 
function backend_custom_css() { 
	echo '<style> 
		#mainwp-sucuri-sites-table [class="mainwp-sucuri-row"]:hover td {  	
			background-color: #f7f7f7; 
		} 
	</style>'; 
}

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board
⚒️

Core Requests (Dashboard/Child)

Date

About 19 hours ago

Author

Emmanuel

Subscribe to post

Get notified by email when there are changes.