mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-06 09:14:00 -08:00
Fix: Pinned Tab - Move to connected tab section #342
This commit is contained in:
parent
36672fee82
commit
b53681a86d
1 changed files with 5 additions and 5 deletions
|
|
@ -3242,6 +3242,11 @@ menupopup > menu {
|
|||
overflow: hidden; /* Prevent toolbar area over */
|
||||
}
|
||||
|
||||
/* Pinned Tab - tabbrowser-arrowscrollbox overflowing */
|
||||
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
/** Selected Tab - Color like toolbar *****************************************/
|
||||
:root:not(:-moz-lwtheme) {
|
||||
/* Fix for windows's system default theme. Using --toolbar-bgcolor fallback */
|
||||
|
|
@ -3337,11 +3342,6 @@ menupopup > menu {
|
|||
var(--tab-line-color, var(--lwt-tab-line-color, var(--tabs-border-color, rgba(128, 128, 142, 0.9)))) !important;
|
||||
}
|
||||
|
||||
/* Pinned Tab - tabbrowser-arrowscrollbox overflowing */
|
||||
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
/** Selected Tab - Bottom Rounded Corner **************************************/
|
||||
#tabbrowser-tabs {
|
||||
--tab-corner-rounding: 3px; /* 10px looks about like chromium - 17px looks close to Australis tabs */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue