Post by H2O » Fri Mar 16, 2012 11:32 am

This easy add-on will allow you to make all tables (orders, products, extensions, etc...) in the admin end have alternating colors with each row for ease of viewing.

Open file:

Code: Select all

admin\view\stylesheet\stylesheet.css
Find:

Code: Select all

.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}
After it add:

Code: Select all

.list tbody tr:nth-child(odd) td{ background-color:#c5ecde; 
}
This is CSS3, so it only works with more modern browsers.

But then, if you're still using IE6, maybe you shouldn't be coding in the first place. ;D

A good site for e-commerce advice.


H2O
New member

Posts

Joined
Wed Feb 29, 2012 7:36 am
Who is online

Users browsing this forum: No registered users and 34 guests