MyBB Community Forums

Full Version: Hover effect on table rows in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A simple yet very usefull addition Angel

http://i.imgur.com/9NRRuNw.png

.general tr:hover td {
	background-color: #FFFBD9!important;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}
just a note: general class does not exist in MyBB's default (stock) theme. and suggested code affects all table rows.
Quote:general class does not exist in MyBB's default (stock) theme.

Actually it does.. in 1.8 ACP. Not entirely sure what you meant.

Quote:and suggested code affects all table rows.

Then add a second class ? table_hover, table_list or something like that. Smile
^ oh, I haven't seen the image - my bad. general class also exists for admin panel theme on 1.6 series