Created
April 8, 2020 16:01
-
-
Save mikebob/d8d8ffd8d124b4e0f8f35af86018097a to your computer and use it in GitHub Desktop.
For customizing the appearance of Firefox browser
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
/* Smaller search button paddings */ | |
.search-one-offs { | |
padding-top: 6px !important; | |
padding-bottom: 7px !important; | |
} | |
/* Disable Megabar Animation */ | |
#urlbar[breakout][breakout-extend][breakout-extend-animate] > #urlbar-background { | |
animation-name: none !important; | |
animation: none !important; | |
} | |
/* --- Move the type icons to the left of the favicon. --- */ | |
.urlbarView.megabar .urlbarView-favicon { | |
margin-left: 20px !important; | |
} | |
.urlbarView.megabar .urlbarView-type-icon { | |
position: relative !important; | |
left: -54px !important; | |
top: -4px !important; | |
margin-right: -24px !important; | |
height: 16px !important; | |
width: 16px !important; | |
filter: contrast(90%) brightness(110%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment