PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.14
Smart Grid-Layout Design for Contact Form 7 v4.14
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / assets / codemirror / addon / dialog / dialog.css

dialog.css in Smart Grid-Layout Design for Contact Form 7 4.14, at assets/codemirror/addon/dialog/dialog.css

33 lines 507 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .CodeMirror-dialog {
2 position: absolute;
3 left: 0; right: 0;
4 background: inherit;
5 z-index: 15;
6 padding: .1em .8em;
7 overflow: hidden;
8 color: inherit;
9 }
10
11 .CodeMirror-dialog-top {
12 border-bottom: 1px solid #eee;
13 top: 0;
14 }
15
16 .CodeMirror-dialog-bottom {
17 border-top: 1px solid #eee;
18 bottom: 0;
19 }
20
21 .CodeMirror-dialog input {
22 border: none;
23 outline: none;
24 background: transparent;
25 width: 20em;
26 color: inherit;
27 font-family: monospace;
28 }
29
30 .CodeMirror-dialog button {
31 font-size: 70%;
32 }
33