Fix for issue 57: highlight all instances of a selected word.
This commit is contained in:
parent
b903679c1c
commit
b6e136201d
4 changed files with 45 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue