From babbde68219814bdf00afbb0cdbabf69edbdb5fa Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 11 Nov 2010 12:37:19 -0500 Subject: [PATCH] Use opacity:0 rather than visibility:hidden for the visual bell. --- 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 2df96792..f689ab26 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -73,7 +73,7 @@ -moz-appearance: none !important; } window[dactyl|highlight~=Bell] > * { - visibility: hidden !important; + opacity: 0 !important; } [dactyl|highlight~=CmdLine] {