Format
Some checks failed
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
EVAL x86_64-linux.picard
/ test (push) Successful in 20s

This commit is contained in:
Andrea Ciceri 2024-12-18 14:58:39 +01:00
parent a45c032180
commit d2237c0a12
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
12 changed files with 352 additions and 392 deletions

View file

@ -1,19 +1,24 @@
/* * Do not remove the @namespace line -- it's required for correct functioning */
/* set default namespace to XUL */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Remove Back button when there's nothing to go Back to */
#back-button[disabled="true"] { display: none; }
#back-button[disabled="true"] {
display: none;
}
/* Remove Forward button when there's nothing to go Forward to */
#forward-button[disabled="true"] { display: none; }
#forward-button[disabled="true"] {
display: none;
}
/* Remove Home button (never use it) */
#home-button { display: none; }
#home-button {
display: none;
}
.titlebar-spacer {
display: none !important;
display: none !important;
}
/* Remove import bookmarks button */
@ -27,7 +32,8 @@ toolbarbutton.bookmark-item:not(.subviewbutton) {
}
/* Remove whitespace in toolbar */
#nav-bar toolbarpaletteitem[id^="wrapper-customizableui-special-spring"], #nav-bar toolbarspring {
#nav-bar toolbarpaletteitem[id^="wrapper-customizableui-special-spring"],
#nav-bar toolbarspring {
display: none;
}
@ -53,8 +59,8 @@ toolbarbutton.bookmark-item:not(.subviewbutton) {
}
.titlebar-restore {
appearance: auto !important;
-moz-default-appearance: -moz-window-button-restore !important;
appearance: auto !important;
-moz-default-appearance: -moz-window-button-restore !important;
}
.titlebar-close {