Editor: highlight CodeMirror mini-dialogs entirely

This commit is contained in:
tophf 2015-07-11 19:57:22 +03:00
parent 20141b7bfa
commit 2e7c35e8f0

View File

@ -153,7 +153,7 @@
.CodeMirror-vscrollbar { .CodeMirror-vscrollbar {
margin-bottom: 8px; /* make space for resize-grip */ margin-bottom: 8px; /* make space for resize-grip */
} }
.CodeMirror-search-field, .CodeMirror-jump-field { .CodeMirror-dialog {
-webkit-animation: highlight 3s ease-out; -webkit-animation: highlight 3s ease-out;
} }
.CodeMirror-focused { .CodeMirror-focused {
@ -174,7 +174,7 @@
background-color: #ff9; background-color: #ff9;
} }
to { to {
background-color: transparent; background-color: none;
} }
} }
.resize-grip { .resize-grip {