mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-20 19:41:57 -08:00
Fix: Icons - Stroke color #635
This commit is contained in:
parent
3111d71462
commit
9d52bd0736
3 changed files with 4 additions and 0 deletions
1
css/leptonChrome.css
generated
1
css/leptonChrome.css
generated
|
|
@ -10456,6 +10456,7 @@
|
|||
/* Color */
|
||||
-moz-context-properties: fill, fill-opacity, stroke !important;
|
||||
fill: currentColor !important;
|
||||
stroke: transparent;
|
||||
/* Layout */
|
||||
background-size: 16px !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
|
|
|||
2
css/leptonContent.css
generated
2
css/leptonContent.css
generated
|
|
@ -252,6 +252,7 @@
|
|||
/* Color */
|
||||
-moz-context-properties: fill, fill-opacity, stroke !important;
|
||||
fill: currentColor !important;
|
||||
stroke: transparent;
|
||||
/* Layout */
|
||||
background-size: 16px !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
|
@ -2931,6 +2932,7 @@
|
|||
/* Color */
|
||||
-moz-context-properties: fill, fill-opacity, stroke !important;
|
||||
fill: currentColor !important;
|
||||
stroke: transparent;
|
||||
/* Layout */
|
||||
background-size: 16px !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ $_initialMenus: selector.append(
|
|||
/* Color */
|
||||
-moz-context-properties: fill, fill-opacity, stroke !important;
|
||||
fill: currentColor !important;
|
||||
stroke: transparent;
|
||||
|
||||
/* Layout */
|
||||
background-size: 16px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue