2023-12-06 05:52:51 +00:00
|
|
|
.cm-matchingBracket,
|
|
|
|
.cm-focused .cm-matchingBracket {
|
|
|
|
background-color: #eee;
|
|
|
|
box-shadow: inset 0 0 1px 1px #999;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2024-01-19 00:33:58 +00:00
|
|
|
|
|
|
|
.cm-special-char-nbsp {
|
|
|
|
color: #888;
|
|
|
|
}
|
2024-02-26 08:16:45 +00:00
|
|
|
|
|
|
|
.cm-tooltip-fold {
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 1.2;
|
|
|
|
padding: 0 1px;
|
|
|
|
}
|
2024-03-11 21:34:36 +00:00
|
|
|
|
|
|
|
.cm-bidi-isolate {
|
|
|
|
/* @noflip */
|
|
|
|
direction: ltr;
|
|
|
|
unicode-bidi: isolate;
|
|
|
|
}
|
2024-01-10 00:02:44 +00:00
|
|
|
|
|
|
|
// Hide all buttons except CodeMirror on read only pages (T301615)
|
|
|
|
// This is the same hack that CodeEditor uses to customize the toolbar.
|
|
|
|
// WikiEditor should be updated to better handle read only pages (T188817).
|
|
|
|
.ext-codemirror-readonly {
|
|
|
|
.wikiEditor-section-secondary,
|
|
|
|
.group:not( .group-codemirror ),
|
|
|
|
.tabs,
|
|
|
|
.sections {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|