Pristine upstream, unpacked from the official wordpress.org tarball. https://wordpress.org/wordpress-7.1.1.tar.gz sha1 2a9d68474e8703aa3a66f80427b325e0941b6a1e (published by wordpress.org) sha256 3996fee13448ef12e07e9f0c77db2f655ffa1b7cde71c80a4965d3bf1fb956b3 This branch carries nothing but upstream releases, one commit each, and is never edited. It is the other side of the git-subtree merge that brings security releases into SiriusPress/wordpress/ — see SiriusPress/docs/upstream-merges.md.
76 lines
1.5 KiB
CSS
76 lines
1.5 KiB
CSS
.wrap [class*="CodeMirror-lint-marker"],
|
|
.wp-core-ui [class*="CodeMirror-lint-message"],
|
|
.wrap .CodeMirror-lint-marker-multiple {
|
|
background-image: none;
|
|
}
|
|
|
|
.wp-core-ui .CodeMirror-lint-marker-error,
|
|
.wp-core-ui .CodeMirror-lint-marker-warning {
|
|
cursor: help;
|
|
}
|
|
|
|
.wrap .CodeMirror-lint-marker-multiple {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.wrap [class*="CodeMirror-lint-marker"]:before {
|
|
font: normal 18px/1 dashicons;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
|
|
.wp-core-ui [class*="CodeMirror-lint-message"]:before {
|
|
font: normal 16px/1 dashicons;
|
|
left: 16px;
|
|
position: absolute;
|
|
}
|
|
|
|
.wp-core-ui .CodeMirror-lint-message-error,
|
|
.wp-core-ui .CodeMirror-lint-message-warning {
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
|
margin: 5px 0 2px;
|
|
padding: 3px 12px 3px 28px;
|
|
}
|
|
|
|
.wp-core-ui .CodeMirror-lint-message-warning {
|
|
background-color: #fcf9e8;
|
|
border-left: 4px solid #dba617;
|
|
}
|
|
|
|
.wrap .CodeMirror-lint-marker-warning:before,
|
|
.wp-core-ui .CodeMirror-lint-message-warning:before {
|
|
content: "\f534";
|
|
color: #dba617;
|
|
}
|
|
|
|
.wp-core-ui .CodeMirror-lint-message-error {
|
|
background-color: #fcf0f1;
|
|
border-left: 4px solid #d63638;
|
|
}
|
|
|
|
.wrap .CodeMirror-lint-marker-error:before,
|
|
.wp-core-ui .CodeMirror-lint-message-error:before {
|
|
content: "\f153";
|
|
color: #d63638;
|
|
}
|
|
|
|
.wp-core-ui .CodeMirror-lint-tooltip {
|
|
background: none;
|
|
border: none;
|
|
border-radius: 0;
|
|
direction: ltr;
|
|
}
|
|
|
|
.wrap .CodeMirror .CodeMirror-matchingbracket {
|
|
background: rgba(219, 166, 23, 0.3);
|
|
color: inherit;
|
|
}
|
|
|
|
.CodeMirror {
|
|
text-align: left;
|
|
}
|
|
|
|
.wrap .CodeMirror .CodeMirror-linenumber {
|
|
color: #646970;
|
|
}
|