mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Clean: usercontents
This commit is contained in:
parent
17062613ad
commit
89f6bede6e
1 changed files with 8 additions and 12 deletions
|
|
@ -639,9 +639,7 @@
|
|||
.DevHub-Navigation {
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
.DevHub-Navigation.scheme-light ul li a {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
.DevHub-Navigation.scheme-light ul li a,
|
||||
.DevHub-content-copy h2,
|
||||
.content p {
|
||||
color: var(--in-content-page-color) !important;
|
||||
|
|
@ -777,7 +775,8 @@
|
|||
.search-button {
|
||||
filter: invert(95%) !important;
|
||||
}
|
||||
button.markup-toolbar-button {
|
||||
button.markup-toolbar-button,
|
||||
.mzp-c-modal-close .mzp-c-modal-button-close {
|
||||
/*using 0.5 because in middle*/
|
||||
filter: invert(0.5) !important;
|
||||
}
|
||||
|
|
@ -811,9 +810,6 @@
|
|||
box-shadow: 0 5px 10px -3px rgba(249, 249, 250, 0.12), 0 3px 16px 2px rgba(91, 91, 102, 0.12),
|
||||
0 8px 12px 1px rgba(82, 82, 94, 0.04) !important;
|
||||
}
|
||||
.mzp-c-modal-close .mzp-c-modal-button-close {
|
||||
filter: invert(0.5);
|
||||
}
|
||||
}
|
||||
|
||||
/*= Accounts.com ===========================================================*/
|
||||
|
|
@ -871,6 +867,9 @@
|
|||
}
|
||||
|
||||
/* Background */
|
||||
.flex .flex-wrap {
|
||||
background: var(--in-content-page-background);
|
||||
}
|
||||
.password-row .show-password-label {
|
||||
background-color: unset !important;
|
||||
}
|
||||
|
|
@ -915,9 +914,6 @@
|
|||
.tooltip::before {
|
||||
background: var(--in-content-danger-button-background) !important;
|
||||
}
|
||||
.flex .flex-wrap {
|
||||
background: var(--in-content-page-background);
|
||||
}
|
||||
|
||||
/* Fill */
|
||||
.dismiss,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue