mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-20 19:41:57 -08:00
Fix: Bottom Rounded Corner - Boxshadow at darktheme
This commit is contained in:
parent
2fa495ed8b
commit
97dfd556e0
3 changed files with 3 additions and 2 deletions
|
|
@ -6460,7 +6460,6 @@
|
|||
"userChrome.tab.bottom_rounded_corner.chrome"
|
||||
) or -moz-bool-pref("userChrome.tab.bottom_rounded_corner.edge") {
|
||||
#TabsToolbar {
|
||||
--uc-tab-background-shadow-soft: 0 -1px 1px -1px;
|
||||
--uc-tab-background-shadow-hard: 0 -1px 0;
|
||||
--uc-tab-basic-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
|
||||
--uc-tab-additional-shadow: 0 0 0 transparent;
|
||||
|
|
@ -6809,6 +6808,7 @@
|
|||
left: var(--uc-tab-corner-half-size-reverse);
|
||||
background-image: var(--uc-tab-corner-left-side-svg), var(--uc-tab-corner-bgimage);
|
||||
clip-path: var(--uc-tab-corner-left-side-clipPath);
|
||||
transform: translateX(0.5px);
|
||||
}
|
||||
.tabbrowser-tab .tab-background::after {
|
||||
right: var(--uc-tab-corner-half-size-reverse);
|
||||
|
|
|
|||
|
|
@ -153,6 +153,7 @@
|
|||
left: var(--uc-tab-corner-half-size-reverse);
|
||||
background-image: var(--uc-tab-corner-left-side-svg), var(--uc-tab-corner-bgimage);
|
||||
clip-path: var(--uc-tab-corner-left-side-clipPath);
|
||||
transform: translateX(0.5px);
|
||||
}
|
||||
&::after {
|
||||
right: var(--uc-tab-corner-half-size-reverse);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"userChrome.tab.bottom_rounded_corner.chrome",
|
||||
"userChrome.tab.bottom_rounded_corner.edge"
|
||||
) {
|
||||
--uc-tab-background-shadow-soft: 0 -1px 1px -1px;
|
||||
// --uc-tab-background-shadow-soft: 0 -1px 1px -1px;
|
||||
--uc-tab-background-shadow-hard: 0 -1px 0;
|
||||
--uc-tab-basic-shadow: 0 -1px 0px rgba(0,0,0, 0.4);
|
||||
--uc-tab-additional-shadow: 0 0 0 transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue