From b0374abcac10337ffe0ded1f1188dd2eaeb0ab25 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 20 Dec 2010 02:26:09 -0500 Subject: [PATCH] Fix statusbarpanel appearence bug on FF36. --- common/skin/dactyl.css | 1 + 1 file changed, 1 insertion(+) diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 479ed0d1..06451a82 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -132,6 +132,7 @@ label[collapsed=true] { /* fixes the min-height: 22px from firefox */ statusbarpanel { -moz-appearance: none !important; + border: 0; min-height: 18px !important; background: transparent; }