1
|
table.default { border-collapse: collapse; table-layout: fixed; width: 100%; white-space: nowrap; }
|
2
|
/* table thead thead */
|
3
|
table.default thead tr { background: linear-gradient(#7EB7BF 0%, #507279 100%); background: #538199; color: #fff; }
|
4
|
/* table tbody rows */
|
5
|
table.default tbody tr { background: #fff; }
|
6
|
table.default:nth-child(odd) tbody tr { background: #e8e8e8; }
|
7
|
table.default tbody tr:hover { background: #FBFCE0; cursor: default; }
|
8
|
|
9
|
li.default:nth-child(odd) > table.default { background: #e8e8e8; }
|