mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-21 03:51:27 -08:00
Fix: Content - about:process thin icon #960
This commit is contained in:
parent
df6bc8d430
commit
c327fb7fe0
3 changed files with 12 additions and 4 deletions
8
css/leptonContent.css
generated
8
css/leptonContent.css
generated
|
|
@ -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")) {
|
||||
|
|
|
|||
4
css/leptonContentESR.css
generated
4
css/leptonContentESR.css
generated
|
|
@ -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") {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue