From f2bcfa99ea02a9c470dcf7d3fcbe6fe05acf4f8c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 27 Dec 2010 00:24:52 -0500 Subject: [PATCH] Fix border around statusbar panels on FF3. --- common/skin/dactyl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 4d4b59d4..b94987f3 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -117,7 +117,7 @@ label[collapsed=true] { /* fixes the min-height: 22px from firefox */ statusbarpanel { -moz-appearance: none !important; - border: 0; + border: 0 !important; min-height: 18px !important; background: transparent; }