mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-12-03 18:26:07 +00:00
ae450a5c3c
* add on/off button to toolbar * add highlighting table, hr ----, sign ~~~ * update codemirror lib to 4.7 * fix font size Change-Id: Idd5775d6c80a18406aee7b8ab51691f26038764c
15 lines
220 B
CSS
15 lines
220 B
CSS
span.cm-underlined {
|
|
text-decoration: underline;
|
|
}
|
|
span.cm-strikethrough {
|
|
text-decoration: line-through;
|
|
}
|
|
span.cm-brace {
|
|
color: #170;
|
|
font-weight: bold;
|
|
}
|
|
span.cm-table {
|
|
color: blue;
|
|
font-weight: bold;
|
|
}
|