mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
Fix: Container Tab - Color line postion
This commit is contained in:
parent
03c29faf6e
commit
ec0af13830
1 changed files with 5 additions and 1 deletions
|
|
@ -257,7 +257,7 @@
|
|||
top: 0 !important;
|
||||
inset-inline-end: 0 !important;
|
||||
margin-inline-end: 5.5px !important;
|
||||
padding: 0 !important;
|
||||
padding: 2px 0 !important;
|
||||
}
|
||||
|
||||
/* Hover */
|
||||
|
|
@ -276,6 +276,10 @@
|
|||
color: var(--toolbar-bgcolor, black) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing],[crashed]):hover {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/** Container Tab - Color line at icon's bottom *****************************/
|
||||
.tab-context-line {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue