Child: [c92eb3] (diff)

Download this file

standard.css    13 lines (11 with data), 264 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/* Colors for the standard dir browser table */
/* Alternate colours for the directory list table */
#entrylist tr:nth-child(even) {
background: #dddddd;
}
#entrylist td:empty {
background: white;
}
#entrylist tr:nth-child(odd) {
background: white;
}