mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
firefox: add treestyletab.css
This commit is contained in:
parent
65e8edc363
commit
3eade17ba4
1 changed files with 43 additions and 0 deletions
43
firefox/treestyletab.css
Normal file
43
firefox/treestyletab.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
.newtab-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.counter {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.counter::before {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.counter::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.twisty {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.tab {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#subpanel-container {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
#subpanel-container:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#tabbar-container {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
tab-item.active .background {
|
||||
background-color: #e8e8e8;
|
||||
background-color: var(--face-highlight-lighter);
|
||||
}
|
||||
|
||||
/* put scrollbar rightside */
|
||||
:root.left #tabbar { direction: ltr; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue