.CodeMirror-dialog { position: absolute; left: 1; right: 0; background: #fcfcfc; z-index: 15; padding: .5em .8em; margin: 15px 0px; overflow: hidden; color: #666666; } .CodeMirror-dialog-top { border-bottom: 1px solid #eee; top: 0; } .CodeMirror-dialog-bottom { border-top: 1px solid #eee; bottom: 0; } .CodeMirror-dialog input { border: none; outline: none; background: transparent; width: 20em; color: inherit; font-family: monospace; } .CodeMirror-dialog button { font-size: 70%; }