Firefox-Alpha
Firefox-Alpha copied to clipboard
Add instructions for re-enabling search suggestions?
I really prefer having search suggestions enabled, and though the theme is great (thanks! its really nice), I went through a good time searching how could I style them somewhat decently. I finally ended up with this:
So I thought that it could be really nice to add this to the readme so others have the chance to choose :)
#urlbar-input-container {
opacity: 0;
}
vbox.urlbarView {
color: var(--tab-selected-textcolor);
background-color: var(--tab-selected-bgcolor);
}
https://github.com/Tagggar/Firefox-Alpha/assets/79347623/65b95fb7-6736-42ae-9474-80cb739e898e
https://github.com/Tagggar/Firefox-Alpha/assets/79347623/4020be4d-eb3b-4eed-b78d-c809722f5a71
i can't seem to add this implementation. do i just append the code to userChrome.css?
Yes, only add this to your userChrome.css, this is how mine looks like:
======================================================== */
@import 'Firefox-Alpha/chrome/userChrome.css';
/*========================================================
Changes specific to Firefox-Alpha
======================================================== */
#urlbar-input-container {
opacity: 0;
}
vbox.urlbarView {
color: var(--tab-selected-textcolor);
background-color: var(--tab-selected-bgcolor);
}
thank you! but i retried and it did nothing. i could only reenable browser.urlbar.maxrichresults but then it doubled my searchbar (probably because i'm on 16:10)
Oh well, I don't know how to help you then... If you want to view all of my config you can see my dotfiles with my firefox config, they're on my profile