mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: Icons - Performance icon replace #918
This commit is contained in:
parent
036918bed9
commit
5861dbaaf4
6 changed files with 63 additions and 4 deletions
18
css/leptonContent.css
generated
18
css/leptonContent.css
generated
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue