From e2cd2762fcf58199d787ef65d7c3353285b8b4e9 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 17 Nov 2010 19:56:50 -0500 Subject: [PATCH] Change last commit to use RGBA colors so as to require less theme modification. --- common/content/configbase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/configbase.js b/common/content/configbase.js index 864a1061..4dc47369 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -209,7 +209,7 @@ const ConfigBase = Class(ModuleBase, { CompTitle>* padding: 0 .5ex; CompMsg font-style: italic; margin-left: 16px; CompItem - CompItem:nth-child(2n+1) background: #f2f2f2; + CompItem:nth-child(2n+1) background: rgba(0, 0, 0, .04); CompItem[selected] background: yellow; CompItem>* padding: 0 .5ex; CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;