Merge pull request #1332 from akumpf/patch-1

Update Chaos.css to include indent-guide and fold
This commit is contained in:
Harutyun Amirjanyan 2013-03-28 11:30:32 -07:00
commit 7ee9300df3

View file

@ -137,4 +137,20 @@
.ace-chaos .ace_fold-widget.ace_closed:after {
content: '‣'
}
}
.ace-chaos .ace_indent-guide {
border-right:1px dotted #333;
margin-right:-1px;
}
.ace-chaos .ace_fold {
background: #222;
border-radius: 3px;
color: #7AF;
border: none;
}
.ace-chaos .ace_fold:hover {
background: #CCC;
color: #000;
}