Created
December 26, 2016 17:54
-
-
Save rawsh/6fed04c6dd5046e0e1146bbbef1e00de to your computer and use it in GitHub Desktop.
My firefox styles to go with FXopera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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