mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-04 00:03:12 -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 {
|
.blogpost-nav-arrow-right .cls-1 {
|
||||||
stroke: var(--in-content-text-color) !important;
|
stroke: var(--in-content-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /developers/ */
|
/* /developers/ */
|
||||||
.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;
|
color: var(--in-content-page-color) !important;
|
||||||
|
|
@ -650,7 +650,6 @@
|
||||||
background: var(--in-content-box-background) !important;
|
background: var(--in-content-box-background) !important;
|
||||||
color: var(--in-content-page-color) !important;
|
color: var(--in-content-page-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*= Support.org ============================================================*/
|
/*= Support.org ============================================================*/
|
||||||
|
|
@ -752,11 +751,13 @@
|
||||||
color: var(--in-content-page-color) !important;
|
color: var(--in-content-page-color) !important;
|
||||||
background: var(--in-content-page-background) !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;
|
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 :hover {
|
.mzp-c-menu-list-item :focus,
|
||||||
|
.mzp-c-menu-list-item :hover {
|
||||||
background: var(--in-content-button-background-hover) !important;
|
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),
|
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{
|
.mzp-c-modal-close .mzp-c-modal-button-close {
|
||||||
filter: invert(0.5);
|
filter: invert(0.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -915,7 +916,7 @@
|
||||||
background: var(--in-content-danger-button-background) !important;
|
background: var(--in-content-danger-button-background) !important;
|
||||||
}
|
}
|
||||||
.flex .flex-wrap {
|
.flex .flex-wrap {
|
||||||
background: var(--in-content-page-background)
|
background: var(--in-content-page-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fill */
|
/* Fill */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue