1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 01:35:46 +01:00

Fix some moz-anno: security errors in the Error Console.

This commit is contained in:
Kris Maglione
2011-01-15 17:56:41 -05:00
parent 45636c6f2e
commit 83778a8e16
2 changed files with 9 additions and 6 deletions

View File

@@ -28,6 +28,7 @@
/* Applied only to completion buffer and MOW */
@-moz-document
url-prefix(dactyl:),
url-prefix(resource://dactyl) {
*:-moz-loading, *:-moz-broken { display: none !important; }
@@ -75,6 +76,7 @@
}
@-moz-document
url-prefix(dactyl:),
url-prefix(resource://dactyl) {
*:-moz-any-link:hover {
@@ -84,8 +86,9 @@
/* Applied to completion buffer, MOW, browser window */
@-moz-document
url-prefix(chrome://),
url-prefix(resource://) {
url-prefix(chrome:),
url-prefix(dactyl:),
url-prefix(resource:) {
#TabsToolbar .tab-icon-image, .tab-throbber { -moz-box-ordinal-group: 10; }
[dactyl|highlight~=tab-number] { -moz-box-ordinal-group: 20; }