mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-07 16:01:08 -08:00
Fix: update v4.5.6
This commit is contained in:
parent
23d753e3d9
commit
d1135ff986
3 changed files with 26 additions and 14 deletions
|
|
@ -26,8 +26,8 @@
|
|||
}
|
||||
|
||||
/*= Disabled menu background color ===========================================*/
|
||||
menuitem[disabled],
|
||||
menu[disabled] {
|
||||
menuitem[disabled="true"],
|
||||
menu[disabled="true"] {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,20 @@
|
|||
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,
|
||||
|
|
@ -88,18 +102,8 @@
|
|||
background: var(--in-content-deemphasized-text) !important;
|
||||
}
|
||||
|
||||
.tag-list a {
|
||||
color: var(--color-marketing-gray-10) !important;
|
||||
}
|
||||
.tag-list a:hover,
|
||||
.sidebar-nav a:hover {
|
||||
color: var(--color-link) !important;
|
||||
}
|
||||
.tag-list li {
|
||||
background: var(--in-content-page-color) !important;
|
||||
}
|
||||
.tag-list li:hover {
|
||||
background: var(--in-content-deemphasized-text) !important;
|
||||
#remaining-characters {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
/* Background */
|
||||
|
|
@ -120,6 +124,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,
|
||||
|
|
|
|||
|
|
@ -49,6 +49,11 @@
|
|||
margin: 0 !important;
|
||||
padding: 0 6 !important;
|
||||
}
|
||||
@include OS($mac) {
|
||||
#viewGroup > radio > .radio-label-box {
|
||||
padding-top: 32px !important; /* as -moz-image-region: rect(0px, 32px, 32px, 0px); */
|
||||
}
|
||||
}
|
||||
|
||||
#mainDeck input {
|
||||
color: var(--in-content-page-color) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue