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 / fold / foldgutter.css

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

21 lines 435 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .CodeMirror-foldmarker {
2 color: blue;
3 text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
4 font-family: arial;
5 line-height: .3;
6 cursor: pointer;
7 }
8 .CodeMirror-foldgutter {
9 width: .7em;
10 }
11 .CodeMirror-foldgutter-open,
12 .CodeMirror-foldgutter-folded {
13 cursor: pointer;
14 }
15 .CodeMirror-foldgutter-open:after {
16 content: "\25BE";
17 }
18 .CodeMirror-foldgutter-folded:after {
19 content: "\25B8";
20 }
21