PluginProbe
Event Post / 5.1
Event Post v5.1
6.1.1 6.1.0 6.0.1 6.0.0 5.12.0 trunk 3.9 4.0 4.2 4.3 4.4 4.5 5.0 5.1 5.10.0 5.10.1 5.10.2 5.10.3 5.10.4 5.11.0 5.11.1 5.2 5.5 5.6 5.6.1 All 46 releases
event-post / blocks / eventsmap / editor.css

editor.css in Event Post 5.1, at blocks/eventsmap/editor.css

16 lines 388 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * The following styles get applied inside the editor only.
3 *
4 * Replace them with your own styles or remove the file completely.
5 */
6
7 .wp-block-event-post-eventsmap {
8 border: 1px dotted #0000004d;
9 background: #E8E8E8 url("../../img/map-preview.png") no-repeat center center;
10 text-align: center;
11 padding: 4em 2em;
12 }
13
14 .eventpost-map-interactions label{
15 display: block;
16 }