mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 14:10:23 -08:00
Add: Container Tab - Titlechanged Indicator override at pinned
This commit is contained in:
parent
7e4a16dcd3
commit
a0c3caee31
1 changed files with 6 additions and 0 deletions
|
|
@ -374,6 +374,12 @@
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Pinned Tab - Titlechanged Indicator override */
|
||||
.tabbrowser-tab:is([image], [pinned]) > .tab-stack > .tab-content[attention]:not([selected="true"]) .tab-icon-image,
|
||||
.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([selected="true"]) .tab-icon-image {
|
||||
border-bottom: 4px dotted var(--identity-icon-color) !important;
|
||||
}
|
||||
|
||||
/** 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