Margin to left & slightly slimmer, plus help cursor

This commit is contained in:
Matt Pass
2016-04-06 23:06:44 +01:00
parent fcf72f0d12
commit b9f08b160b

View File

@@ -1,6 +1,6 @@
/* The lint marker gutter */
.CodeMirror-lint-markers {
width: 16px;
width: 12px; margin-left: 2px;
}
.CodeMirror-lint-tooltip {
@@ -43,7 +43,7 @@
.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
cursor: help;
display: inline-block;
height: 16px;
width: 16px;