mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Proton - Page Info icon overlap at FF v110 #680
This commit is contained in:
parent
2c70deaea4
commit
af2faa4d05
2 changed files with 7 additions and 0 deletions
3
css/leptonChrome.css
generated
3
css/leptonChrome.css
generated
|
|
@ -2282,6 +2282,9 @@
|
|||
fill: currentColor !important;
|
||||
color: var(--in-content-deemphasized-text) !important; /* FieldText */
|
||||
}
|
||||
#viewGroup > radio .radio-icon {
|
||||
background-image: none !important;
|
||||
}
|
||||
@supports not -moz-bool-pref("userChrome.rounding.square_button") {
|
||||
#viewGroup > radio {
|
||||
border-radius: 8px !important;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@
|
|||
fill: currentColor !important;
|
||||
color: var(--in-content-deemphasized-text) !important; /* FieldText */
|
||||
|
||||
.radio-icon {
|
||||
background-image: none !important; // #680
|
||||
}
|
||||
|
||||
@include NotOption("userChrome.rounding.square_button") {
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue