mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +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 */
|
/* Addressbar */
|
||||||
|
|
||||||
#urlbar-background {
|
#main-window:not([privatebrowsingmode="temporary"]) #urlbar-background {
|
||||||
background-color: #e0e0e0 !important;
|
/* --toolbar-field-border-color: #adadad; */
|
||||||
border-color: #adadad !important;
|
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 {
|
#star-button-box {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue