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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user