You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
750 B
Plaintext
27 lines
750 B
Plaintext
table.table-expandable > tbody > tr:nth-child(odd) {
|
|
cursor: pointer;
|
|
}
|
|
|
|
table.table-expandable.table-hover > tbody > tr:nth-child(even):hover td {
|
|
/* background-color:White; */
|
|
}
|
|
table.table-expandable.table-hover > tbody > tr:nth-child(odd):hover {
|
|
background-color:#F5F5F5;
|
|
}
|
|
|
|
table.table-expandable > tbody > tr div.table-expandable-arrow {
|
|
background:transparent url(../images/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;
|
|
}
|
|
|
|
table.table-expandable > tbody > tr div.table-expandable-arrow.up {
|
|
background-position:0px 0px;
|
|
}
|
|
table.table-expandable > tbody > tr.tbodyTr
|
|
{
|
|
background-color:White;
|
|
|
|
}
|
|
table.table-expandable > tbody > tr.tbodyTr.checked
|
|
{
|
|
background-color:#F5F5F5;
|
|
} |