diff --git a/edit.html b/edit.html
index 9e425441..bfcd4e48 100644
--- a/edit.html
+++ b/edit.html
@@ -137,6 +137,10 @@
.CodeMirror-search-field {
-webkit-animation: highlight 3s ease-out;
}
+ .CodeMirror-focused {
+ outline: -webkit-focus-ring-color auto 5px;
+ outline-offset: -2px;
+ }
@-webkit-keyframes highlight {
from {
background-color: #ff9;