Fix for issue 57: highlight all instances of a selected word.

This commit is contained in:
Mihai Sucan 2011-02-12 20:26:24 +02:00
commit b6e136201d
4 changed files with 45 additions and 2 deletions

View file

@ -131,6 +131,11 @@
background: rgb(232, 242, 254);
}
.ace-tm .ace_marker-layer .ace_selected_word {
background: rgb(250, 250, 255);
border: 1px solid rgb(200, 200, 250);
}
.ace-tm .ace_string.ace_regex {
color: rgb(255, 0, 0)
}
}