Skip to content

Instantly share code, notes, and snippets.

@rawsh
Created December 26, 2016 17:54
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 rawsh/6fed04c6dd5046e0e1146bbbef1e00de to your computer and use it in GitHub Desktop.
Save rawsh/6fed04c6dd5046e0e1146bbbef1e00de to your computer and use it in GitHub Desktop.
My firefox styles to go with FXopera
#historydropmarker, #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #dropmarker, .autocomplete-history-dropmarker {
display: none !important;
}
/* #urlbar > #identity-box > #identity-icon {
display: none;
} */
.urlbar-input-box, #urlbar-reload-button, #PanelUI-button, #urlbar-go-button, #urlbar-stop-button {
border: none;
}
#PanelUI-menu-button {
padding-left: 0;
}
#urlbar {
border: none !important;
text-align: left !important;
background: transparent !important;
margin-top: -1px !important;
border-radius: 0px;
padding: 0px !important;
color: rgb(80,80,80) !important;
height: 10px;
font-size: 14px;
}
notification[value="keyword-uri-fixup"]{
display:none !important;
}
/* Tabs: no icons
.tabbrowser-tabs .tab-icon-image { display: none !important; } */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment