mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Clean: Prettified Code!
This commit is contained in:
parent
e6df58fb93
commit
17062613ad
1 changed files with 9 additions and 8 deletions
|
|
@ -634,10 +634,10 @@
|
|||
.blogpost-nav-arrow-right .cls-1 {
|
||||
stroke: var(--in-content-text-color) !important;
|
||||
}
|
||||
|
||||
|
||||
/* /developers/ */
|
||||
.DevHub-Navigation {
|
||||
background: var(--in-content-page-background) !important
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
.DevHub-Navigation.scheme-light ul li a {
|
||||
color: var(--in-content-page-color) !important;
|
||||
|
|
@ -650,7 +650,6 @@
|
|||
background: var(--in-content-box-background) !important;
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*= Support.org ============================================================*/
|
||||
|
|
@ -752,11 +751,13 @@
|
|||
color: var(--in-content-page-color) !important;
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
.mzp-c-menu-list-list, .mzp-c-menu-list-list:hover {
|
||||
.mzp-c-menu-list-list,
|
||||
.mzp-c-menu-list-list:hover {
|
||||
color: var(--in-content-page-color) !important;
|
||||
background: var(--in-content-box-background) !important;
|
||||
}
|
||||
.mzp-c-menu-list-item :focus, .mzp-c-menu-list-item :hover {
|
||||
.mzp-c-menu-list-item :focus,
|
||||
.mzp-c-menu-list-item :hover {
|
||||
background: var(--in-content-button-background-hover) !important;
|
||||
}
|
||||
|
||||
|
|
@ -810,8 +811,8 @@
|
|||
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);
|
||||
.mzp-c-modal-close .mzp-c-modal-button-close {
|
||||
filter: invert(0.5);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -915,7 +916,7 @@
|
|||
background: var(--in-content-danger-button-background) !important;
|
||||
}
|
||||
.flex .flex-wrap {
|
||||
background: var(--in-content-page-background)
|
||||
background: var(--in-content-page-background);
|
||||
}
|
||||
|
||||
/* Fill */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue