зеркало из https://github.com/mozilla/pjs.git
Eliminate the bottom border on the tab if it is the last panel.
This commit is contained in:
Родитель
8d19ab4be0
Коммит
b11b01575f
|
@ -168,13 +168,20 @@ box.texttab.sidebar-tab {
|
|||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
box.texttab.sidebar-tab[top-panel="true"],
|
||||
box.texttab.sidebar-tab[first-panel-after-selected="true"] {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
box.texttab.sidebar-tab > .remain-space {
|
||||
width: 30px;
|
||||
min-width: 1px;
|
||||
}
|
||||
box.texttab.sidebar-tab[top-panel="true"],
|
||||
box.texttab.sidebar-tab[first-panel-after-selected="true"] {
|
||||
background-color: white;
|
||||
box.texttab.sidebar-tab[last-panel="true"] > .remain-space {
|
||||
border-bottom: none;
|
||||
}
|
||||
box.texttab.sidebar-tab[last-panel="true"][selected="true"] > .remain-space {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
*[hidden="true"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче