| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | .wp-core-ui .notice.is-dismissible { |
| 2 | 2 | z-index: 10000; |
| 3 | 3 | } |
| 4 | 4 | |
| @@ -3382,31 +3382,8 @@ | ||
| 3382 | 3382 | border-color: #FF8C00; |
| 3383 | 3383 | box-shadow: 0 4px 12px rgba(255, 140, 0, 0.1); |
| 3384 | 3384 | } |
| 3385 | 3385 | |
| 3386 | -.mxchat-action-type-card.mxchat-promo-card { | |
| 3387 | - cursor: default; | |
| 3388 | - opacity: 0.7; | |
| 3389 | - border-style: dashed; | |
| 3390 | - background: rgba(255, 255, 255, 0.6); | |
| 3391 | -} | |
| 3392 | - | |
| 3393 | -.mxchat-action-type-card.mxchat-promo-card:hover { | |
| 3394 | - cursor: pointer; | |
| 3395 | - opacity: 0.9; | |
| 3396 | - border-color: #FF8C00; | |
| 3397 | -} | |
| 3398 | - | |
| 3399 | -.mxchat-addon-info a { | |
| 3400 | - color: #FF8C00; | |
| 3401 | - text-decoration: none; | |
| 3402 | - font-weight: 600; | |
| 3403 | -} | |
| 3404 | - | |
| 3405 | -.mxchat-addon-info a:hover { | |
| 3406 | - text-decoration: underline; | |
| 3407 | -} | |
| 3408 | - | |
| 3409 | 3386 | /* Add-on Notice */ |
| 3410 | 3387 | .mxchat-addon-notice { |
| 3411 | 3388 | position: fixed; |
| 3412 | 3389 | top: 0; |
| @@ -6480,88 +6457,5 @@ | ||
| 6480 | 6457 | |
| 6481 | 6458 | .mxchat-post-type-list { |
| 6482 | 6459 | grid-template-columns: 1fr; |
| 6483 | 6460 | } |
| 6484 | -} | |
| 6485 | -/* 3.2.3: Embedding model switch warning dialog */ | |
| 6486 | -.mxchat-embed-warn-overlay { | |
| 6487 | - position: fixed; | |
| 6488 | - inset: 0; | |
| 6489 | - background: rgba(20, 20, 20, 0.55); | |
| 6490 | - z-index: 200000; | |
| 6491 | - display: flex; | |
| 6492 | - align-items: center; | |
| 6493 | - justify-content: center; | |
| 6494 | - padding: 24px; | |
| 6495 | -} | |
| 6496 | -.mxchat-embed-warn-dialog { | |
| 6497 | - background: #fff; | |
| 6498 | - max-width: 640px; | |
| 6499 | - width: 100%; | |
| 6500 | - border-radius: 8px; | |
| 6501 | - box-shadow: 0 24px 60px rgba(0,0,0,0.35); | |
| 6502 | - overflow: hidden; | |
| 6503 | - font-size: 14px; | |
| 6504 | - line-height: 1.5; | |
| 6505 | -} | |
| 6506 | -.mxchat-embed-warn-header { | |
| 6507 | - display: flex; | |
| 6508 | - align-items: center; | |
| 6509 | - gap: 12px; | |
| 6510 | - padding: 18px 22px; | |
| 6511 | - background: #fef6f6; | |
| 6512 | - border-bottom: 1px solid #f1d4d4; | |
| 6513 | -} | |
| 6514 | -.mxchat-embed-warn-header h3 { | |
| 6515 | - margin: 0; | |
| 6516 | - font-size: 16px; | |
| 6517 | - color: #b32d2e; | |
| 6518 | -} | |
| 6519 | -.mxchat-embed-warn-icon { | |
| 6520 | - font-size: 22px; | |
| 6521 | - line-height: 1; | |
| 6522 | -} | |
| 6523 | -.mxchat-embed-warn-body { | |
| 6524 | - padding: 18px 22px; | |
| 6525 | - color: #2c3338; | |
| 6526 | -} | |
| 6527 | -.mxchat-embed-warn-body p { | |
| 6528 | - margin: 0 0 12px 0; | |
| 6529 | -} | |
| 6530 | -.mxchat-embed-warn-body code { | |
| 6531 | - background: #f0f0f1; | |
| 6532 | - padding: 1px 6px; | |
| 6533 | - border-radius: 3px; | |
| 6534 | - font-size: 13px; | |
| 6535 | -} | |
| 6536 | -.mxchat-embed-warn-body ol { | |
| 6537 | - margin: 8px 0 0 18px; | |
| 6538 | - padding: 0; | |
| 6539 | -} | |
| 6540 | -.mxchat-embed-warn-body ol li { | |
| 6541 | - margin: 4px 0; | |
| 6542 | -} | |
| 6543 | -.mxchat-embed-warn-dims { | |
| 6544 | - margin: 12px 0; | |
| 6545 | - padding: 12px; | |
| 6546 | - background: #fff8e5; | |
| 6547 | - border-left: 3px solid #dba617; | |
| 6548 | - font-size: 13px; | |
| 6549 | -} | |
| 6550 | -.mxchat-embed-warn-footer { | |
| 6551 | - display: flex; | |
| 6552 | - justify-content: flex-end; | |
| 6553 | - gap: 10px; | |
| 6554 | - padding: 14px 22px; | |
| 6555 | - background: #f6f7f7; | |
| 6556 | - border-top: 1px solid #dcdcde; | |
| 6557 | -} | |
| 6558 | -.mxchat-embed-warn-danger { | |
| 6559 | - background: #b32d2e !important; | |
| 6560 | - border-color: #b32d2e !important; | |
| 6561 | - color: #fff !important; | |
| 6562 | -} | |
| 6563 | -.mxchat-embed-warn-danger:hover, | |
| 6564 | -.mxchat-embed-warn-danger:focus { | |
| 6565 | - background: #8c2122 !important; | |
| 6566 | - border-color: #8c2122 !important; | |
| 6567 | -} | |
| 6461 | +} | |