PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / trunk
Forumax – AI Powered Advanced Community Forum Plugin vtrunk
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 / admin / css / admin-global.css

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

144 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bbpc-notice {
2 background: #ffffbe;
3 }
4 .bbpc-notice .red-bg {
5 background: #ff3131 !important;
6 border-color: #ff3131 !important;
7 }
8 .bbpc-notice .red-bg:hover {
9 background: #dc3232 !important;
10 border-color: #dc3232 !important;
11 }
12
13 #bbpc_notify_review {
14 display: flex;
15 gap: 20px;
16 align-items: center;
17 border-radius: 4px;
18 border: 1px solid rgba(195, 196, 199, 0.4117647059);
19 background: #fff;
20 padding: 20px;
21 }
22 #bbpc_notify_review p,
23 #bbpc_notify_review h3 {
24 margin: 0px 0 5px;
25 }
26 #bbpc_notify_review img {
27 max-height: 120px;
28 }
29 #bbpc_notify_review .action_links {
30 margin: 0 0 5px;
31 display: flex;
32 align-items: center;
33 gap: 10px;
34 }
35 #bbpc_notify_review .action_links a:first-child {
36 color: #fff;
37 }
38 #bbpc_notify_review .btn {
39 text-decoration: none;
40 font-size: 14px;
41 color: #098f3e;
42 font-weight: 400;
43 }
44 #bbpc_notify_review .btn span {
45 font-weight: 500;
46 margin-right: 2px;
47 }
48 #bbpc_notify_review .btn:focus {
49 outline: none;
50 border: none;
51 box-shadow: none;
52 }
53 #bbpc_notify_review .btn.red {
54 color: red;
55 }
56
57 .frmx-update-notice .frmx-major-update-warning__message {
58 line-height: 22px;
59 }
60 .frmx-update-notice .frmx-major-update-warning__separator {
61 margin: 15px -10px;
62 border: 0;
63 border-top: 1px solid #c3c4c7;
64 }
65 .frmx-update-notice .frmx-major-update-warning {
66 display: flex;
67 gap: 10px;
68 align-items: flex-start;
69 }
70 .frmx-update-notice .frmx-major-update-warning__icon {
71 color: #f56e28;
72 }
73 .frmx-update-notice .frmx-major-update-warning__icon .dashicons {
74 font-size: 20px;
75 }
76 .frmx-update-notice .frmx-major-update-warning__title {
77 font-weight: 600;
78 font-size: 14px;
79 margin-bottom: 8px;
80 color: black;
81 }
82 .frmx-update-notice .frmx-major-update-warning__message p {
83 margin: 0 0 10px;
84 line-height: 1.5;
85 font-size: 14px;
86 color: #3c434a;
87 }
88 .frmx-update-notice .frmx-major-update-warning__message .frmx-changelog-btn {
89 display: inline-block;
90 font-weight: 600;
91 color: #d32f2f;
92 margin: 7px 0;
93 text-decoration: none;
94 }
95 .frmx-update-notice .frmx-major-update-warning__message .frmx-changelog-btn:hover {
96 color: #b71c1c;
97 }
98 .frmx-update-notice p,
99 .frmx-update-notice .fs-upgrade-notice {
100 display: none;
101 }
102
103 tr#bbp-core-update p:not(:first-child) {
104 display: none;
105 }
106
107 /* Sidebar Restructuring Styles (EazyDocs Style) */
108 #adminmenu .wp-submenu a[href*="page=frmx-menu-sep-"] {
109 background: transparent !important;
110 cursor: default;
111 height: 1px !important;
112 margin: 10px 0 !important;
113 min-height: 1px !important;
114 padding: 0 !important;
115 pointer-events: none;
116 display: block !important;
117 }
118
119 #adminmenu .wp-submenu a[href*="page=frmx-menu-sep-"] .frmx-menu-separator {
120 background: linear-gradient(90deg, hsla(0,0%,100%,0), hsla(0,0%,100%,.25), hsla(0,0%,100%,0));
121 display: block;
122 height: 1px;
123 margin: 0 12px;
124 }
125
126 /* Indented Child Items */
127 #adminmenu .wp-submenu a[href*="is_child=true"] {
128 opacity: 0.8 !important;
129 font-size: 11px !important;
130 padding-left: 12px !important;
131 transition: all 0.2s ease;
132 }
133
134 #adminmenu .wp-submenu a[href*="is_child=true"]:hover {
135 padding-left: 16px !important;
136 opacity: 1 !important;
137 }
138
139 /* Active Highlight */
140 #adminmenu .wp-submenu li.current a {
141 font-weight: 600 !important;
142 opacity: 1 !important;
143 }
144