Skip to content

Instantly share code, notes, and snippets.

@rnkn
Last active May 18, 2020 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnkn/762b05ae117039211a3fcd73fe953940 to your computer and use it in GitHub Desktop.
Save rnkn/762b05ae117039211a3fcd73fe953940 to your computer and use it in GitHub Desktop.
#titlebar {
-moz-box-ordinal-group: 2;
}
#TabsToolbar .toolbar-items {
background: linear-gradient(rgb(215,215,215), rgb(205,205,205));
}
#PlacesToolbar .toolbarbutton-icon {
visibility: collapse;
}
#PlacesToolbar toolbarbutton.bookmark-item {
padding: 0 6px !important;;
}
.tab-line {
display: none;
}
.tab-background[selected="true"] {
border-top-style: none !important;
}
.tab-content {
padding: 0 8px;
}
.tab-close-button {
-moz-box-ordinal-group: 0;
margin-inline-end: 5px !important;
}
.toolbarbutton-icon {
filter: grayscale(1.0);
}
.tabbrowser-tab::after, .tabbrowser-tab::before {
opacity: 0.2 !important;
}
/* #personal-bookmarks { */
/* -moz-box-flex: inherit; */
/* } */
#PlacesToolbarItems {
-moz-box-pack: center;
}
toolbarbutton#appMenu-logins-button {
display: none;
}
menu#fill-login, menu#fill-login + menuseparator {
display: none;
}
/* toolbox#navigator-toolbox { */
/* border-bottom: 0.5px rgba(0,0,0,0.2) solid !important; */
/* box-shadow: 0 0 5px 0px rgba(0,0,0,0.2); */
/* } */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment