fix style of pinned tabs (Metal and Sidebar styles)
This commit is contained in:
parent
5def9c220e
commit
9b0203b5f0
@ -171,6 +171,7 @@
|
||||
.tabbrowser-tabs[treestyletab-style~="metal"][treestyletab-mode="vertical"]
|
||||
.tabbrowser-tab[pinned="true"][selected="true"]:hover
|
||||
.tab-content {
|
||||
line-height: 1 !important;
|
||||
background: #9d9d9d !important;
|
||||
border: 1px solid #666666 !important;
|
||||
margin: 1px 0 0 1px !important;
|
||||
|
@ -69,7 +69,8 @@ tabbrowser[treestyletab-style~="sidebar"][treestyletab-mode="vertical"]
|
||||
}
|
||||
.tabbrowser-tabs[treestyletab-style~="sidebar"][treestyletab-mode="vertical"]
|
||||
.tabbrowser-tab[pinned="true"] {
|
||||
padding: 2px 0 0 4px !important;
|
||||
padding: 2px 2px 3px !important;
|
||||
line-height: 1 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tabs[treestyletab-style~="sidebar"][treestyletab-mode="vertical"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user