Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active March 22, 2025 16:47
Show Gist options
  • Select an option

  • Save dumindu/94d6985c2a980a1698cb975719f9c653 to your computer and use it in GitHub Desktop.

Select an option

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;
outline: none !important;
}
.tab-background:is([selected], [multiselected]) {
box-shadow: none !important;
}
#nav-bar {
border-top: 0!important;
}
/* -- OPTIONAL -- */
.titlebar-spacer[type="pre-tabs"] {
width: 30px !important;
}
.titlebar-spacer[type="post-tabs"] {
width: 0 !important;
}
#alltabs-button {
display: none !important;
}
@dumindu

dumindu commented Jul 19, 2020

Copy link
Copy Markdown
Author

@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

deepdmistry commented Jul 20, 2020 via email

Copy link
Copy Markdown

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