mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 10:41:18 -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 {
|
.DevHub-Navigation {
|
||||||
background: var(--in-content-page-background) !important;
|
background: var(--in-content-page-background) !important;
|
||||||
}
|
}
|
||||||
.DevHub-Navigation.scheme-light ul li a {
|
.DevHub-Navigation.scheme-light ul li a,
|
||||||
color: var(--in-content-page-color) !important;
|
|
||||||
}
|
|
||||||
.DevHub-content-copy h2,
|
.DevHub-content-copy h2,
|
||||||
.content p {
|
.content p {
|
||||||
color: var(--in-content-page-color) !important;
|
color: var(--in-content-page-color) !important;
|
||||||
|
|
@ -756,8 +754,8 @@
|
||||||
color: var(--in-content-page-color) !important;
|
color: var(--in-content-page-color) !important;
|
||||||
background: var(--in-content-box-background) !important;
|
background: var(--in-content-box-background) !important;
|
||||||
}
|
}
|
||||||
.mzp-c-menu-list-item :focus,
|
.mzp-c-menu-list-item:focus,
|
||||||
.mzp-c-menu-list-item :hover {
|
.mzp-c-menu-list-item:hover {
|
||||||
background: var(--in-content-button-background-hover) !important;
|
background: var(--in-content-button-background-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -777,7 +775,8 @@
|
||||||
.search-button {
|
.search-button {
|
||||||
filter: invert(95%) !important;
|
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*/
|
/*using 0.5 because in middle*/
|
||||||
filter: invert(0.5) !important;
|
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),
|
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;
|
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 ===========================================================*/
|
/*= Accounts.com ===========================================================*/
|
||||||
|
|
@ -871,6 +867,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Background */
|
/* Background */
|
||||||
|
.flex .flex-wrap {
|
||||||
|
background: var(--in-content-page-background);
|
||||||
|
}
|
||||||
.password-row .show-password-label {
|
.password-row .show-password-label {
|
||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
}
|
}
|
||||||
|
|
@ -915,9 +914,6 @@
|
||||||
.tooltip::before {
|
.tooltip::before {
|
||||||
background: var(--in-content-danger-button-background) !important;
|
background: var(--in-content-danger-button-background) !important;
|
||||||
}
|
}
|
||||||
.flex .flex-wrap {
|
|
||||||
background: var(--in-content-page-background);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Fill */
|
/* Fill */
|
||||||
.dismiss,
|
.dismiss,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue