9 lines
189 B
CSS
9 lines
189 B
CSS
table.sai_table tr:nth-child(even) {
|
|
background-color: #FFFFFF;
|
|
}
|
|
table.sai_table tr:nth-child(odd) {
|
|
background-color: #EEEEEE;
|
|
}
|
|
table.sai_table tr:hover {
|
|
background-color: #FFEFD5;
|
|
} |