mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
firefox: shuffle the files
This commit is contained in:
parent
90b0906311
commit
87406749cc
6 changed files with 6 additions and 0 deletions
94
firefox/treestyletab/treestyletab.css
Normal file
94
firefox/treestyletab/treestyletab.css
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
:root {
|
||||
--tab-size: 2.3em;
|
||||
--tab-highlighter-size: 4px;
|
||||
}
|
||||
|
||||
/* No new tab button */
|
||||
.newtab-button {
|
||||
display: none;
|
||||
}
|
||||
.newtab-button::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Counter tunning */
|
||||
.counter {
|
||||
font-weight: bold;
|
||||
}
|
||||
.counter::before {
|
||||
content: '';
|
||||
}
|
||||
.counter::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
/* Put scrollbar rightside */
|
||||
:root.left #tabbar { direction: ltr; }
|
||||
|
||||
/* Scrollbar width */
|
||||
#pinned-tabs-container, #normal-tabs-container {
|
||||
scrollbar-width: unset;
|
||||
}
|
||||
|
||||
/* Common background */
|
||||
#background {
|
||||
background: -moz-dialog;
|
||||
}
|
||||
|
||||
/* Pined tabs container */
|
||||
#pinned-tabs-container {
|
||||
border-bottom: 1px solid rgb(173, 173, 173);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
/* Tabs */
|
||||
|
||||
tab-item,
|
||||
tab-item-substance {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
tab-item-substance {
|
||||
padding: 0.3em;
|
||||
border: 1px solid rgb(173, 173, 173);
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tab, .tab.pinned {
|
||||
height: var(--tab-size);
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.tab .label {
|
||||
margin-left: 0.4em;
|
||||
line-height: var(--tab-size);
|
||||
}
|
||||
|
||||
.tab .closebox {
|
||||
margin-left: 0.2em;
|
||||
margin-right: 0.1em;
|
||||
}
|
||||
|
||||
tab-item tab-favicon,
|
||||
tab-item tab-favicon * {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.highlighter::before {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.tab:hover > tab-item-substance,
|
||||
.tab.active > tab-item-substance {
|
||||
background: var(--face-highlight-more-lighter);
|
||||
}
|
||||
|
||||
.tab.active > tab-item-substance {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tab.active .highlighter {
|
||||
width: 5px;
|
||||
background: var(--tab-highlighted-glow);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue