2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00
fhem-mirror/fhem/www/codemirror/dialog.css
betateilchen be8627cdd0 codemirror: updated from 5.22.0 to 5.65.13
git-svn-id: https://svn.fhem.de/fhem/trunk@27517 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-05-03 13:42:27 +00:00

33 lines
507 B
CSS

.CodeMirror-dialog {
position: absolute;
left: 0; right: 0;
background: inherit;
z-index: 15;
padding: .1em .8em;
overflow: hidden;
color: inherit;
}
.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%;
}