Skip to content
Snippets Groups Projects
Commit 3ec7088b authored by Michael Walker's avatar Michael Walker Committed by Marijn Haverbeke
Browse files

Use background-color for cm-searching

parent 5ed2e78e
No related branches found
No related tags found
No related merge requests found
......@@ -319,8 +319,8 @@ div.CodeMirror-dragcursors {
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.cm-searching {
background: #ffa;
background: rgba(255, 255, 0, .4);
background-color: #ffa;
background-color: rgba(255, 255, 0, .4);
}
/* Used to force a border model for a node */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment