mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 07:42:47 -08:00
Fix: New tab button - Make same rounding like Selected tab
This commit is contained in:
parent
511427de1c
commit
f068d81103
1 changed files with 2 additions and 3 deletions
|
|
@ -350,12 +350,11 @@
|
|||
-moz-context-properties: fill !important;
|
||||
|
||||
/* Corner Image */
|
||||
--newtab-corner-rounding: calc(var(--tab-corner-rounding) + 2px);
|
||||
--newtab-position: calc((var(--newtab-corner-rounding) / 2) * -1);
|
||||
--newtab-position: calc((var(--tab-corner-rounding) / 2) * -1);
|
||||
background-image: url("./icons/tab-bottom-corner-left.svg"), url("./icons/tab-bottom-corner-right.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: left var(--newtab-position) bottom var(--tabs-navbar-original-shadow-size), right var(--newtab-position) bottom var(--tabs-navbar-original-shadow-size);
|
||||
background-size: var(--newtab-corner-rounding);
|
||||
background-size: var(--tab-corner-rounding);
|
||||
}
|
||||
|
||||
#tabs-newtab-button .toolbarbutton-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue