Skip to content

Instantly share code, notes, and snippets.

@jonlorusso
Created September 17, 2014 13:46
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 jonlorusso/796dabc117aefe5bd42f to your computer and use it in GitHub Desktop.
Save jonlorusso/796dabc117aefe5bd42f to your computer and use it in GitHub Desktop.
userChrome.css
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* @-moz-document url(chrome://browser/content/browser.xul) { */
#TabsToolbar {
background: #181512 !important;
padding-top: 2px !important;
background-image: none !important;
}
tab {
font-size: 8pt !important;
font-family: "Stlarch" !important;
color: #898989 !important;
min-height: 30px !important;
text-shadow: none !important;
margin-top: 2px !important;
}
.tab-background-end[selected=true]:-moz-locale-dir(ltr):not(:-moz-lwtheme)::before,
.tab-background-start[selected=true]:-moz-locale-dir(rtl):not(:-moz-lwtheme)::before,
.tab-background-start[selected=true]:-moz-locale-dir(ltr):not(:-moz-lwtheme)::before,
.tab-background-end[selected=true]:-moz-locale-dir(rtl):not(:-moz-lwtheme)::before,
.tab-background-start[selected=true]:-moz-locale-dir(ltr):-moz-lwtheme::before,
.tab-background-end[selected=true]:-moz-locale-dir(rtl):-moz-lwtheme::before,
.tab-background-end[selected=true]:-moz-locale-dir(ltr):-moz-lwtheme::before,
.tab-background-start[selected=true]:-moz-locale-dir(rtl):-moz-lwtheme::before,
.tab-background-start[selected=true]:-moz-locale-dir(ltr)::after,
.tab-background-end[selected=true]:-moz-locale-dir(rtl)::after,
.tab-background-end[selected=true]:-moz-locale-dir(ltr)::after,
.tab-background-start[selected=true]:-moz-locale-dir(rtl)::after,
.tab-background-middle[selected=true],
.tab-background-middle[selected=true]:-moz-lwtheme,
.tab-background-start[selected=true]:-moz-lwtheme::before,
.tab-background-end[selected=true]:-moz-lwtheme::before,
#tabbrowser-tabs::before,
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) {
background-image: none !important;
}
.tabbrowser-tab label {
/* padding-left: 5px !important;
padding-right: 5px !important;
padding-top: 0px !important; */
}
.tabbrowser-tab[selected="true"] .tab-stack {
background: #181512 !important;
color: #FFFFFF !important;
height: 30px !important;
}
.tabs-newtab-button, .tab-close-button, .tab-close, .tab-throbber, .tab-icon-image {
display: none !important;
}
/* HIDE ORANGE MENU BUTTON */
#appmenu-toolbar-button, #appmenu-button-container {
display: none !important;
}
tooltip {
-moz-appearance: none !important;
border: 0px !important;
font-family: "Stlarch" !important;
background: #313633 !important;
color: #9ECE9E !important;
height: 24px !important;
font-size: 10pt !important;
padding: 4px 3px 4px 4px !important;
}
#status-bar {
font-family: "Stlarch" !important;
}
/* Hide Scrollbars */
browser[type="content-primary"], browser[type="content-targetable"] {
overflow-y: scroll !important;
margin-right: -18px !important;
/* margin-bottom: -18px !important; */
margin-bottom: 0px !important;
}
/* #page-report-button {*/
/* statusbarpanel#statusbar-updates { */
/* .popup-internal-box { */
/* #alertnotification { */
.alertBox {
border: 0px !important;
font-family: "Stlarch" !important;
background: #313633 !important;
color: #9ECE9E !important;
height: 24px !important;
font-size: 16pt !important;
padding: 4px 3px 4px 4px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment