Revision 39fdacc1
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
css/kivitendo/main.css | ||
---|---|---|
226 | 226 |
border-width: 1px; |
227 | 227 |
background: #FFFFE0; |
228 | 228 |
} |
229 |
.listrow1, .listrow:nth-child(odd) {
|
|
229 |
.listrow1, .listrow:nth-child(even) {
|
|
230 | 230 |
background-color: #FFFFFF; |
231 | 231 |
color: black; |
232 | 232 |
vertical-align: top; |
233 | 233 |
} |
234 |
.listrow0, .listrow:nth-child(even) {
|
|
234 |
.listrow0, .listrow:nth-child(odd) {
|
|
235 | 235 |
background-color: #FFFF99; |
236 | 236 |
color: black; |
237 | 237 |
vertical-align: top; |
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