From ebad7c0241892f6cf57a01ee124324fc1d1b5e80 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Fri, 7 Apr 2017 12:35:11 -0700 Subject: [PATCH] Fix search background style --- notebook/static/edit/less/edit.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notebook/static/edit/less/edit.less b/notebook/static/edit/less/edit.less index 972da2b84..a23f548d0 100644 --- a/notebook/static/edit/less/edit.less +++ b/notebook/static/edit/less/edit.less @@ -49,3 +49,7 @@ } } } + +.CodeMirror-dialog { + background-color: @page-color; +}