PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 7.6.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v7.6.0
8.7.9 8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 All 535 releases
← All changes | css/common-style.css +30 -37 8.6.27.6.0 View file →
@@ -222,9 +222,9 @@
222 222 .wp-chatbot-board-container {
223 223 display: none;
224 224 font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
225 225 height: auto;
226 - width: 370px;
226 + width: 460px;
227 227 position: relative;
228 228 box-sizing: border-box; /*margin-bottom: 10px;*/
229 229 }
230 230
@@ -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*/
@@ -1871,10 +1897,8 @@
1871 1897 backdrop-filter: none;
1872 1898 isolation: inherit;
1873 1899 }
1874 1900
1875 -
1876 -
1877 1901 ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
1878 1902 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
1879 1903 background: rgb(255 255 255 / 30%);
1880 1904 backdrop-filter: blur(0px);
@@ -1943,36 +1967,5 @@
1943 1967 }
1944 1968
1945 1969 .qcld-like-dislike-icon .share-menu a {
1946 1970 padding: 0 0 0 0 !important;
1947 -}
1948 -
1949 -.qcld-like-dislike-icon i {
1950 - color: #ffffff;
1951 -}
1952 -
1953 -.wp-chatbot-textanimation ul {
1954 - margin: 12px 0 8px 20px !important;
1955 - padding: 0;
1956 -}
1957 -.qcld-like-dislike-icon i {
1958 - color: #1e74b3;
1959 -}
1960 -.qcld-like-dislike-icon a i {
1961 - font-size: 16px;
1962 - padding: 0;
1963 - height: auto;
1964 -}
1965 -.qcld-like-dislike-icon a {
1966 - padding: 0 5px 0 0;
1967 - 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 -
1971 +}