1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 10:35:52 +01:00

Don't use a popuppanel for the bell on Gecko<2 either.

This commit is contained in:
Kris Maglione
2010-11-09 17:01:57 -05:00
parent 75b5522073
commit 37057099f7
4 changed files with 7 additions and 15 deletions

View File

@@ -70,7 +70,10 @@
url-prefix(chrome://) {
[dactyl|highlight~=Bell] {
-moz-appearance: none;
-moz-appearance: none !important;
}
window[dactyl|highlight~=Bell] > * {
visibility: hidden !important;
}
[dactyl|highlight~=CmdLine] {