Skip to content

Instantly share code, notes, and snippets.

@bs
Created May 18, 2020 02:41
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 bs/9664a3cfeb56e240b3cfe4e7396c0292 to your computer and use it in GitHub Desktop.
Save bs/9664a3cfeb56e240b3cfe4e7396c0292 to your computer and use it in GitHub Desktop.
/* Highlight active tag */
tab-item.active {
height: 50px !important;
/* background-color: #193B99;*/
}
tab-item.active .label-content {
font-weight: bold;
font-size: 14px;
}
tab-item.active tab-twisty,
tab-item.active .label-content,
tab-item.active tab-counter {
color: #fff;
}
/* font size */
/*
tab-item {
font-size: 16px;
}
*/
/* hide "new tab" button" */
.newtab-button-box {
display: none;
}
#tabbar {
bottom: 0 !important; /* Eliminate dead space on bottom */
}
/* Add private browsing indicator per tab */
/*
tab-item.private-browsing tab-label:before {
content: "🕶";
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment