mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Add: Container Tab - Color line at icon's bottom
This commit is contained in:
parent
a722cfcb0a
commit
4d41c27a0f
1 changed files with 12 additions and 0 deletions
|
|
@ -236,6 +236,18 @@
|
|||
background-color: var(--tab-icon-overlay-stroke, black) !important;
|
||||
}
|
||||
|
||||
/** Container Tab - Color line at icon's bottom *****************************/
|
||||
.tab-context-line {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-icon-image {
|
||||
box-sizing: content-box;
|
||||
padding: 3px 0;
|
||||
|
||||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
}
|
||||
|
||||
/** 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