1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 07:48:00 +01:00

Fix visual bell styling.

This commit is contained in:
Kris Maglione
2010-09-28 09:50:33 -04:00
parent 60a2f83daa
commit d6aa3d5ef0
3 changed files with 6 additions and 2 deletions

View File

@@ -124,7 +124,6 @@ const Dactyl = Module("dactyl", {
* 'visualbell' option.
*/
beep: requiresMainThread(function () {
dactyl.dumpStack();
// FIXME: popups clear the command line
if (options["visualbell"]) {
// flash the visual bell

View File

@@ -33,7 +33,8 @@
</keyset>
<popupset>
<panel id="dactyl-visualbell" dactyl:highlight="Bell"/>
<panel id="dactyl-visualbell" dactyl:highlight="Bell"
noautohide="true" noautofocus="true"/>
</popupset>
<!--this notifies us also of focus events in the XUL

View File

@@ -69,6 +69,10 @@
@-moz-document
url-prefix(chrome://) {
[dactyl|highlight~=Bell] {
-moz-appearance: none;
}
[dactyl|highlight~=CmdLine] {
background: inherit;
color: inherit;