diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 163fcf91..96e9e09b 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -2516,7 +2516,7 @@ fill: currentColor !important; color: var(--in-content-primary-button-text-color) !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; /* Style the button also when printing with "Print Backgrounds" unchecked */ color-adjust: exact !important; @@ -16428,7 +16428,7 @@ fill: currentColor !important; color: var(--in-content-primary-button-text-color) !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; /* Style the button also when printing with "Print Backgrounds" unchecked */ color-adjust: exact !important; diff --git a/css/leptonChromeESR.css b/css/leptonChromeESR.css index b8f5290e..bbefec68 100644 --- a/css/leptonChromeESR.css +++ b/css/leptonChromeESR.css @@ -2833,7 +2833,7 @@ fill: currentColor !important; color: var(--in-content-primary-button-text-color) !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; /* Style the button also when printing with "Print Backgrounds" unchecked */ color-adjust: exact !important; diff --git a/css/leptonContent.css b/css/leptonContent.css index ee807bb5..e766e4fd 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -2877,7 +2877,7 @@ fill: currentColor !important; color: var(--in-content-primary-button-text-color) !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; /* Style the button also when printing with "Print Backgrounds" unchecked */ color-adjust: exact !important; @@ -6702,7 +6702,7 @@ fill: currentColor !important; color: var(--in-content-primary-button-text-color) !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; /* Style the button also when printing with "Print Backgrounds" unchecked */ color-adjust: exact !important; diff --git a/css/leptonContentESR.css b/css/leptonContentESR.css index a0def8e1..db307e30 100644 --- a/css/leptonContentESR.css +++ b/css/leptonContentESR.css @@ -2880,7 +2880,7 @@ fill: currentColor !important; color: var(--in-content-primary-button-text-color) !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; /* Style the button also when printing with "Print Backgrounds" unchecked */ color-adjust: exact !important; diff --git a/icons/radio.svg b/icons/radio.svg new file mode 100644 index 00000000..21ec9fd4 --- /dev/null +++ b/icons/radio.svg @@ -0,0 +1,6 @@ + + + + diff --git a/src/utils/_proton_elements.scss b/src/utils/_proton_elements.scss index 24b8d5e8..bdc0acf1 100644 --- a/src/utils/_proton_elements.scss +++ b/src/utils/_proton_elements.scss @@ -31,7 +31,7 @@ color: var(--in-content-primary-button-text-color) !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; /* Style the button also when printing with "Print Backgrounds" unchecked */