| 1 |
/********************************** |
| 2 |
* PPOM Form Design CSS * |
| 3 |
**********************************/ |
| 4 |
|
| 5 |
/*--------------------------------- |
| 6 |
1- PPOM Fields CSS |
| 7 |
2- Helper Icon With Desciption CSS |
| 8 |
3- Tabs CSS |
| 9 |
4- Checkbox Design CSS |
| 10 |
5- Media Queries |
| 11 |
6- Basic Settings Section CSS |
| 12 |
7- Existin Meta Section CSS |
| 13 |
8- Bulk Quantity Addon CSS |
| 14 |
9- NM Plugins Template CSS |
| 15 |
10- PPOM Model CSS |
| 16 |
11- Wordpress 5.3.1 CSS |
| 17 |
12- Bootstrap 4.0.0 beta issues fixes |
| 18 |
-----------------------------------*/ |
| 19 |
|
| 20 |
/* |
| 21 |
1- PPOM Fields CSS |
| 22 |
*/ |
| 23 |
|
| 24 |
.wpcomment-admin-wrap { |
| 25 |
margin: 10px 20px 0 2px; |
| 26 |
} |
| 27 |
|
| 28 |
.wpcomment-sortable-handle { |
| 29 |
cursor: move; |
| 30 |
} |
| 31 |
|
| 32 |
.wpcomment-dataname-reader { |
| 33 |
font-size: 17px; |
| 34 |
} |
| 35 |
|
| 36 |
.wpcomment-helper-icon i { |
| 37 |
margin-top: 0px; |
| 38 |
color: #f95700ff; |
| 39 |
font-size: 21px; |
| 40 |
margin-left: 2px; |
| 41 |
cursor: help !important; |
| 42 |
} |
| 43 |
|
| 44 |
.wpcomment-fields-name-model .wpcomment-modal-body ul li { |
| 45 |
width: 32%; |
| 46 |
/*background-color: #d6d3da !important;*/ |
| 47 |
background-color: #fff !important; |
| 48 |
margin: 1px; |
| 49 |
margin-left: 4px; |
| 50 |
text-align: center; |
| 51 |
font-size: 13px !important; |
| 52 |
cursor: pointer; |
| 53 |
border-radius: unset !important; |
| 54 |
position: relative; |
| 55 |
/*height: 40px;*/ |
| 56 |
border: 1px solid #f9570094 !important; |
| 57 |
display: inline-block !important; |
| 58 |
box-shadow: 10px 10px 5px #f2e8e8a1; |
| 59 |
-webkit-box-shadow: 10px 10px 5px #f2e8e8a1; |
| 60 |
-moz-box-shadow: 10px 10px 5px #f2e8e8a1; |
| 61 |
} |
| 62 |
|
| 63 |
.wpcomment-fields-name-model .wpcomment-modal-body ul li:hover { |
| 64 |
box-shadow: 0 0.5em 0.5em -0.4em var(--hover); |
| 65 |
text-decoration: none; |
| 66 |
color: white !important; |
| 67 |
/*background-color: #0d008ab5 !important;*/ |
| 68 |
background-color: #F95700FF !important; |
| 69 |
|
| 70 |
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); |
| 71 |
} |
| 72 |
|
| 73 |
.wpcomment-fields-name-model .wpcomment-modal-body ul li span { |
| 74 |
float: left; |
| 75 |
margin-left: 6px; |
| 76 |
} |
| 77 |
|
| 78 |
.wpcomment-fields-name-model .wpcomment-modal-body ul li .wpcomment-fields-icon { |
| 79 |
font-size: 18px; |
| 80 |
color: #556068; |
| 81 |
} |
| 82 |
|
| 83 |
.wpcomment-fields-name-model .wpcomment-modal-body ul li .wpcomment-fields-icon i { |
| 84 |
display: block; |
| 85 |
} |
| 86 |
|
| 87 |
.wpcomment-thead-bg { |
| 88 |
background-color: #a4c1da8c; |
| 89 |
} |
| 90 |
|
| 91 |
.wpcomment_field_table tbody { |
| 92 |
font-size: 12px; |
| 93 |
} |
| 94 |
|
| 95 |
#wpcomment_fields_id, |
| 96 |
#wpcomment_fields_id .inside { |
| 97 |
position: unset; |
| 98 |
} |
| 99 |
|
| 100 |
.wpcomment-req-field-id { |
| 101 |
margin-right: 12px; |
| 102 |
color: red; |
| 103 |
} |
| 104 |
|
| 105 |
.wpcomment-main-field-wrapper { |
| 106 |
background-color: #ebeeef; |
| 107 |
padding: 11px; |
| 108 |
} |
| 109 |
|
| 110 |
.wpcomment-main-field-wrapper .table>thead>tr>th { |
| 111 |
vertical-align: top; |
| 112 |
} |
| 113 |
|
| 114 |
ul.wpcomment-options-container li { |
| 115 |
padding: 3px !important; |
| 116 |
margin: 2px !important; |
| 117 |
background: #0202028c; |
| 118 |
} |
| 119 |
|
| 120 |
.wpcomment-adjust-box-height { |
| 121 |
min-height: 105px; |
| 122 |
max-height: 105px; |
| 123 |
} |
| 124 |
|
| 125 |
.wpcomment-condition-style-wrap p { |
| 126 |
font-size: 15px; |
| 127 |
} |
| 128 |
|
| 129 |
/*.wpcomment-slider select.form-control {*/ |
| 130 |
|
| 131 |
/* height: 34px !important;*/ |
| 132 |
|
| 133 |
/*}*/ |
| 134 |
|
| 135 |
ul.wpcomment-options-container li { |
| 136 |
padding: 3px !important; |
| 137 |
margin: 2px 0px 7px !important; |
| 138 |
background: #ececec8a; |
| 139 |
border-bottom: 1px solid #00640099; |
| 140 |
border-top: 1px solid #00640091; |
| 141 |
} |
| 142 |
|
| 143 |
.wpcomment-options-container .dashicons-move { |
| 144 |
margin-top: 5px; |
| 145 |
color: #000025; |
| 146 |
cursor: move; |
| 147 |
} |
| 148 |
|
| 149 |
.wpcomment-uploader-img-title { |
| 150 |
margin-left: 20px; |
| 151 |
color: black; |
| 152 |
font-weight: 700; |
| 153 |
} |
| 154 |
|
| 155 |
.wpcomment-uploader-img-center .dashicons-admin-media { |
| 156 |
margin-top: 2px !important; |
| 157 |
margin-right: 10px; |
| 158 |
font-size: 28px; |
| 159 |
} |
| 160 |
|
| 161 |
.wpcomment-meta-card-block { |
| 162 |
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); |
| 163 |
transition: 0.3s; |
| 164 |
padding: 10px 0; |
| 165 |
background-color: #ebeeef; |
| 166 |
} |
| 167 |
|
| 168 |
.btn-yellow { |
| 169 |
color: #fff; |
| 170 |
background-color: #f0ad4e; |
| 171 |
border-color: #eea236; |
| 172 |
} |
| 173 |
|
| 174 |
.wpcomment-nm-plugins { |
| 175 |
float: right; |
| 176 |
} |
| 177 |
|
| 178 |
.wpcomment-cancle-import-export-wrap { |
| 179 |
margin-top: 7px; |
| 180 |
margin-right: 7px; |
| 181 |
} |
| 182 |
|
| 183 |
@media (min-width: 992px) { |
| 184 |
.wpcomment-slider .row>div { |
| 185 |
display: unset; |
| 186 |
vertical-align: top; |
| 187 |
padding-left: 15px; |
| 188 |
padding-right: 0; |
| 189 |
} |
| 190 |
} |
| 191 |
|
| 192 |
/* |
| 193 |
2- Helper Icon With Desciption CSS |
| 194 |
*/ |
| 195 |
|
| 196 |
#wpcomment_tooltip { |
| 197 |
font-family: Ubuntu, sans-serif; |
| 198 |
font-size: 0.875em; |
| 199 |
text-align: center; |
| 200 |
text-shadow: 0 1px rgba( 0, 0, 0, .5); |
| 201 |
line-height: 1.5; |
| 202 |
color: #fff; |
| 203 |
background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)); |
| 204 |
background: -moz-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)); |
| 205 |
background: -ms-radial-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)); |
| 206 |
background: -o-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)); |
| 207 |
background: linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)); |
| 208 |
-webkit-border-radius: 5px; |
| 209 |
-moz-border-radius: 5px; |
| 210 |
border-radius: 5px; |
| 211 |
border-top: 1px solid #fff; |
| 212 |
-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3); |
| 213 |
-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3); |
| 214 |
box-shadow: 0 3px 5px rgba( 0, 0, 0, .3); |
| 215 |
position: absolute; |
| 216 |
z-index: 10024; |
| 217 |
padding: 15px; |
| 218 |
overflow: visible; |
| 219 |
|
| 220 |
} |
| 221 |
|
| 222 |
#wpcomment_tooltip:after { |
| 223 |
width: 0; |
| 224 |
height: 0; |
| 225 |
border-left: 10px solid transparent; |
| 226 |
border-right: 10px solid transparent; |
| 227 |
border-top: 10px solid #333; |
| 228 |
border-top-color: rgba( 0, 0, 0, .7); |
| 229 |
content: ''; |
| 230 |
position: absolute; |
| 231 |
left: 50%; |
| 232 |
bottom: -10px; |
| 233 |
margin-left: -10px; |
| 234 |
} |
| 235 |
|
| 236 |
#wpcomment_tooltip.top:after { |
| 237 |
border-top-color: transparent; |
| 238 |
border-bottom: 10px solid #333; |
| 239 |
border-bottom-color: rgba( 0, 0, 0, .6); |
| 240 |
top: -20px; |
| 241 |
bottom: auto; |
| 242 |
} |
| 243 |
|
| 244 |
#wpcomment_tooltip.left:after { |
| 245 |
left: 10px; |
| 246 |
margin: 0; |
| 247 |
} |
| 248 |
|
| 249 |
#wpcomment_tooltip.right:after { |
| 250 |
right: 10px; |
| 251 |
left: auto; |
| 252 |
margin: 0; |
| 253 |
} |
| 254 |
|
| 255 |
/* |
| 256 |
3- Tabs CSS |
| 257 |
*/ |
| 258 |
|
| 259 |
.wpcomment-tabs-header { |
| 260 |
margin-bottom: 16px; |
| 261 |
border-bottom: 1px solid #a29494; |
| 262 |
} |
| 263 |
|
| 264 |
.wpcomment_handle_fonts_family_tab textarea, |
| 265 |
.wpcomment_handle_custom_fonts_tab textarea, |
| 266 |
.wpcomment_handle_vm_row_tab textarea { |
| 267 |
min-height: 206px; |
| 268 |
} |
| 269 |
|
| 270 |
.wpcomment-tabs .wpcomment-tabs-label { |
| 271 |
display: inline-block; |
| 272 |
margin: 0 0 -1px; |
| 273 |
padding: 15px 25px; |
| 274 |
font-weight: 600; |
| 275 |
text-align: center; |
| 276 |
color: #bbb; |
| 277 |
border: 1px solid transparent; |
| 278 |
} |
| 279 |
|
| 280 |
.wpcomment-tabs .wpcomment-tabs-label:before { |
| 281 |
font-family: fontawesome; |
| 282 |
font-weight: normal; |
| 283 |
margin-right: 10px; |
| 284 |
content: '\f1cb'; |
| 285 |
} |
| 286 |
|
| 287 |
.wpcomment-tabs .wpcomment-tabs-label:hover { |
| 288 |
color: #888; |
| 289 |
cursor: pointer; |
| 290 |
} |
| 291 |
|
| 292 |
.wpcomment-tabs .wpcomment-active-tab { |
| 293 |
color: #555; |
| 294 |
border: 1px solid #a29494; |
| 295 |
border-top: 2px solid #f95700; |
| 296 |
border-bottom: 1px solid #fff; |
| 297 |
} |
| 298 |
|
| 299 |
.wpcomment-control-all-fields-tabs { |
| 300 |
display: none; |
| 301 |
} |
| 302 |
|
| 303 |
|
| 304 |
/* |
| 305 |
4- Checkbox Design CSS |
| 306 |
*/ |
| 307 |
|
| 308 |
.wpcomment-checkboxe-style input[type="checkbox"] { |
| 309 |
position: absolute; |
| 310 |
opacity: 0; |
| 311 |
z-index: -1; |
| 312 |
} |
| 313 |
|
| 314 |
.wpcomment-checkboxe-style input[type="checkbox"]+span { |
| 315 |
color: #000; |
| 316 |
} |
| 317 |
|
| 318 |
.wpcomment-checkboxe-style input[type="checkbox"]+span:before { |
| 319 |
font: 16pt FontAwesome; |
| 320 |
content: '\00f096'; |
| 321 |
display: inline-block; |
| 322 |
margin-right: 3px; |
| 323 |
} |
| 324 |
|
| 325 |
.wpcomment-checkboxe-style input[type="checkbox"]:checked+span:before { |
| 326 |
content: '\00f046'; |
| 327 |
} |
| 328 |
|
| 329 |
.wpcomment-checkboxe-style input[type="checkbox"]:focus+span:before { |
| 330 |
outline: 1px dotted #aaa; |
| 331 |
} |
| 332 |
|
| 333 |
.wpcomment-checkboxe-style input[type="checkbox"]:disabled+span { |
| 334 |
color: #999; |
| 335 |
} |
| 336 |
|
| 337 |
.wpcomment-checkboxe-style input[type="checkbox"]:not(:disabled)+span:hover:before { |
| 338 |
text-shadow: 0 1px 2px #77F; |
| 339 |
} |
| 340 |
|
| 341 |
|
| 342 |
/* |
| 343 |
5- Media Queries |
| 344 |
*/ |
| 345 |
|
| 346 |
@media screen and (max-width: 700px) { |
| 347 |
.wpcomment-fields-name-model .wpcomment-modal-body ul li { |
| 348 |
width: 48% |
| 349 |
} |
| 350 |
} |
| 351 |
|
| 352 |
@media screen and (max-width: 420px) { |
| 353 |
.wpcomment-fields-name-model .wpcomment-modal-body ul li { |
| 354 |
width: 100% |
| 355 |
} |
| 356 |
} |
| 357 |
|
| 358 |
@media screen and (max-width: 650px) { |
| 359 |
.wpcomment-tabs .wpcomment-tabs-label { |
| 360 |
font-size: 0; |
| 361 |
} |
| 362 |
.wpcomment-tabs .wpcomment-tabs-label:before { |
| 363 |
margin: 0; |
| 364 |
font-size: 18px; |
| 365 |
} |
| 366 |
} |
| 367 |
|
| 368 |
@media screen and (max-width: 400px) { |
| 369 |
.wpcomment-tabs .wpcomment-tabs-label { |
| 370 |
padding: 15px; |
| 371 |
} |
| 372 |
} |
| 373 |
|
| 374 |
|
| 375 |
/* |
| 376 |
6- Basic Settings Section CSS |
| 377 |
*/ |
| 378 |
|
| 379 |
.wpcomment-basic-setting-section select { |
| 380 |
height: 34px !important; |
| 381 |
} |
| 382 |
|
| 383 |
.wpcomment-basic-setting-section textarea { |
| 384 |
min-height: 140px; |
| 385 |
max-height: 140px; |
| 386 |
} |
| 387 |
|
| 388 |
.wpcomment-heading-style { |
| 389 |
border-bottom: 2px solid #f957006e; |
| 390 |
padding-bottom: 9px; |
| 391 |
font-family: roboto; |
| 392 |
/*font-size: 30px;*/ |
| 393 |
} |
| 394 |
|
| 395 |
.wpcomment-wrapper .CodeMirror { |
| 396 |
height: 139px !important; |
| 397 |
} |
| 398 |
|
| 399 |
/*.CodeMirror pre {*/ |
| 400 |
|
| 401 |
/* padding: 0 33px !important;*/ |
| 402 |
|
| 403 |
/*}*/ |
| 404 |
|
| 405 |
.cm-s-default span.cm-property { |
| 406 |
color: red !important; |
| 407 |
} |
| 408 |
|
| 409 |
|
| 410 |
/* |
| 411 |
7- Existin Meta Section CSS |
| 412 |
*/ |
| 413 |
|
| 414 |
.wpcomment-meta-table-checkbox-mr label { |
| 415 |
margin-left: 7px; |
| 416 |
} |
| 417 |
|
| 418 |
#wpcomment-meta-table .dashicons, |
| 419 |
.dashicons-before:before { |
| 420 |
line-height: unset; |
| 421 |
} |
| 422 |
|
| 423 |
.wpcomment-product-table-header { |
| 424 |
margin: 0px 0px 10px 0px; |
| 425 |
} |
| 426 |
|
| 427 |
.wpcomment-product-count-span { |
| 428 |
font-weight: 600; |
| 429 |
} |
| 430 |
|
| 431 |
.wpcomment-product-count-span span { |
| 432 |
font-size: 19px; |
| 433 |
} |
| 434 |
|
| 435 |
|
| 436 |
/* |
| 437 |
8- Bulk Quantity Addon CSS |
| 438 |
*/ |
| 439 |
|
| 440 |
.wpcomment-bulk-quantity-wrapper { |
| 441 |
background: #ffc5c536; |
| 442 |
} |
| 443 |
|
| 444 |
.wpcomment-bulk-quantity-wrapper .table-content { |
| 445 |
padding: 20px; |
| 446 |
} |
| 447 |
|
| 448 |
.wpcomment-bulk-quantity-wrapper .remove { |
| 449 |
color: red; |
| 450 |
} |
| 451 |
|
| 452 |
.wpcomment-bulkqty-adjust-cross { |
| 453 |
display: flex; |
| 454 |
} |
| 455 |
|
| 456 |
.wpcomment-bulkqty-adjust-cross i { |
| 457 |
margin-right: 6px; |
| 458 |
margin-top: 8px; |
| 459 |
} |
| 460 |
|
| 461 |
.wpcomment-bulk-quantity-wrapper .remove:hover { |
| 462 |
cursor: pointer; |
| 463 |
} |
| 464 |
|
| 465 |
.wpcomment-bulkquantity-qty-wrap { |
| 466 |
display: flex; |
| 467 |
margin: 0px 0px 10px 0px; |
| 468 |
} |
| 469 |
|
| 470 |
.wpcomment-bulkquantity-variation-wrap { |
| 471 |
display: flex; |
| 472 |
margin: 0px 0px 10px 11px; |
| 473 |
} |
| 474 |
|
| 475 |
.wpcomment-bulkquantity-variation-wrap input, |
| 476 |
.wpcomment-bulkquantity-qty-wrap input { |
| 477 |
margin-left: 7px; |
| 478 |
} |
| 479 |
|
| 480 |
.wpcomment-bulk-action-wrap { |
| 481 |
display: flex; |
| 482 |
} |
| 483 |
|
| 484 |
@media screen and (max-width: 480px) { |
| 485 |
.wpcomment-bulk-quantity-wrapper .wpcomment-bulkquantity-qty-wrap, |
| 486 |
.wpcomment-bulk-quantity-wrapper .wpcomment-bulkquantity-variation-wrap { |
| 487 |
display: block !important; |
| 488 |
margin: 0px 0px 9px 0px !important; |
| 489 |
} |
| 490 |
.wpcomment-bulk-action-wrap { |
| 491 |
display: block !important; |
| 492 |
} |
| 493 |
.wpcomment-bulkquantity-variation-wrap input, |
| 494 |
.wpcomment-bulkquantity-qty-wrap input { |
| 495 |
margin-left: 0px !important; |
| 496 |
margin-top: 6px !important; |
| 497 |
} |
| 498 |
} |
| 499 |
|
| 500 |
.wpcomment-edit-bulk-json { |
| 501 |
display: none; |
| 502 |
} |
| 503 |
|
| 504 |
|
| 505 |
|
| 506 |
/* |
| 507 |
9- NM Plugins Template CSS |
| 508 |
*/ |
| 509 |
|
| 510 |
.wpcomment-nm-plugins-wrapper .wpcomment-nm-card-block { |
| 511 |
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); |
| 512 |
transition: 0.3s; |
| 513 |
background-color: #D9EDF8; |
| 514 |
margin-bottom: 8px; |
| 515 |
border: 1px solid #5ef39a; |
| 516 |
} |
| 517 |
|
| 518 |
.wpcomment-nm-plugins-wrapper .wpcomment-nm-card-block h3 { |
| 519 |
border-bottom: 2px solid #0efc2b7a; |
| 520 |
padding-bottom: 3px; |
| 521 |
font-family: roboto; |
| 522 |
font-weight: 600; |
| 523 |
font-size: 19px; |
| 524 |
} |
| 525 |
|
| 526 |
.wpcomment-nm-plugins-wrapper .wpcomment-nm-card-block .wpcomment-card-header { |
| 527 |
padding: 1px 0px 0px 0px; |
| 528 |
margin-bottom: 0; |
| 529 |
text-align: center; |
| 530 |
} |
| 531 |
|
| 532 |
.wpcomment-nm-plugins-wrapper .wpcomment-nm-card-block .wpcomment-card-body { |
| 533 |
-webkit-box-flex: 1; |
| 534 |
-ms-flex: 1 1 auto; |
| 535 |
flex: 1 1 auto; |
| 536 |
padding: 5px; |
| 537 |
} |
| 538 |
|
| 539 |
.wpcomment-nm-plugins-wrapper .wpcomment-nm-card-block .wpcomment-card-footer { |
| 540 |
padding: 0px 10px 6px 0px; |
| 541 |
text-align: right; |
| 542 |
} |
| 543 |
|
| 544 |
.wpcomment-nm-plugins-wrapper .wpcomment-nm-logo { |
| 545 |
width: 30px; |
| 546 |
float: left; |
| 547 |
margin-right: 12px; |
| 548 |
margin-top: -2px; |
| 549 |
} |
| 550 |
|
| 551 |
/* |
| 552 |
10- PPOM Model CSS |
| 553 |
*/ |
| 554 |
|
| 555 |
.wpcomment-modal-box { |
| 556 |
display: none; |
| 557 |
width: 60%; |
| 558 |
background: white; |
| 559 |
border-bottom: 1px solid #aaa; |
| 560 |
border-radius: 4px; |
| 561 |
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); |
| 562 |
border: 1px solid rgba(0, 0, 0, 0.1); |
| 563 |
background-clip: padding-box; |
| 564 |
} |
| 565 |
|
| 566 |
.wpcomment-modal-box { |
| 567 |
position: fixed; |
| 568 |
top: 0; |
| 569 |
right: 0; |
| 570 |
max-height: 90%; |
| 571 |
left: 0; |
| 572 |
z-index: 1050; |
| 573 |
display: none; |
| 574 |
outline: 0; |
| 575 |
margin: 30px auto; |
| 576 |
overflow: auto; |
| 577 |
} |
| 578 |
|
| 579 |
@media (min-width: 32em) { |
| 580 |
.wpcomment-modal-box { |
| 581 |
width: 70%; |
| 582 |
} |
| 583 |
} |
| 584 |
|
| 585 |
.wpcomment-modal-box header { |
| 586 |
padding: 1.25em 1.5em; |
| 587 |
border-bottom: 1px solid #ddd; |
| 588 |
} |
| 589 |
|
| 590 |
.wpcomment-modal-box header h3, |
| 591 |
.wpcomment-modal-box header h4 { |
| 592 |
margin: 0; |
| 593 |
} |
| 594 |
|
| 595 |
.wpcomment-modal-box .wpcomment-modal-body { |
| 596 |
padding: 1em 2.5em; |
| 597 |
} |
| 598 |
|
| 599 |
.wpcomment-modal-box footer { |
| 600 |
padding: 1em; |
| 601 |
border-top: 1px solid #ddd; |
| 602 |
background: rgba(0, 0, 0, 0.02); |
| 603 |
text-align: right; |
| 604 |
} |
| 605 |
|
| 606 |
.wpcomment-overlay-meta { |
| 607 |
overflow: hidden; |
| 608 |
} |
| 609 |
|
| 610 |
.wpcomment-modal-overlay { |
| 611 |
filter: alpha(opacity=0); |
| 612 |
position: fixed; |
| 613 |
top: 0; |
| 614 |
left: 0; |
| 615 |
bottom: 0; |
| 616 |
right: 0; |
| 617 |
z-index: 900; |
| 618 |
width: 100%; |
| 619 |
height: 100%; |
| 620 |
background: rgba(0, 0, 0, 0.3) !important; |
| 621 |
} |
| 622 |
|
| 623 |
#wpcomment-pre-loading { |
| 624 |
position: fixed; |
| 625 |
top: 0px; |
| 626 |
right: 0px; |
| 627 |
width: 100%; |
| 628 |
height: 100%; |
| 629 |
background-color: #fff; |
| 630 |
background-image: url('loader.gif'); |
| 631 |
background-repeat: no-repeat; |
| 632 |
background-position: center; |
| 633 |
z-index: 10000000; |
| 634 |
opacity: 0.4; |
| 635 |
filter: alpha(opacity=40); |
| 636 |
/* For IE8 and earlier */ |
| 637 |
} |
| 638 |
|
| 639 |
table#wpcomment-meta-table.dataTable th:nth-of-type(4) { |
| 640 |
width: 60%; |
| 641 |
} |
| 642 |
|
| 643 |
/* |
| 644 |
11- Wordpress 5.3.1 CSS |
| 645 |
*/ |
| 646 |
|
| 647 |
.wpcomment-existing-meta-wrapper td.wpcomment-admin-meta-actions-colunm a { |
| 648 |
line-height: 26px !important; |
| 649 |
} |
| 650 |
|
| 651 |
#wpcomment-product-table tbody tr input[type="checkbox"], |
| 652 |
[data-metatype="is_customfont"] { |
| 653 |
width: 16px !important; |
| 654 |
height: 16px !important; |
| 655 |
margin: -4px 4px 0 0; |
| 656 |
} |
| 657 |
|
| 658 |
#wpcomment-product-table tbody tr input[type=checkbox]:checked:before, |
| 659 |
[data-metatype="is_customfont"]:checked:before { |
| 660 |
width: 21px !important; |
| 661 |
margin: -3px 0 0 -4px !important; |
| 662 |
} |
| 663 |
|
| 664 |
select { |
| 665 |
max-width: 100% !important; |
| 666 |
} |
| 667 |
|
| 668 |
.wpcomment-slider input[type="date"] { |
| 669 |
padding: 6px 12px !important; |
| 670 |
} |
| 671 |
|
| 672 |
|
| 673 |
.paired-pricematrix .option-price, |
| 674 |
.paired-pricematrix .option-title, |
| 675 |
.paired-pricematrix .option-label, |
| 676 |
.paired-pricematrix .option-id { |
| 677 |
width: 20%; |
| 678 |
margin: 3px; |
| 679 |
} |
| 680 |
|
| 681 |
/*Hide Prices from fields*/ |
| 682 |
|
| 683 |
/*[data-meta-id="price"] { |
| 684 |
*/ |
| 685 |
|
| 686 |
/* display: none !important;*/ |
| 687 |
|
| 688 |
/*}*/ |
| 689 |
|
| 690 |
/* |
| 691 |
12- Bootstrap 4.0.0 beta issues fixes |
| 692 |
*/ |
| 693 |
|
| 694 |
.wpcomment-wrapper .row:after { |
| 695 |
clear: both; |
| 696 |
display: table; |
| 697 |
content: " "; |
| 698 |
} |
| 699 |
|
| 700 |
.wpcomment-wrapper .row { |
| 701 |
display: block; |
| 702 |
} |
| 703 |
|
| 704 |
@media (min-width: 992px) { |
| 705 |
.col-md-6 { |
| 706 |
width: 50% !important; |
| 707 |
} |
| 708 |
} |
| 709 |
|
| 710 |
@media (min-width: 992px) { |
| 711 |
.col-md-1, |
| 712 |
.col-md-10, |
| 713 |
.col-md-11, |
| 714 |
.col-md-12, |
| 715 |
.col-md-2, |
| 716 |
.col-md-3, |
| 717 |
.col-md-4, |
| 718 |
.col-md-5, |
| 719 |
.col-md-6, |
| 720 |
.col-md-7, |
| 721 |
.col-md-8, |
| 722 |
.col-md-9 { |
| 723 |
float: left; |
| 724 |
} |
| 725 |
} |
| 726 |
|
| 727 |
@media (min-width: 768px) { |
| 728 |
.col-sm-1, |
| 729 |
.col-sm-10, |
| 730 |
.col-sm-11, |
| 731 |
.col-sm-12, |
| 732 |
.col-sm-2, |
| 733 |
.col-sm-3, |
| 734 |
.col-sm-4, |
| 735 |
.col-sm-5, |
| 736 |
.col-sm-6, |
| 737 |
.col-sm-7, |
| 738 |
.col-sm-8, |
| 739 |
.col-sm-9 { |
| 740 |
float: left; |
| 741 |
} |
| 742 |
} |
| 743 |
|
| 744 |
.wp-core-ui select { |
| 745 |
-webkit-appearance: none; |
| 746 |
background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55% !important; |
| 747 |
} |
| 748 |
|
| 749 |
/*@media (min-width: 576px) { |
| 750 |
*/ |
| 751 |
|
| 752 |
/* .wpcomment-wrapper .col-sm-6 {*/ |
| 753 |
|
| 754 |
/* max-width: 100% !important;*/ |
| 755 |
|
| 756 |
/* }*/ |
| 757 |
|
| 758 |
/*}*/ |
| 759 |
|
| 760 |
.wpcomment-wrapper .btn { |
| 761 |
cursor: pointer !important; |
| 762 |
} |
| 763 |
|
| 764 |
.wpcomment-wrapper .list-group { |
| 765 |
display: block !important; |
| 766 |
} |
| 767 |
|
| 768 |
.wpcomment-wrapper .btn-primary { |
| 769 |
color: #fff !important; |
| 770 |
} |
| 771 |
|
| 772 |
|
| 773 |
|
| 774 |
|
| 775 |
/*PPOM New Tabs*/ |
| 776 |
|
| 777 |
.wpcomment-admin-tabs-css { |
| 778 |
display: flex; |
| 779 |
flex-wrap: wrap; |
| 780 |
} |
| 781 |
|
| 782 |
.wpcomment-admin-tabs-css label.wpcomment-tab-label { |
| 783 |
order: 1; |
| 784 |
display: block; |
| 785 |
padding: 12px 30px; |
| 786 |
margin-right: 0.2rem; |
| 787 |
cursor: pointer; |
| 788 |
background: #90CAF9; |
| 789 |
font-weight: bold; |
| 790 |
transition: background ease 0.2s; |
| 791 |
margin: 0 !important; |
| 792 |
} |
| 793 |
|
| 794 |
.wpcomment-admin-tabs-css .wpcomment-admin-tab-content { |
| 795 |
order: 99; |
| 796 |
flex-grow: 1; |
| 797 |
width: 100%; |
| 798 |
display: none; |
| 799 |
padding: 1rem; |
| 800 |
background: #fff; |
| 801 |
} |
| 802 |
|
| 803 |
.wpcomment-admin-tabs-css input[type=radio] { |
| 804 |
display: none; |
| 805 |
} |
| 806 |
|
| 807 |
.wpcomment-admin-tabs-css input[type=radio]:checked+label { |
| 808 |
background: #fff; |
| 809 |
border-top: 2px solid #f95700; |
| 810 |
} |
| 811 |
|
| 812 |
.wpcomment-admin-tabs-css input[type=radio]:checked+label+.wpcomment-admin-tab-content { |
| 813 |
display: block; |
| 814 |
} |
| 815 |
|
| 816 |
@media (max-width: 45em) { |
| 817 |
.wpcomment-admin-tabs-css .wpcomment-admin-tab-content, |
| 818 |
.wpcomment-admin-tabs-css label.wpcomment-tab-label { |
| 819 |
order: initial; |
| 820 |
} |
| 821 |
|
| 822 |
.wpcomment-admin-tabs-css label.wpcomment-tab-label { |
| 823 |
width: 100%; |
| 824 |
margin-right: 0; |
| 825 |
margin-top: 0.2rem; |
| 826 |
} |
| 827 |
} |
| 828 |
|
| 829 |
.wpcomment-color-picker-cloner .wp-picker-container .wp-color-result.button { |
| 830 |
margin: 0 !important |
| 831 |
} |
| 832 |
|
| 833 |
ul.wpcomment-options-container li input[type="text"] { |
| 834 |
height: 34px; |
| 835 |
} |
| 836 |
|
| 837 |
ul.wpcomment-options-container li label { |
| 838 |
display: inline-flex; |
| 839 |
justify-content: center; |
| 840 |
align-items: center; |
| 841 |
} |
| 842 |
|
| 843 |
|
| 844 |
/*Inactive/active CSS*/ |
| 845 |
|
| 846 |
.onoffswitch { |
| 847 |
position: relative; |
| 848 |
width: 50px; |
| 849 |
-webkit-user-select: none; |
| 850 |
-moz-user-select: none; |
| 851 |
-ms-user-select: none; |
| 852 |
} |
| 853 |
|
| 854 |
.onoffswitch-checkbox { |
| 855 |
position: absolute; |
| 856 |
opacity: 0; |
| 857 |
pointer-events: none; |
| 858 |
} |
| 859 |
|
| 860 |
.onoffswitch-label { |
| 861 |
display: block !important; |
| 862 |
overflow: hidden; |
| 863 |
cursor: pointer; |
| 864 |
border: 2px solid #999999; |
| 865 |
border-radius: 50px; |
| 866 |
} |
| 867 |
|
| 868 |
.onoffswitch-inner { |
| 869 |
display: block; |
| 870 |
width: 200%; |
| 871 |
margin-left: -100%; |
| 872 |
transition: margin 0.3s ease-in 0s; |
| 873 |
} |
| 874 |
|
| 875 |
.onoffswitch-inner:before, |
| 876 |
.onoffswitch-inner:after { |
| 877 |
display: block; |
| 878 |
float: left; |
| 879 |
width: 50%; |
| 880 |
height: 20px; |
| 881 |
padding: 0; |
| 882 |
line-height: 20px; |
| 883 |
font-size: 11px; |
| 884 |
color: white; |
| 885 |
font-family: Trebuchet, Arial, sans-serif; |
| 886 |
font-weight: bold; |
| 887 |
box-sizing: border-box; |
| 888 |
} |
| 889 |
|
| 890 |
.onoffswitch-inner:before { |
| 891 |
content: "ON"; |
| 892 |
padding-left: 5px; |
| 893 |
background-color: #34C279; |
| 894 |
color: #FFFFFF; |
| 895 |
} |
| 896 |
|
| 897 |
.onoffswitch-inner:after { |
| 898 |
content: "OFF"; |
| 899 |
padding-right: 5px; |
| 900 |
background-color: #DB1515; |
| 901 |
color: #FFFFFF; |
| 902 |
text-align: right; |
| 903 |
} |
| 904 |
|
| 905 |
.onoffswitch-switch { |
| 906 |
display: block; |
| 907 |
width: 24px; |
| 908 |
/*margin: -1.5px;*/ |
| 909 |
background: #FFFFFF; |
| 910 |
position: absolute; |
| 911 |
top: 0; |
| 912 |
bottom: 0; |
| 913 |
right: 32px; |
| 914 |
border: 2px solid #999999; |
| 915 |
border-radius: 50px; |
| 916 |
transition: all 0.3s ease-in 0s; |
| 917 |
} |
| 918 |
|
| 919 |
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner { |
| 920 |
margin-left: 0; |
| 921 |
} |
| 922 |
|
| 923 |
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch { |
| 924 |
right: 0px; |
| 925 |
} |
| 926 |
|
| 927 |
/*wpcomment addon models*/ |
| 928 |
|
| 929 |
/* Font */ |
| 930 |
|
| 931 |
/*@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');*/ |
| 932 |
|
| 933 |
/* Design */ |
| 934 |
|
| 935 |
.wpcomment_addons_model { |
| 936 |
color: #272727; |
| 937 |
background-color: #ecf9ff; |
| 938 |
font-family: 'Quicksand', serif; |
| 939 |
font-style: normal; |
| 940 |
font-weight: 400; |
| 941 |
letter-spacing: 0; |
| 942 |
padding: 2rem; |
| 943 |
margin: -8px !important; |
| 944 |
} |
| 945 |
|
| 946 |
.wpcomment_addons_model_heading { |
| 947 |
text-align: center; |
| 948 |
} |
| 949 |
|
| 950 |
.wpcomment_addons_model_cards { |
| 951 |
display: flex; |
| 952 |
flex-wrap: wrap; |
| 953 |
list-style: none; |
| 954 |
margin: 0; |
| 955 |
padding: 0; |
| 956 |
} |
| 957 |
|
| 958 |
.wpcomment_addons_model_heading_button_display { |
| 959 |
display: flow-root; |
| 960 |
} |
| 961 |
|
| 962 |
.wpcomment-admin-wrap .wpcomment_addons_model_card_btn { |
| 963 |
padding: 6px; |
| 964 |
font-weight: 400; |
| 965 |
text-decoration: none !important; |
| 966 |
cursor: pointer; |
| 967 |
background-color: #F95700FF; |
| 968 |
/*float: right;*/ |
| 969 |
color: #fff !important; |
| 970 |
margin-left: 2px; |
| 971 |
} |
| 972 |
|
| 973 |
.wpcomment_addons_model_card_btn a { |
| 974 |
color: #000000; |
| 975 |
text-decoration: none !important; |
| 976 |
/*outline-color: #f1a22cad;*/ |
| 977 |
} |
| 978 |
|
| 979 |
.wpcomment_addons_model_card_btn a:hover { |
| 980 |
/*color:#00A0C6; */ |
| 981 |
color: brown; |
| 982 |
text-decoration: none !important; |
| 983 |
} |
| 984 |
|
| 985 |
.wpcomment_addons_model_cards_item { |
| 986 |
display: flex; |
| 987 |
padding: 1rem; |
| 988 |
width: 33%; |
| 989 |
} |
| 990 |
|
| 991 |
@media only screen and (max-width: 600px) { |
| 992 |
.wpcomment_addons_model_cards_item { |
| 993 |
width: 100% !important; |
| 994 |
} |
| 995 |
} |
| 996 |
|
| 997 |
.wpcomment_addons_model_card { |
| 998 |
/*background: linear-gradient(to bottom left, #EF8D9C 60%, #FFC39E 95%);*/ |
| 999 |
background: #fff; |
| 1000 |
/*border-radius: 0.75rem;*/ |
| 1001 |
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25); |
| 1002 |
display: flex; |
| 1003 |
flex-direction: column; |
| 1004 |
min-height: 240px; |
| 1005 |
|
| 1006 |
overflow: hidden; |
| 1007 |
} |
| 1008 |
|
| 1009 |
.wpcomment_addons_model_card_content { |
| 1010 |
padding: 1rem; |
| 1011 |
} |
| 1012 |
|
| 1013 |
.wpcomment_addons_model_card_content p { |
| 1014 |
min-height: 115px; |
| 1015 |
} |
| 1016 |
|
| 1017 |
a[data-modal-id="wpcomment-nm-plugins-modal"] { |
| 1018 |
display: none !important; |
| 1019 |
} |
| 1020 |
|
| 1021 |
.wpcomment_addons_model_card_title { |
| 1022 |
color: #000; |
| 1023 |
font-weight: 600 !important; |
| 1024 |
text-transform: capitalize; |
| 1025 |
margin: 0px !important; |
| 1026 |
float: left; |
| 1027 |
} |
| 1028 |
|
| 1029 |
.wpcomment_addons_model_card_text { |
| 1030 |
color: #000; |
| 1031 |
margin-bottom: 1.25rem; |
| 1032 |
font-weight: 400; |
| 1033 |
} |
| 1034 |
|
| 1035 |
|
| 1036 |
/*New Addons List View*/ |
| 1037 |
|
| 1038 |
.wpcomment-admin-addons-header { |
| 1039 |
padding: 4px; |
| 1040 |
min-height: 90px; |
| 1041 |
background: #fff; |
| 1042 |
display: flex; |
| 1043 |
align-items: center; |
| 1044 |
padding: 0px 40px; |
| 1045 |
justify-content: space-between; |
| 1046 |
border-bottom: 2px solid #F95700FF; |
| 1047 |
} |
| 1048 |
|
| 1049 |
.wpcomment-admin-addons-header-logo { |
| 1050 |
display: flex; |
| 1051 |
align-items: center; |
| 1052 |
} |
| 1053 |
|
| 1054 |
.wpcomment-admin-addons-header-logo img { |
| 1055 |
margin-right: 12px; |
| 1056 |
margin-top: -2px; |
| 1057 |
width: 34px; |
| 1058 |
} |
| 1059 |
|
| 1060 |
.wpcomment-admin-addons-actions { |
| 1061 |
text-align: center; |
| 1062 |
display: flex; |
| 1063 |
} |
| 1064 |
|