css
This commit is contained in:
parent
864d7394b5
commit
4c58e79b15
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user