Firefox-Alpha icon indicating copy to clipboard operation
Firefox-Alpha copied to clipboard

Add instructions for re-enabling search suggestions?

Open 0rphee opened this issue 1 year ago • 4 comments

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

0rphee avatar Dec 28 '23 07:12 0rphee

i can't seem to add this implementation. do i just append the code to userChrome.css?

cctrc avatar Feb 01 '24 01:02 cctrc

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);
}


0rphee avatar Feb 01 '24 04:02 0rphee

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) Screenshot_01-Feb_13-58-12_firefox

cctrc avatar Feb 01 '24 11:02 cctrc

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

0rphee avatar Feb 01 '24 18:02 0rphee