mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-24 13:31:18 -08:00
Fix: Icons - Report broken site at Protection popup #971
This commit is contained in:
parent
ed5e5198fc
commit
b3e1b84451
3 changed files with 15 additions and 0 deletions
8
css/leptonChrome.css
generated
8
css/leptonChrome.css
generated
|
|
@ -11659,6 +11659,9 @@
|
|||
fill: currentColor;
|
||||
margin-inline-end: 1em;
|
||||
}
|
||||
#protections-popup-report-broken-site-button {
|
||||
list-style-image: url("chrome://global/skin/icons/lightbulb.svg");
|
||||
}
|
||||
#protections-popup-settings-button > .protections-popup-settings-icon,
|
||||
#protections-popup-multiView .panel-subview-footer-button {
|
||||
list-style-image: url("chrome://global/skin/icons/settings.svg");
|
||||
|
|
@ -26700,6 +26703,11 @@
|
|||
margin-inline-end: 1em;
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||
#protections-popup-report-broken-site-button {
|
||||
list-style-image: url("chrome://global/skin/icons/lightbulb.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||
#protections-popup-settings-button > .protections-popup-settings-icon,
|
||||
#protections-popup-multiView .panel-subview-footer-button {
|
||||
|
|
|
|||
3
css/leptonChromeESR.css
generated
3
css/leptonChromeESR.css
generated
|
|
@ -12097,6 +12097,9 @@
|
|||
fill: currentColor;
|
||||
margin-inline-end: 1em;
|
||||
}
|
||||
#protections-popup-report-broken-site-button {
|
||||
list-style-image: url("chrome://global/skin/icons/lightbulb.svg");
|
||||
}
|
||||
#protections-popup-settings-button > .protections-popup-settings-icon,
|
||||
#protections-popup-multiView .panel-subview-footer-button {
|
||||
list-style-image: url("chrome://global/skin/icons/settings.svg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue