mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
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;
|
|
} |