highlight matching brackets

This commit is contained in:
Fabian Jakobs 2010-04-13 12:09:48 +02:00
commit 2e906f4a35
4 changed files with 166 additions and 0 deletions

View file

@ -92,4 +92,10 @@
.marker-layer .selection {
position: absolute;
background: rgba(77, 151, 255, 0.33);
}
.marker-layer .bracket {
position: absolute;
margin: -1px 0 0 -1px;
border: 1px solid rgb(192, 192, 192);
}