MediaWiki:CodeMirror.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".wikiEditor-ui-view { background: var(--theme-page-background-color--secondary); border: var(--theme-border-color); color: var(--theme-page-text-color); →Sub styling: #wikiEditor-ui-toolbar, .group, .sections, .section, #msupload-dropzone, #msupload-div, .group :is(.label, .tool-select .label, .menu .options .option) { background: var(--theme-page-background-color--secondary); border: var(--theme-border-color); color: var(--theme-page-text-color);...") |
No edit summary |
||
Line 37: | Line 37: | ||
} | } | ||
#wikiEditor-section-main .group-insert a.tool-button, | #wikiEditor-section-main .group-insert a.tool-button, | ||
#msupload-container { | #msupload-container, | ||
.ve-init-mw-editSwitch { | |||
display: none; | display: none; | ||
} | } |
Revision as of 02:00, 19 July 2024
.wikiEditor-ui-view {
background: var(--theme-page-background-color--secondary);
border: var(--theme-border-color);
color: var(--theme-page-text-color);
/*Sub styling*/
#wikiEditor-ui-toolbar,
.group,
.sections,
.section,
#msupload-dropzone,
#msupload-div,
.group :is(.label, .tool-select .label, .menu .options .option) {
background: var(--theme-page-background-color--secondary);
border: var(--theme-border-color);
color: var(--theme-page-text-color);
fill: var(--theme-page-text-color);
}
.tabs span.tab a,
.group .oo-ui-iconElement-icon {
color: var(--theme-link-color);
fill: var(--theme-link-color);
}
.page-characters div span,
.tabs span.tab a.current {
color: var(--theme-page-text-color);
}
#wikiEditor-section-characters {
[role="option"] {
color: var(--theme-page-text-color);
}
[role="option"]:hover,
[role="option"].current {
color: var(--theme-page-text-color);
background-color: var(--theme-page-background-color) !important;
}
}
#wikiEditor-section-main .group-insert a.tool-button,
#msupload-container,
.ve-init-mw-editSwitch {
display: none;
}
}
.skin-vector-dark .oo-ui-buttonElement-button {
filter: invert();
}