Last active
May 12, 2025 20:05
-
-
Save azatshtru/81a62fdc9f699f07ccdd3c488b80e269 to your computer and use it in GitHub Desktop.
firefox css configs, goes really well with any completely black theme.
This file contains hidden or 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
#firefox-view-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#star-button-box { | |
display: none !important; | |
pointer-events: none; | |
} | |
#reload-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#forward-button, #back-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#PanelUI-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#navigator-toolbox { | |
display: flex !important; | |
flex-direction: row !important; | |
} | |
#TabsToolbar > .titlebar-spacer { | |
display: none; | |
} | |
#tabbrowser-tabs { | |
border: none !important; | |
} | |
#tabbrowser-arrowscrollbox { | |
filter: grayscale(97.4%); | |
} |
This file contains hidden or 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
#firefox-view-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#star-button-box { | |
display: none !important; | |
pointer-events: none; | |
} | |
#reload-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#forward-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#PanelUI-button { | |
display: none !important; | |
pointer-events: none; | |
} | |
#toolbar-menubar { | |
display: none !important; | |
pointer-events: none; | |
} | |
#navigator-toolbox { | |
display: flex !important; | |
flex-direction: row !important; | |
} | |
#TabsToolbar > .titlebar-spacer { | |
display: none; | |
} | |
#tabbrowser-tabs { | |
border: none !important; | |
} | |
#tabbrowser-arrowscrollbox { | |
filter: grayscale(97.4%); | |
} | |
.titlebar-buttonbox-container { | |
display: none !important; | |
pointer-events: none; | |
} | |
#nav-bar { | |
background: transparent !important; | |
} |
This file contains hidden or 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
@-moz-document url(about:home), url("about:newtab") { | |
.search-inner-wrapper { | |
display: none !important; | |
} | |
.logo { | |
filter: grayscale(100%); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment