mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
Add: Container Tab - Color Bottom Line at None Sound Tab
This commit is contained in:
parent
17acbab8a9
commit
b086b4f517
1 changed files with 14 additions and 0 deletions
|
|
@ -261,6 +261,20 @@
|
|||
}
|
||||
|
||||
/* None exist favicon */
|
||||
.tabbrowser-tab:not([image]):not([pinned], [sharing], [crashed]):not([soundplaying], [muted], [activemedia-blocked]) .tab-content::before {
|
||||
/* Box Model */
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute !important;
|
||||
transition: 0.2s !important;
|
||||
transform: translateY(10px) !important;
|
||||
|
||||
/* Shape */
|
||||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
/* None exist favicon - With Sound */
|
||||
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
box-sizing: content-box;
|
||||
padding: 3px 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue