PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.2.7
Forumax – AI Powered Advanced Community Forum Plugin v1.2.7
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / assets / css / admin-global.css

admin-global.css in Forumax – AI Powered Advanced Community Forum Plugin 1.2.7, at assets/css/admin-global.css

71 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 code {
2 line-height: 1.6;
3 }
4
5 /** === WordPress default notices === **/
6 .notice {
7 padding: 10px;
8 }
9
10 .eazydocs-close-notice {
11 display: inline-block;
12 }
13
14 a.eazydocs-close-notice:focus,
15 a.eazydocs-close-notice:active {
16 outline: none;
17 box-shadow: none;
18 }
19
20 .eazydocs-close-notice,
21 .notice ul li a {
22 text-decoration: none;
23 }
24
25 .eazydocs-close-notice i {
26 font-size: 16px;
27 text-decoration: none;
28 margin-top: 2px;
29 margin-left: -5px;
30 color: #dc3232;
31 }
32
33 .eazydocs-close-notice span {
34 margin-left: -3px;
35 }
36
37 .eazydocs-close-notice:hover,
38 .eazydocs-close-notice {
39 color: #dc3232;
40 font-weight: 600;
41 }
42
43 .notice .notice-action {
44 position: relative;
45 color: #00a0d2;
46 }
47
48 .notice .notice-action:after {
49 content: "";
50 position: absolute;
51 height: 2px;
52 background: #00a0d2;
53 width: 100%;
54 left: 0;
55 bottom: -2px;
56 }
57
58 .metabox-holder #eazydocs_basics.group {
59 display: block !important;
60 }
61
62 /** === Customizer === **/
63 .customize-pane-parent li#accordion-section-shortcode_fields,
64 .customize-pane-parent li#accordion-section-role_manager_fields,
65 .customize-pane-parent li#accordion-section-design_fields,
66 .customize-pane-parent li#accordion-section-role_manager_fields {
67 display: none !important;
68 }
69
70 /*# sourceMappingURL=admin-global.css.map */
71