From 472d7c466d33bd1fe4cd293b354e52bf16384520 Mon Sep 17 00:00:00 2001 From: Gordon Norman Squash Date: Tue, 10 Sep 2024 01:28:29 -0400 Subject: Initial commit This is where I have started tracking development with Git. I declare this as version 0.89. --- data/zebra-stripes.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/zebra-stripes.css (limited to 'data/zebra-stripes.css') diff --git a/data/zebra-stripes.css b/data/zebra-stripes.css new file mode 100644 index 0000000..5f13d79 --- /dev/null +++ b/data/zebra-stripes.css @@ -0,0 +1,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); +} -- cgit