mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Only draw a border on the tab bar when on bottom
This commit is contained in:
parent
905323d092
commit
256a94d778
3 changed files with 3 additions and 3 deletions
|
|
@ -1608,7 +1608,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
}
|
||||
|
||||
/* When the tab bar is collapsed, show a 1px border in its place. */
|
||||
#TabsToolbar[collapsed="true"] {
|
||||
#TabsToolbar[tabsontop="false"][collapsed="true"] {
|
||||
visibility: visible;
|
||||
height: 1px;
|
||||
border-bottom-width: 1px;
|
||||
|
|
|
|||
|
|
@ -1631,7 +1631,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
|
|||
}
|
||||
|
||||
/* When the tab bar is collapsed, show a 1px border in its place. */
|
||||
#TabsToolbar[collapsed="true"] {
|
||||
#TabsToolbar[tabsontop="false"][collapsed="true"] {
|
||||
visibility: visible;
|
||||
height: 1px;
|
||||
border-bottom-width: 1px;
|
||||
|
|
|
|||
|
|
@ -1844,7 +1844,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
}
|
||||
|
||||
/* When the tab bar is collapsed, show a 1px border in its place. */
|
||||
#TabsToolbar[collapsed="true"] {
|
||||
#TabsToolbar[tabsontop="false"][collapsed="true"] {
|
||||
visibility: visible;
|
||||
height: 1px;
|
||||
border-bottom-width: 1px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue