aboutsummaryrefslogtreecommitdiff
path: root/data/zebra-stripes.css
blob: 5f13d7918b162153a014f745b1398609fddad3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* TODO:  This is currently unused, but when alternating treeview row colours
 * are restored, this will be the default CSS code to activate them if the
 * current theme doesn't provide its own code for this.
 */


treeview:not(:selected).odd.sorted,
treeview:not(:selected).even:not(.sorted)
{
	background:	alpha(black, 0.07);
}

treeview:not(:selected).even.sorted
{
	background:	alpha(black, 0.13);
}
bgstack15