mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
firefox: userChrome.css: urlbar padding
This commit is contained in:
parent
4f0c1ff914
commit
dfaee0e0cd
1 changed files with 10 additions and 3 deletions
|
|
@ -19,9 +19,16 @@
|
|||
|
||||
/* Addressbar */
|
||||
|
||||
#urlbar-background {
|
||||
background-color: #e0e0e0 !important;
|
||||
border-color: #adadad !important;
|
||||
#main-window:not([privatebrowsingmode="temporary"]) #urlbar-background {
|
||||
/* --toolbar-field-border-color: #adadad; */
|
||||
border-color: var(--button-active-bgcolor) !important;
|
||||
background-color: Field !important;
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "browser.urlbar.richSuggestions.featureGate") {
|
||||
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] > .identity-box-button {
|
||||
padding-inline: var(--urlbar-icon-padding) !important;
|
||||
}
|
||||
}
|
||||
|
||||
#star-button-box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue