mirror of https://github.com/avecms/AVE.cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
507 B
33 lines
507 B
7 years ago
|
.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%;
|
||
|
}
|