From 2e7c35e8f08d9c4b8f9153e138f4a569eafc1241 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 11 Jul 2015 19:57:22 +0300 Subject: [PATCH] Editor: highlight CodeMirror mini-dialogs entirely --- edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edit.html b/edit.html index 18d67a66..54e07390 100644 --- a/edit.html +++ b/edit.html @@ -153,7 +153,7 @@ .CodeMirror-vscrollbar { margin-bottom: 8px; /* make space for resize-grip */ } - .CodeMirror-search-field, .CodeMirror-jump-field { + .CodeMirror-dialog { -webkit-animation: highlight 3s ease-out; } .CodeMirror-focused { @@ -174,7 +174,7 @@ background-color: #ff9; } to { - background-color: transparent; + background-color: none; } } .resize-grip {