Skip to content
Snippets Groups Projects
Commit f14a29f5 authored by Yunchi Luo's avatar Yunchi Luo Committed by Marijn Haverbeke
Browse files

[dialog addon] dialog inherits CodeMirror theme colors

parent 23b33c71
No related branches found
No related tags found
No related merge requests found
.CodeMirror-dialog {
position: absolute;
left: 0; right: 0;
background: white;
background: inherit;
z-index: 15;
padding: .1em .8em;
overflow: hidden;
color: #333;
color: inherit;
}
.CodeMirror-dialog-top {
......
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