Add temp styling for folds

This commit is contained in:
Corey Johnson 2012-08-09 15:18:37 -07:00
parent 7477511a9f
commit 956cffe225

View File

@ -116,3 +116,7 @@
pointer-events: none;
z-index: -1;
}
.editor .fold {
background-color: #444;
}