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

@ -143,3 +143,8 @@
position: absolute;
z-index: 2;
}
.ace_marker-layer .ace_selected_word {
position: absolute;
z-index: 6;
}