Renamed search and replace div ID

This commit is contained in:
Safia Abdalla 2015-09-26 13:48:34 -05:00
parent e93db3ec22
commit e8fd94260e
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ define(function(require){
var body = $('<div/>')
.attr('id', 'replace-preview');
var form = $('<form/>')
.attr('id', 'search-and-replace')
.attr('id', 'find-and-replace')
.append($('<div/>').addClass('form-group')
.append(
$('<div/>').addClass('input-group')

View File

@ -1,5 +1,5 @@
#search-and-replace {
#find-and-replace {
#replace-preview .match, #replace-preview .insert{
background-color:lightblue;
border-color: darken(lightblue, 20%);