PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 138 releases
wpforo / blocks / online-members / editor.css

editor.css in wpForo Forum 3.1.6, at blocks/online-members/editor.css

21 lines 402 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpf-block-placeholder {
2 background: #f8f9fa;
3 border: 1px solid #ddd;
4 padding: 20px;
5 text-align: center;
6 color: #555;
7 font-size: 14px;
8 display: flex;
9 flex-direction: column;
10 align-items: center;
11 justify-content: center;
12 }
13
14 .wpf-block-placeholder .dashicons {
15 font-size: 40px;
16 width: 40px;
17 height: 40px;
18 margin-bottom: 10px;
19 color: #007cba;
20 }
21