1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 17:05:46 +01:00

Remove references to services.debugger and services.charset.

This commit is contained in:
Kris Maglione
2014-08-02 21:25:32 -07:00
parent b71b724ccb
commit c245702041
6 changed files with 11 additions and 31 deletions

View File

@@ -227,12 +227,13 @@ statusbarpanel {
@-moz-document url(chrome://browser/content/browser.xul) {
/* Fix ginormous Australis tabs. */
[dactyl-australis=true] xul|tab.tabbrowser-tab .tab-background > * {
[dactyl-australis=true] :-moz-any(xul|tab.tabbrowser-tab, .tabs-newtab-button)
.tab-background > * {
min-height: 24px !important;
max-height: 24px !important;
}
[dactyl-australis=true] xul|tab.tabbrowser-tab
[dactyl-australis=true] :-moz-any(xul|tab.tabbrowser-tab, .tabs-newtab-button)
.tab-background > :-moz-any(.tab-background-start, .tab-background-end)::after {
background-size: 30px 24px !important;
max-height: 24px !important;
@@ -241,6 +242,7 @@ statusbarpanel {
[dactyl-australis=true] .tabbrowser-tabs {
min-height: 0 !important;
max-height: 24px !important;
}
/* Fix stupid line... */