Skip to content

Instantly share code, notes, and snippets.

@nath1as
Last active September 4, 2021 19:25
Show Gist options
  • Save nath1as/770f4c478a7277eb5b03f2a0a366abcd to your computer and use it in GitHub Desktop.
Save nath1as/770f4c478a7277eb5b03f2a0a366abcd to your computer and use it in GitHub Desktop.
Tree Style Tab
/* extra styles for proton theme */
@keyframes tab-burst-animation {}
@keyframes tab-burst-animation-light {}
@keyframes blink {}
:root {
--favicon-size: 16px;
}
:root.left .tab:not(.faviconized) .contextual-identity-marker {
left: 0px !important;
height: 100%;
}
tab-item tab-twisty {
display: none;
}
tab-item tab-counter {
display: none;
}
#tabbar:not(.overflow) .after-tabs {
display: none;
}
tab-item tab-closebox {
display: none;
}
.tab .label {
display: none;
}
tab-sound-button {
margin-left: 4px !important;
}
/* tabs */
#tabbar {
background: #0e1215 !important;
padding-top: 0px !important;
border-top: 6px solid #20ad80 !important;
}
.tab {
background: #0e1215 !important;
height: 30px;
}
tab-item-substance {
padding-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment