Indicate active code box with a darker border

This commit is contained in:
tophf 2015-03-07 03:11:41 +03:00
parent cd8d11b137
commit 74268d98eb

View File

@ -80,6 +80,9 @@
.CodeMirror {
border: solid #CCC 1px;
}
.CodeMirror-focused {
border-color: black;
}
.applies-to {
display: flex;
}