Fixed misnomer

ace_bracket-bad -> ace_bracket-unmatched
This commit is contained in:
h3rb 2013-03-04 10:03:13 -05:00 committed by nightwing
commit bac45dd0bb
2 changed files with 3 additions and 2 deletions

View file

@ -89,11 +89,12 @@
<option value="ace/theme/monokai">Monokai</option>
<option value="ace/theme/pastel_on_dark">Pastel on dark</option>
<option value="ace/theme/solarized_dark">Solarized Dark</option>
<option value="ace/theme/twilight">Twilight</option>
<option value="ace/theme/terminal">Terminal</option>
<option value="ace/theme/tomorrow_night">Tomorrow Night</option>
<option value="ace/theme/tomorrow_night_blue">Tomorrow Night Blue</option>
<option value="ace/theme/tomorrow_night_bright">Tomorrow Night Bright</option>
<option value="ace/theme/tomorrow_night_eighties">Tomorrow Night 80s</option>
<option value="ace/theme/twilight">Twilight</option>
<option value="ace/theme/vibrant_ink">Vibrant Ink</option>
</optgroup>
</select>

View file

@ -48,7 +48,7 @@
background: #090;
}
.ace-terminal-theme .ace_marker-layer .ace_bracket-bad {
.ace-terminal-theme .ace_marker-layer .ace_bracket-unmatched {
margin: -1px 0 0 -1px;
border: 1px solid #900
}