Fix: Icons - Report broken site at Protection popup #971

This commit is contained in:
alstjr7375 2024-09-13 16:12:34 +09:00
parent ed5e5198fc
commit b3e1b84451
3 changed files with 15 additions and 0 deletions

8
css/leptonChrome.css generated
View file

@ -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 {

View file

@ -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");