Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active September 21, 2022 20:00
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save dumindu/94d6985c2a980a1698cb975719f9c653 to your computer and use it in GitHub Desktop.
Save dumindu/94d6985c2a980a1698cb975719f9c653 to your computer and use it in GitHub Desktop.
.tab-background {
border-radius: 6px 6px 0 0 !important;
margin-block: 0 !important;
}
/* -- OPTIONAL -- */
.titlebar-spacer[type="pre-tabs"] {
width: 30px !important;
}
.titlebar-spacer[type="post-tabs"] {
width: 0 !important;
}
#alltabs-button {
display: none !important;
}
@mazwrld
Copy link

mazwrld commented Apr 23, 2020

How do you add this to firefox?

@dumindu
Copy link
Author

dumindu commented Apr 23, 2020

@doseofmazen

  • Go to about:profiles -> Open Root Directory of your profile -> Create folder chrome -> create file userChrome.css -> add above css
  • Mozilla recently disabled userChrome.css to run by default. So, Go to about:config -> searchtoolkit.legacyUserProfileCustomizations.stylesheets -> set it to true
  • Restart the browser.

@deepdmistry
Copy link

Hi, the multi account container toolbar is not visible while the light theme is on
image Do you know how to change its color so it shows up while the light theme is on.
Here is the same icon on dark theme:
image

left same comment here: https://gist.github.com/dumindu/28e4312b38b91fbfb9b701c41ccc5b66#gistcomment-3380129

@dumindu
Copy link
Author

dumindu commented Jul 19, 2020

@deepdmistry This is because, they are using light color icons on light theme.

However, are you using the userChrome.css?
If yes, please append the following css code to your userChrome.css and restart the browser.

#_testpilot-containers-browser-action{
  filter: invert(42%) !important;
}

@deepdmistry
Copy link

deepdmistry commented Jul 20, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment