mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Fix bug with dark mode
This commit is contained in:
parent
14f1894779
commit
4a921caedf
1 changed files with 6 additions and 1 deletions
|
|
@ -799,7 +799,11 @@
|
|||
-moz-image-region: auto !important;
|
||||
transition: none !important;
|
||||
opacity: 0.7;
|
||||
-moz-appearance: none;
|
||||
-moz-appearance: menulist-button;
|
||||
}
|
||||
|
||||
.urlbar-history-dropmarker > .dropmarker-icon {
|
||||
filter: var(--chrome-icon-filter);
|
||||
}
|
||||
|
||||
.urlbar-history-dropmarker:hover {
|
||||
|
|
@ -4048,6 +4052,7 @@ html|*.urlbar-input:-moz-lwtheme::placeholder,
|
|||
|
||||
.urlbar-history-dropmarker > .dropmarker-icon {
|
||||
width: 11px;
|
||||
filter: var(--chrome-icon-filter);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue