Format
This commit is contained in:
parent
a45c032180
commit
d2237c0a12
12 changed files with 352 additions and 392 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue