replace --lwt-toolbarbutton-icon-fill with --toolbarbutton-icon-fill

This commit is contained in:
MrOtherGuy 2021-08-07 15:17:42 +03:00
parent e253f06703
commit f3c29ec2a4
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ See the above repository for updates as well as full license text. */
/* tabs */ /* tabs */
--lwt-text-color: cyan !important; --lwt-text-color: cyan !important;
/* toolbar area */ /* toolbar area */
--lwt-toolbarbutton-icon-fill: white !important; --toolbarbutton-icon-fill: white !important;
--lwt-toolbarbutton-hover-background: orange !important; --lwt-toolbarbutton-hover-background: orange !important;
--lwt-toolbarbutton-active-background: red !important; --lwt-toolbarbutton-active-background: red !important;
/* urlbar */ /* urlbar */

View file

@ -9,7 +9,7 @@ toolbar .toolbarbutton-1:not([open]),
#tabbrowser-tabs toolbarbutton, #tabbrowser-tabs toolbarbutton,
#scrollbutton-up:not(:hover), #scrollbutton-up:not(:hover),
#scrollbutton-down:not(:hover){ #scrollbutton-down:not(:hover){
background-image: radial-gradient(circle at center, var(--lwt-toolbarbutton-icon-fill,currentColor) 0,var(--lwt-toolbarbutton-icon-fill,currentColor) 10%,transparent 15% ); background-image: radial-gradient(circle at center, var(--toolbarbutton-icon-fill,currentColor) 0,var(--toolbarbutton-icon-fill,currentColor) 10%,transparent 15% );
} }
/* Hide placeholder on hover */ /* Hide placeholder on hover */
toolbar:hover + toolbar .toolbarbutton-1, toolbar:hover + toolbar .toolbarbutton-1,

View file

@ -18,7 +18,7 @@ toolbar .toolbarbutton-1:not([open]),
#tabbrowser-tabs toolbarbutton, #tabbrowser-tabs toolbarbutton,
#scrollbutton-up:not(:hover), #scrollbutton-up:not(:hover),
#scrollbutton-down:not(:hover){ #scrollbutton-down:not(:hover){
background-image: radial-gradient(circle at center, var(--lwt-toolbarbutton-icon-fill,currentColor) 0,var(--lwt-toolbarbutton-icon-fill,currentColor) 10%,transparent 15% ); background-image: radial-gradient(circle at center, var(--toolbarbutton-icon-fill,currentColor) 0,var(--toolbarbutton-icon-fill,currentColor) 10%,transparent 15% );
} }
/* Hide placeholder on hover */ /* Hide placeholder on hover */
toolbar:hover .toolbarbutton-1, toolbar:hover .toolbarbutton-1,

View file

@ -14,7 +14,7 @@ toolbar .toolbarbutton-1:not([open]),
#tabbrowser-tabs toolbarbutton, #tabbrowser-tabs toolbarbutton,
#scrollbutton-up:not(:hover), #scrollbutton-up:not(:hover),
#scrollbutton-down:not(:hover){ #scrollbutton-down:not(:hover){
background-image: radial-gradient(circle at center, var(--lwt-toolbarbutton-icon-fill,currentColor) 0,var(--lwt-toolbarbutton-icon-fill,currentColor) 10%,transparent 15% ); background-image: radial-gradient(circle at center, var(--toolbarbutton-icon-fill,currentColor) 0,var(--toolbarbutton-icon-fill,currentColor) 10%,transparent 15% );
} }
/* Hide placeholder on hover */ /* Hide placeholder on hover */