Fixed misnomer
ace_bracket-bad -> ace_bracket-unmatched
This commit is contained in:
parent
f7a542a86c
commit
bac45dd0bb
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue