Fix: Content - about:process thin icon #960

This commit is contained in:
alstjr7375 2024-09-23 20:36:53 +09:00
parent df6bc8d430
commit c327fb7fe0
3 changed files with 12 additions and 4 deletions

8
css/leptonContent.css generated
View file

@ -2273,7 +2273,9 @@
}
.profiler-icon {
cursor: pointer;
background-image: url("../icons/performance.svg") no-repeat center !important;
background-image: url("../icons/performance.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
color: inherit !important;
}
@supports not -moz-bool-pref("userChrome.rounding.square_button") {
@ -6017,7 +6019,9 @@
}
.profiler-icon {
cursor: pointer;
background-image: url("../icons/performance.svg") no-repeat center !important;
background-image: url("../icons/performance.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
color: inherit !important;
}
@media (-moz-bool-pref: "userContent.page.proton") and (not (-moz-bool-pref: "userChrome.rounding.square_button")) {

View file

@ -2276,7 +2276,9 @@
}
.profiler-icon {
cursor: pointer;
background-image: url("../icons/performance.svg") no-repeat center !important;
background-image: url("../icons/performance.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
color: inherit !important;
}
@supports not -moz-bool-pref("userChrome.rounding.square_button") {

View file

@ -8,7 +8,9 @@
.profiler-icon {
cursor: pointer;
background-image: url("../icons/performance.svg") no-repeat center !important;
background-image: url("../icons/performance.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
@include NotOption("userChrome.rounding.square_button") {
border-radius: 8px !important;
}