From ad44ca26d54f7f730ad9ffbd7e0b1c0cd5e19f38 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 18 Dec 2010 14:26:51 -0500 Subject: [PATCH] Make source linkfication in :list* less annoying. --- 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 266e5323..3fc6787a 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -223,7 +223,7 @@ const ConfigBase = Class(ModuleBase, { Usage position: relative; padding-right: 2em; Usage>LineInfo position: absolute; left: 100%; padding: 1ex; margin: -1ex -1em; background: rgba(255, 255, 255, .8); border-radius: 1ex; - Usage:not(:hover)>LineInfo opacity: 0; width: 1px; height: 1px; overflow: hidden; + Usage:not(:hover)>LineInfo opacity: 0; left: 0; width: 1px; height: 1px; overflow: hidden; !StatusLine color: white !important; background: black !important StatusLineBroken color: black !important; background: #FFa0a0 !important /* light-red */