Fix: Icons - Performance icon replace #918

This commit is contained in:
alstjr7375 2024-06-19 01:12:30 +09:00
parent 036918bed9
commit 5861dbaaf4
6 changed files with 63 additions and 4 deletions

18
css/leptonContent.css generated
View file

@ -2228,6 +2228,14 @@
{
background-image: url("../icons/link.svg") !important;
}
.profiler-icon {
background: url("../icons/performance.svg") no-repeat center !important;
}
}
@-moz-document url-prefix("about:profiling") {
.perf-intro-icon {
background-image: url("../icons/performance.svg") !important;
}
}
/*= chrome://browser/content/places/places.xhtml =============================*/
@-moz-document url("chrome://browser/content/places/places.xhtml")
@ -5889,6 +5897,16 @@
{
background-image: url("../icons/link.svg") !important;
}
.profiler-icon {
background: url("../icons/performance.svg") no-repeat center !important;
}
}
}
@media (-moz-bool-pref: "userContent.page.proton") {
@-moz-document url-prefix("about:profiling") {
.perf-intro-icon {
background-image: url("../icons/performance.svg") !important;
}
}
}
@media (-moz-bool-pref: "userContent.page.proton") {