Revision 39fdacc1
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
css/lx-office-erp/main.css | ||
---|---|---|
257 | 257 |
} |
258 | 258 |
|
259 | 259 |
|
260 |
.listrow1, .listrow:nth-child(odd) { background-color: rgb(208,207,201); color: black; vertical-align: top; }
|
|
261 |
.listrow0, .listrow:nth-child(even) { background-color: rgb(236,233,216); color: black; vertical-align: top; }
|
|
260 |
.listrow1, .listrow:nth-child(even) { background-color: rgb(208,207,201); color: black; vertical-align: top; }
|
|
261 |
.listrow0, .listrow:nth-child(odd) { background-color: rgb(236,233,216); color: black; vertical-align: top; }
|
|
262 | 262 |
.listrowempty { background-color: rgb(255,255,255); color: black; vertical-align: top; } |
263 | 263 |
|
264 | 264 |
.redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; } |
Auch abrufbar als: Unified diff
class listrow an die Verwendung von [% loop.count % 2 %] angepasst