From a9364a3b02769bccfc05e9ae0fb6dbf26c0f0026 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 18 Jun 2011 12:52:10 -0400 Subject: [PATCH] Stripeify :addons and :downloads. --HG-- extra : rebase_source : 1baf3701f5c3e00e94e8340c25508593806bdeae --- common/modules/config.jsm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 758a55d1..42fb4da9 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -591,6 +591,7 @@ var ConfigBase = Class("ConfigBase", { Download display: table-row; Download:not([active]) color: gray; + Download:nth-child(2n+1) background: rgba(0, 0, 0, .04); Download>*;;;DownloadCell DownloadButtons @@ -611,6 +612,7 @@ var ConfigBase = Class("ConfigBase", { AddonHead>*;;;AddonCell Addon display: table-row; + Addon:nth-child(2n+1) background: rgba(0, 0, 0, .04); Addon>*;;;AddonCell AddonButtons