mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
parent
530b283da0
commit
d60a753416
6 changed files with 13 additions and 7 deletions
4
css/leptonChrome.css
generated
4
css/leptonChrome.css
generated
|
|
@ -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;
|
||||
|
|
|
|||
2
css/leptonChromeESR.css
generated
2
css/leptonChromeESR.css
generated
|
|
@ -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;
|
||||
|
|
|
|||
4
css/leptonContent.css
generated
4
css/leptonContent.css
generated
|
|
@ -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;
|
||||
|
|
|
|||
2
css/leptonContentESR.css
generated
2
css/leptonContentESR.css
generated
|
|
@ -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;
|
||||
|
|
|
|||
6
icons/radio.svg
Normal file
6
icons/radio.svg
Normal 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 |
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue