Add tweaks for loction bar
This commit is contained in:
parent
7691359d01
commit
24a054658c
1 changed files with 19 additions and 0 deletions
|
|
@ -218,4 +218,23 @@ url(chrome://browser/content/browser.xhtml) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** End of: Megabar Styler One-Offs ***/
|
/*** End of: Megabar Styler One-Offs ***/
|
||||||
|
|
||||||
|
/* Hide "Firefox Suggest" in location bar search results */
|
||||||
|
.urlbarView-row[label="Firefox Suggest"]::before {
|
||||||
|
display: none !important
|
||||||
|
}
|
||||||
|
.urlbarView-row[label] {
|
||||||
|
margin-block-start: 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide search button in location bar */
|
||||||
|
#identity-box[pageproxystate=invalid] > .identity-box-button,
|
||||||
|
.searchbar-search-button {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide search placeholder in location bar */
|
||||||
|
#urlbar-input::placeholder {
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue