Skip to content

Instantly share code, notes, and snippets.

/userchrome.css Secret

Created February 4, 2013 16:09
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 anonymous/f24f31fd9cacffa2ac9c to your computer and use it in GitHub Desktop.
Save anonymous/f24f31fd9cacffa2ac9c to your computer and use it in GitHub Desktop.
minimal firefox chrome css with homura-chan
/*
#appmenu-button,
#star-button,
#feed-button,
#go-button,
#identity-box,
.autocomplete-history-dropmarker,
*/
#appmenu-toolbar-button,
.tab-close-button,
.scrollbutton-up,
.scrollbutton-down,
.tabbrowser-tab .tab-icon-image {
display:none !important;
}
#main-window #content .tabbrowser-tabs {
}
#navigator-toolbox toolbar {
background: #d2d2d2 !important;
/* color: #989898 !important; */
}
.tabbrowser-tab {
text-align: left !important;
background: #4F4363 !important;
color: #ffffff !important;
text-shadow: none !important;
font: 7pt cure;
margin: -5px 0 -6px !important;
padding: 0 6px 0px 5px !important;
width: 100px !important;
border: none !important;
border-radius: 0 !important;
border-right: 1px solid #9c9c9c !important;
}
.tabbrowser-tab:not([selected="true"]) {
background: #d2d2d2 !important;
color: #000000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment