Skip to content

Instantly share code, notes, and snippets.

@nicman23
Created May 10, 2020 16:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicman23/40ca521d4ff216cf6c7a2a2d7e6d8027 to your computer and use it in GitHub Desktop.
Save nicman23/40ca521d4ff216cf6c7a2a2d7e6d8027 to your computer and use it in GitHub Desktop.
html, html > *, html > * > *, .browser-toolbar {
border: none !important;
-moz-appearance: none !important;
box-shadow: none !important;
background: transparent!important;
}
.titlebar-color, .browser-toolbar, findbar {
background: rgba(49, 54, 59, 0.75)!important;
}
.tab-line {
background: none !important;
}
.tab-background[selected=true] {
background: #5294e2 !important;
border-radius: 6px;
border: none !important;
}
tab[selected="true"]::after, .tabbrowser-tab[beforeselected-visible]::after {
opacity: 0 !important;
}
/* rgba(49, 54, 59, 0.75) */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment