mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 23:10:41 -08:00
Prettified Code!
This commit is contained in:
parent
7dd530c319
commit
ed6ed227b4
1 changed files with 7 additions and 3 deletions
|
|
@ -1390,8 +1390,10 @@
|
|||
|
||||
/** PictureInPicture Tab - Show PIP Icon ************************************/
|
||||
#tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab[pictureinpicture]:not([pinned]) .tab-content::after,
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab[pictureinpicture]:not([pinned], :hover) .tab-content::after {
|
||||
content: "";
|
||||
#tabbrowser-tabs[closebuttons="activetab"]
|
||||
.tabbrowser-tab[pictureinpicture]:not([pinned], :hover)
|
||||
.tab-content::after {
|
||||
content: "";
|
||||
}
|
||||
.tabbrowser-tab[pictureinpicture]:not([pinned]) .tab-content::after {
|
||||
/* Shape */
|
||||
|
|
@ -1418,7 +1420,9 @@
|
|||
margin-left: 7px !important;
|
||||
-moz-box-ordinal-group: 2 !important;
|
||||
}
|
||||
#tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab[pictureinpicture]:not([pinned]):hover .tab-close-button {
|
||||
#tabbrowser-tabs:not([closebuttons="activetab"])
|
||||
.tabbrowser-tab[pictureinpicture]:not([pinned]):hover
|
||||
.tab-close-button {
|
||||
margin-left: 2px !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue