Skip to content

Instantly share code, notes, and snippets.

@thePanz
Last active March 21, 2019 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thePanz/5609999c7eaeff76f07f14438d491211 to your computer and use it in GitHub Desktop.
Save thePanz/5609999c7eaeff76f07f14438d491211 to your computer and use it in GitHub Desktop.
Firefox multi-line tabs
/* See imports from: https://github.com/MrOtherGuy/firefox-csshacks */
@import url(chrome/multi-row_tabs.css);
:root{
--multirow-n-rows: 2;
--multirow-tab-min-width: 170px;
}
/**
* Style the Tab's closing icon
*/
.tabbrowser-tab:not([pinned]) .close-icon {
fill: #c00 !important;
border: solid 1px #ccc !important;
display:-moz-box !important;
}
/**
* Style the active tab
*/
.tab-background[selected="true"] {
background-color: #b6dbe3!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment