From 6a43c1835579aa17fac4309f30dd41a58937c916 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 6 Jan 2011 13:37:09 -0500 Subject: [PATCH] Screw with the default Hint style a bit. --- common/modules/config.jsm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/modules/config.jsm b/common/modules/config.jsm index b01bfbd1..580e5ad8 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -428,8 +428,9 @@ var ConfigBase = Class("ConfigBase", { Hint;;* { font: bold 10px "Droid Sans Mono", monospace !important; - padding: 0 1px; - border: 1px solid rgba(0, 0, 0, .5); + margin: -.2ex; + padding: 0 0 0 1px; + outline: 1px solid rgba(0, 0, 0, .5); background: rgba(255, 248, 231, .8); color: black; }