add fold selected state

This commit is contained in:
Corey Johnson
2012-08-22 16:21:08 -07:00
parent 29b0b9c10c
commit 08ae611ff8

View File

@@ -117,4 +117,8 @@
.editor .fold {
background-color: #444;
}
.editor .fold.selected {
background-color: #244;
}