mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 15:53:52 -08:00
Fix: PictureInPicture Tab - Close button order
This commit is contained in:
parent
ed6ed227b4
commit
ae5c621d51
1 changed files with 3 additions and 1 deletions
|
|
@ -1416,9 +1416,11 @@
|
|||
}
|
||||
|
||||
/* Close Button's position */
|
||||
.tabbrowser-tab[pictureinpicture]:not([pinned]) .tab-close-button {
|
||||
-moz-box-ordinal-group: 2 !important;
|
||||
}
|
||||
#tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab[pictureinpicture]:not([pinned]) .tab-close-button {
|
||||
margin-left: 7px !important;
|
||||
-moz-box-ordinal-group: 2 !important;
|
||||
}
|
||||
#tabbrowser-tabs:not([closebuttons="activetab"])
|
||||
.tabbrowser-tab[pictureinpicture]:not([pinned]):hover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue