mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 14:30:39 -08:00
Merge branch 'master' into photon-style
This commit is contained in:
commit
769911cc67
2 changed files with 30 additions and 2 deletions
|
|
@ -55,8 +55,8 @@
|
|||
}
|
||||
|
||||
/*= Disabled menu background color ===========================================*/
|
||||
menuitem[disabled],
|
||||
menu[disabled] {
|
||||
menuitem[disabled="true"],
|
||||
menu[disabled="true"] {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
|
@ -1981,6 +1981,11 @@ browser[type="content"] > html {
|
|||
margin: 0 !important;
|
||||
padding: 0 6 !important;
|
||||
}
|
||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
|
||||
#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;
|
||||
|
|
|
|||
|
|
@ -693,6 +693,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 +756,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 +778,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