mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
SUMO KB editor fixes
This commit is contained in:
parent
fab118933e
commit
1d0d0fb1d3
1 changed files with 24 additions and 0 deletions
|
|
@ -678,6 +678,7 @@
|
|||
--color-moz-inverse-bg: var(red) !important;
|
||||
--focus-shadow: 0 0 0 4px color-mix(in srgb, var(--in-content-primary-button-background) 30%, transparent),
|
||||
0 0 0 2px var(--in-content-primary-button-background-active);
|
||||
scrollbar-color: var(--in-content-deemphasized-text) var(--in-content-page-background);
|
||||
}
|
||||
.warning {
|
||||
--color-link: rgb(55, 255, 255) !important;
|
||||
|
|
@ -693,6 +694,23 @@
|
|||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
|
||||
#editor {
|
||||
border: 2px solid var(--in-content-border-color) !important;
|
||||
}
|
||||
|
||||
.CodeMirror-linenumbers {
|
||||
background: var(--in-content-table-background)
|
||||
}
|
||||
|
||||
.CodeMirror-lines {
|
||||
color: var(--in-content-deemphasized-text) !important;
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
.mzp-c-menu-category .mzp-c-menu-title,
|
||||
.mzp-c-menu-item .mzp-c-menu-item-link,
|
||||
|
|
@ -739,6 +757,9 @@
|
|||
.tag-list li:hover {
|
||||
background: var(--in-content-deemphasized-text) !important;
|
||||
}
|
||||
#remaining-characters {
|
||||
color:var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
/* Background */
|
||||
.sidebar-nav.topics,
|
||||
|
|
@ -758,6 +779,9 @@
|
|||
.mzp-c-menu-list-item:hover {
|
||||
background: var(--in-content-button-background-hover) !important;
|
||||
}
|
||||
.cm-bold {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
/* Fill */
|
||||
.sumo-nav--logo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue