mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 06:00:24 -08:00
Add: Container - None exist favicon
This commit is contained in:
parent
104cda45f6
commit
97816fd707
1 changed files with 15 additions and 0 deletions
|
|
@ -249,6 +249,21 @@
|
|||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
}
|
||||
|
||||
/* None exist favicon */
|
||||
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
box-sizing: content-box;
|
||||
padding: 3px 0;
|
||||
|
||||
border-radius: 0 !important;
|
||||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
}
|
||||
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]):hover {
|
||||
padding: 0;
|
||||
|
||||
border-radius: 10px !important;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/** URL Bar - Reduce Padding ************************************************/
|
||||
:root:not([uidensity=touch]) #urlbar-container, #search-container {
|
||||
padding-block: 2px; /* Original: 4px */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue