Fix: Content - Radio icon #1022

09079239a4
This commit is contained in:
alstjr7375 2024-11-15 01:40:14 +09:00
parent 530b283da0
commit d60a753416
6 changed files with 13 additions and 7 deletions

4
css/leptonChrome.css generated
View file

@ -2516,7 +2516,7 @@
fill: currentColor !important; fill: currentColor !important;
color: var(--in-content-primary-button-text-color) !important; color: var(--in-content-primary-button-text-color) !important;
background-color: var(--in-content-primary-button-background) !important; background-color: var(--in-content-primary-button-background) !important;
background-image: url("chrome://global/skin/icons/radio.svg") !important; background-image: url("../icons/radio.svg") !important;
border-color: transparent !important; border-color: transparent !important;
/* Style the button also when printing with "Print Backgrounds" unchecked */ /* Style the button also when printing with "Print Backgrounds" unchecked */
color-adjust: exact !important; color-adjust: exact !important;
@ -16428,7 +16428,7 @@
fill: currentColor !important; fill: currentColor !important;
color: var(--in-content-primary-button-text-color) !important; color: var(--in-content-primary-button-text-color) !important;
background-color: var(--in-content-primary-button-background) !important; background-color: var(--in-content-primary-button-background) !important;
background-image: url("chrome://global/skin/icons/radio.svg") !important; background-image: url("../icons/radio.svg") !important;
border-color: transparent !important; border-color: transparent !important;
/* Style the button also when printing with "Print Backgrounds" unchecked */ /* Style the button also when printing with "Print Backgrounds" unchecked */
color-adjust: exact !important; color-adjust: exact !important;

View file

@ -2833,7 +2833,7 @@
fill: currentColor !important; fill: currentColor !important;
color: var(--in-content-primary-button-text-color) !important; color: var(--in-content-primary-button-text-color) !important;
background-color: var(--in-content-primary-button-background) !important; background-color: var(--in-content-primary-button-background) !important;
background-image: url("chrome://global/skin/icons/radio.svg") !important; background-image: url("../icons/radio.svg") !important;
border-color: transparent !important; border-color: transparent !important;
/* Style the button also when printing with "Print Backgrounds" unchecked */ /* Style the button also when printing with "Print Backgrounds" unchecked */
color-adjust: exact !important; color-adjust: exact !important;

4
css/leptonContent.css generated
View file

@ -2877,7 +2877,7 @@
fill: currentColor !important; fill: currentColor !important;
color: var(--in-content-primary-button-text-color) !important; color: var(--in-content-primary-button-text-color) !important;
background-color: var(--in-content-primary-button-background) !important; background-color: var(--in-content-primary-button-background) !important;
background-image: url("chrome://global/skin/icons/radio.svg") !important; background-image: url("../icons/radio.svg") !important;
border-color: transparent !important; border-color: transparent !important;
/* Style the button also when printing with "Print Backgrounds" unchecked */ /* Style the button also when printing with "Print Backgrounds" unchecked */
color-adjust: exact !important; color-adjust: exact !important;
@ -6702,7 +6702,7 @@
fill: currentColor !important; fill: currentColor !important;
color: var(--in-content-primary-button-text-color) !important; color: var(--in-content-primary-button-text-color) !important;
background-color: var(--in-content-primary-button-background) !important; background-color: var(--in-content-primary-button-background) !important;
background-image: url("chrome://global/skin/icons/radio.svg") !important; background-image: url("../icons/radio.svg") !important;
border-color: transparent !important; border-color: transparent !important;
/* Style the button also when printing with "Print Backgrounds" unchecked */ /* Style the button also when printing with "Print Backgrounds" unchecked */
color-adjust: exact !important; color-adjust: exact !important;

View file

@ -2880,7 +2880,7 @@
fill: currentColor !important; fill: currentColor !important;
color: var(--in-content-primary-button-text-color) !important; color: var(--in-content-primary-button-text-color) !important;
background-color: var(--in-content-primary-button-background) !important; background-color: var(--in-content-primary-button-background) !important;
background-image: url("chrome://global/skin/icons/radio.svg") !important; background-image: url("../icons/radio.svg") !important;
border-color: transparent !important; border-color: transparent !important;
/* Style the button also when printing with "Print Backgrounds" unchecked */ /* Style the button also when printing with "Print Backgrounds" unchecked */
color-adjust: exact !important; color-adjust: exact !important;

6
icons/radio.svg Normal file
View file

@ -0,0 +1,6 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity">
<circle cx="8" cy="8" r="4"/>
</svg>

After

Width:  |  Height:  |  Size: 391 B

View file

@ -31,7 +31,7 @@
color: var(--in-content-primary-button-text-color) !important; color: var(--in-content-primary-button-text-color) !important;
background-color: var(--in-content-primary-button-background) !important; background-color: var(--in-content-primary-button-background) !important;
background-image: url("chrome://global/skin/icons/radio.svg") !important; background-image: url("../icons/radio.svg") !important;
border-color: transparent !important; border-color: transparent !important;
/* Style the button also when printing with "Print Backgrounds" unchecked */ /* Style the button also when printing with "Print Backgrounds" unchecked */