mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
thunderbird: enable tabs
This commit is contained in:
parent
200d0a7112
commit
ed8ead4fea
1 changed files with 15 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
* {
|
||||
box-shadow: none !important;
|
||||
border-radius: 0 !important;
|
||||
|
||||
--selected-item-color: #9e9e9e !important;
|
||||
--selected-item-text-color: #212121 !important;
|
||||
--listbox-selected-bg: #9e9e9e !important;
|
||||
|
|
@ -44,9 +43,21 @@
|
|||
}
|
||||
|
||||
#tabs-toolbar {
|
||||
display: none;
|
||||
background: none !important;
|
||||
padding: 0;
|
||||
padding-inline: 3px;
|
||||
}
|
||||
|
||||
.tab-line {
|
||||
display: none;
|
||||
.tab-line[selected="true"] {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.tabmail-tab {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
tabs > arrowscrollbox,
|
||||
tabs > arrowscrollbox > * {
|
||||
--tab-max-width: 200px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue