Add tweaks for loction bar

This commit is contained in:
Jakob Lechner 2024-05-30 01:26:08 +02:00
parent 7691359d01
commit 24a054658c

View file

@ -218,4 +218,23 @@ url(chrome://browser/content/browser.xhtml) {
}
/*** 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;
}
}