| @@ -251,8 +251,9 @@ | ||
| 251 | 251 | height: calc(100vh - 277px); |
| 252 | 252 | position: relative; |
| 253 | 253 | padding: 15px; |
| 254 | 254 | box-sizing: border-box; |
| 255 | + max-height: 564px; | |
| 255 | 256 | } |
| 256 | 257 | |
| 257 | 258 | .wp-chatbot-product-reload.wp-chatbot-product-loading { |
| 258 | 259 | display: block; |
| @@ -372,10 +373,10 @@ | ||
| 372 | 373 | display: none; |
| 373 | 374 | } |
| 374 | 375 | |
| 375 | 376 | #wp-chatbot-messages-container .wp-chatbot-avatar img, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar img { |
| 376 | - width: 40px; | |
| 377 | - height: 40px; | |
| 377 | + width: 40px !important; | |
| 378 | + height: 40px !important; | |
| 378 | 379 | object-fit: cover; |
| 379 | 380 | } |
| 380 | 381 | |
| 381 | 382 | /********************************************************************************* |
| @@ -532,8 +533,33 @@ | ||
| 532 | 533 | box-shadow: none; |
| 533 | 534 | background: none; |
| 534 | 535 | } |
| 535 | 536 | |
| 537 | +.wp-chatbot-editor-container button { | |
| 538 | + display: inline-block; | |
| 539 | + height: 40px; | |
| 540 | + background: transparent url("../images/send-button.png") no-repeat right !important; | |
| 541 | + color: transparent !important; | |
| 542 | + width: 20%; | |
| 543 | + cursor: pointer; | |
| 544 | + margin: 0 0 0 -8px; | |
| 545 | + padding: 0; | |
| 546 | + border: none; | |
| 547 | + outline: none; | |
| 548 | +} | |
| 549 | + | |
| 550 | +.wp-chatbot-editor-container button:hover { | |
| 551 | + background: transparent url("../images/send-button.png") no-repeat center; | |
| 552 | + color: transparent; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.wp-chatbot-editor-container button:focus { | |
| 556 | + outline: none; | |
| 557 | + border: none; | |
| 558 | + box-shadow: none; | |
| 559 | + background: transparent url("../images/send-button.png") no-repeat center; | |
| 560 | +} | |
| 561 | + | |
| 536 | 562 | /***************************************************************************************** |
| 537 | 563 | 6. Message Item |
| 538 | 564 | *********************************************************************************************/ |
| 539 | 565 | /*Load More Product*/ |
| @@ -1964,15 +1990,5 @@ | ||
| 1964 | 1990 | } |
| 1965 | 1991 | .qcld-like-dislike-icon a { |
| 1966 | 1992 | padding: 0 5px 0 0; |
| 1967 | 1993 | height: 15px; |
| 1968 | -} | |
| 1969 | - | |
| 1970 | -.wp-chatbot-content { | |
| 1971 | - height: calc(100vh - 420px); | |
| 1972 | -} | |
| 1973 | - | |
| 1974 | -.wp-chatbot-expanded .wp-chatbot-content { | |
| 1975 | - height: calc(100vh - 340px); | |
| 1976 | -} | |
| 1977 | - | |
| 1978 | - | |
| 1994 | +} | |