fix style of pinned tabs (Metal and Sidebar styles)

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-13 00:02:14 +09:00
parent 5def9c220e
commit 9b0203b5f0
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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"]