mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Renamed search and replace div ID
This commit is contained in:
parent
e93db3ec22
commit
e8fd94260e
@ -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')
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#search-and-replace {
|
||||
#find-and-replace {
|
||||
#replace-preview .match, #replace-preview .insert{
|
||||
background-color:lightblue;
|
||||
border-color: darken(lightblue, 20%);
|
||||
|
Loading…
Reference in New Issue
Block a user