| 1 |
.bbpc-notice { |
| 2 |
background: #ffffbe; |
| 3 |
|
| 4 |
.red-bg { |
| 5 |
background: #ff3131 !important; |
| 6 |
border-color: #ff3131 !important; |
| 7 |
|
| 8 |
&:hover { |
| 9 |
background: #dc3232 !important; |
| 10 |
border-color: #dc3232 !important; |
| 11 |
} |
| 12 |
} |
| 13 |
} |
| 14 |
|
| 15 |
#bbpc_notify_review { |
| 16 |
display: flex; |
| 17 |
gap: 20px; |
| 18 |
align-items: center; |
| 19 |
border-radius: 4px; |
| 20 |
border: 1px solid rgba(195, 196, 199, 0.4117647059); |
| 21 |
background: #fff; |
| 22 |
padding: 20px; |
| 23 |
|
| 24 |
p, |
| 25 |
h3 { |
| 26 |
margin: 0px 0 5px; |
| 27 |
} |
| 28 |
|
| 29 |
img { |
| 30 |
max-height: 120px; |
| 31 |
} |
| 32 |
|
| 33 |
.action_links { |
| 34 |
margin: 0 0 5px; |
| 35 |
display: flex; |
| 36 |
align-items: center; |
| 37 |
gap: 10px; |
| 38 |
|
| 39 |
a:first-child { |
| 40 |
color: #fff; |
| 41 |
} |
| 42 |
} |
| 43 |
|
| 44 |
.btn { |
| 45 |
text-decoration: none; |
| 46 |
font-size: 14px; |
| 47 |
color: #098f3e; |
| 48 |
font-weight: 400; |
| 49 |
|
| 50 |
span { |
| 51 |
font-weight: 500; |
| 52 |
margin-right: 2px; |
| 53 |
} |
| 54 |
|
| 55 |
&:focus { |
| 56 |
outline: none; |
| 57 |
border: none; |
| 58 |
box-shadow: none; |
| 59 |
} |
| 60 |
|
| 61 |
&.red { |
| 62 |
color: red; |
| 63 |
} |
| 64 |
|
| 65 |
} |
| 66 |
} |
| 67 |
|
| 68 |
.frmx-update-notice { |
| 69 |
|
| 70 |
.frmx-major-update-warning__message { |
| 71 |
line-height: 22px; |
| 72 |
} |
| 73 |
|
| 74 |
.frmx-major-update-warning__separator { |
| 75 |
margin: 15px -10px; |
| 76 |
border: 0; |
| 77 |
border-top: 1px solid #c3c4c7; |
| 78 |
} |
| 79 |
|
| 80 |
.frmx-major-update-warning { |
| 81 |
display: flex; |
| 82 |
gap: 10px; |
| 83 |
align-items: flex-start; |
| 84 |
|
| 85 |
&__icon { |
| 86 |
color: #f56e28; |
| 87 |
|
| 88 |
.dashicons { |
| 89 |
font-size: 20px; |
| 90 |
} |
| 91 |
} |
| 92 |
|
| 93 |
&__title { |
| 94 |
font-weight: 600; |
| 95 |
font-size: 14px; |
| 96 |
margin-bottom: 8px; |
| 97 |
color: black |
| 98 |
} |
| 99 |
|
| 100 |
&__message { |
| 101 |
p { |
| 102 |
margin: 0 0 10px; |
| 103 |
line-height: 1.5; |
| 104 |
font-size: 14px; |
| 105 |
color: #3c434a; |
| 106 |
} |
| 107 |
|
| 108 |
.frmx-changelog-btn { |
| 109 |
display: inline-block; |
| 110 |
font-weight: 600; |
| 111 |
color: #d32f2f; |
| 112 |
margin: 7px 0; |
| 113 |
text-decoration: none; |
| 114 |
|
| 115 |
&:hover { |
| 116 |
color: #b71c1c; |
| 117 |
} |
| 118 |
} |
| 119 |
} |
| 120 |
} |
| 121 |
|
| 122 |
p, |
| 123 |
.fs-upgrade-notice { |
| 124 |
display: none; |
| 125 |
} |
| 126 |
|
| 127 |
} |
| 128 |
|
| 129 |
tr#bbp-core-update { |
| 130 |
p:not(:first-child) { |
| 131 |
display: none; |
| 132 |
} |
| 133 |
} |
| 134 |
|
| 135 |
/* Sidebar Restructuring Styles */ |
| 136 |
#adminmenu .wp-submenu { |
| 137 |
|
| 138 |
/* Dedicated Separator Items (Resilient Pseudo-element Approach) */ |
| 139 |
a[href*="frmx-menu-sep-"]*="frmx-menu-sep-""] { |
| 140 |
background: transparent !important; |
| 141 |
cursor: default !important; |
| 142 |
height: 16px !important; // Increased for centering |
| 143 |
margin: 4px 0 !important; |
| 144 |
min-height: 1px !important; |
| 145 |
padding: 0 !important; |
| 146 |
pointer-events: none; |
| 147 |
display: flex !important; |
| 148 |
align-items: center; |
| 149 |
|
| 150 |
.frmx-menu-separator { |
| 151 |
background: linear-gradient(to right, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0)) !important; |
| 152 |
display: block; |
| 153 |
height: 1px; |
| 154 |
width: 100%; |
| 155 |
margin: 0 12px; |
| 156 |
} |
| 157 |
} |
| 158 |
|
| 159 |
/* Indented Child Items (Add New, Tags) */ |
| 160 |
/*a[href*="is_child=true"] { |
| 161 |
opacity: 0.7 !important; |
| 162 |
font-size: 13px !important; |
| 163 |
padding-left: 20px !important; |
| 164 |
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); |
| 165 |
|
| 166 |
&:hover { |
| 167 |
padding-left: 24px !important; |
| 168 |
opacity: 1 !important; |
| 169 |
color: #fff !important; |
| 170 |
} |
| 171 |
}*/ |
| 172 |
|
| 173 |
/* Active/Current Item Highlight */ |
| 174 |
li.current a { |
| 175 |
font-weight: 600 !important; |
| 176 |
opacity: 1 !important; |
| 177 |
color: #fff !important; |
| 178 |
} |
| 179 |
} |