Fixed session restore identifying the empty tab as a normal one

This commit is contained in:
mr. m
2025-03-07 11:54:57 +01:00
parent 00533fb956
commit 3325dc0d9f
6 changed files with 60 additions and 32 deletions

View File

@@ -86,8 +86,9 @@
width: 100%;
height: 100%;
opacity: 0;
color: var(--zen-primary-color);
fill: var(--zen-primary-color);
color: currentColor;
fill: currentColor;
-moz-context-properties: fill, fill-opacity;
background-image: url(chrome://browser/skin/zen-icons/essential-add.svg);
background-size: 15%;
background-repeat: no-repeat;