Add simple-scrollbars

This commit is contained in:
BoykoAlex
2016-09-15 16:46:23 -04:00
parent 1bb339044d
commit 13998f193b
11 changed files with 611 additions and 339 deletions

View File

@@ -330,10 +330,10 @@
max-width: 38em;
}
.CodeMirror-vertical-ruler-error {
background-color: rgba(188, 0, 0, 0.4);
background-color: rgba(188, 0, 0, 0.5);
}
.CodeMirror-vertical-ruler-warning {
background-color: rgba(255, 188, 0, 0.4);
background-color: rgba(255, 188, 0, 0.5);
}