
How do I remove the separator between buttons in the URL-bar?
I've displayed:none'd the .urlbar-icons. It works, but I still get a stray separator between where the buttons would have been. How do I remove this?
Выбранное решение
There is a separator before the page actions area. Is that the one?
You might already have discovered it, but if not, check out the Browser Toolbox. If you inspect the bar, you may find some :before or :after elements (generated content).
https://developer.mozilla.org/docs/Tools/Browser_Toolbox
Прочитайте этот ответ в контексте 👍 1Все ответы (2)
Выбранное решение
There is a separator before the page actions area. Is that the one?
You might already have discovered it, but if not, check out the Browser Toolbox. If you inspect the bar, you may find some :before or :after elements (generated content).
Thank you! I've been toying around with the CSS files a few times but I've always had to Google what the class name were. Now I am unstoppable.
The separators had id "pageActionSeparator" and I could easily not display them.