Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for re-enabling search suggestions? #14

Open
0rphee opened this issue Dec 28, 2023 · 4 comments
Open

Add instructions for re-enabling search suggestions? #14

0rphee opened this issue Dec 28, 2023 · 4 comments

Comments

@0rphee
Copy link

0rphee commented Dec 28, 2023

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);
}
fst.mov
second.mov
@cctrc
Copy link

cctrc commented Feb 1, 2024

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

@0rphee
Copy link
Author

0rphee commented Feb 1, 2024

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


@cctrc
Copy link

cctrc commented Feb 1, 2024

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

@0rphee
Copy link
Author

0rphee commented Feb 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants