Editor: highlight CodeMirror mini-dialogs entirely
This commit is contained in:
parent
20141b7bfa
commit
2e7c35e8f0
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user