Skip to content
Snippets Groups Projects
Unverified Commit a27569bd authored by Peter Mack's avatar Peter Mack
Browse files

urlbar.css: formatting fixes (MR 59)

parent c81f0838
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@
}
/* urlbar: Hide translate and picture-in-picture icon */
#urlbar #translations-button, #urlbar #picture-in-picture-button, #urlbar #identity-box #identity-permission-box {
#urlbar #translations-button,
#urlbar #picture-in-picture-button,
#urlbar #identity-box #identity-permission-box {
display: none !important;
}
......@@ -80,7 +82,7 @@
margin: 0px !important;
margin-inline: 0px !important;
border-inline: 0px !important;
overflow-y: auto !important;
overflow-y: auto !important;
overflow-x: none !important;
scrollbar-width: none;
}
......@@ -113,6 +115,6 @@
* installed when FF starts for the first time. Hide the button in "This time,
* search with" inside the urlbar. Match localizations like Amazon.de with this
* regex. */
button[id^='urlbar-engine-one-off-item-Amazon'] {
button[id^="urlbar-engine-one-off-item-Amazon"] {
display: none !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment