This commit is contained in:
Sanj 2012-04-23 00:08:22 +05:30
parent 864d7394b5
commit 4c58e79b15

View File

@ -115,6 +115,10 @@ thead tr:first-child {
background:#007777;
}
.shipRow {
cursor:pointer;
}
.shipRow:nth-of-type(4n+1) {
background:#00cccc;
}
@ -125,7 +129,7 @@ thead tr:first-child {
/* SANJAY'S STYLING */
.goodRow {
display:block;
display:none;
background:#c8e5ee;
}