1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:27:58 +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. * 'visualbell' option.
*/ */
beep: requiresMainThread(function () { beep: requiresMainThread(function () {
dactyl.dumpStack();
// FIXME: popups clear the command line // FIXME: popups clear the command line
if (options["visualbell"]) { if (options["visualbell"]) {
// flash the visual bell // flash the visual bell

View File

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

View File

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