PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 7.4.4
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v7.4.4
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 8.5.3 All 534 releases
← All changes | css/common-style.css +33 -50 8.6.27.4.4 View file →
@@ -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,11 +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;
378 - object-fit: cover;
377 + width: 40px !important;
378 + height: 40px !important;
379 379 }
380 380
381 381 /*********************************************************************************
382 382 4. Tab
@@ -532,8 +532,33 @@
532 532 box-shadow: none;
533 533 background: none;
534 534 }
535 535
536 +.wp-chatbot-editor-container button {
537 + display: inline-block;
538 + height: 40px;
539 + background: transparent url("../images/send-button.png") no-repeat right !important;
540 + color: transparent !important;
541 + width: 20%;
542 + cursor: pointer;
543 + margin: 0 0 0 -8px;
544 + padding: 0;
545 + border: none;
546 + outline: none;
547 +}
548 +
549 +.wp-chatbot-editor-container button:hover {
550 + background: transparent url("../images/send-button.png") no-repeat center;
551 + color: transparent;
552 +}
553 +
554 +.wp-chatbot-editor-container button:focus {
555 + outline: none;
556 + border: none;
557 + box-shadow: none;
558 + background: transparent url("../images/send-button.png") no-repeat center;
559 +}
560 +
536 561 /*****************************************************************************************
537 562 6. Message Item
538 563 *********************************************************************************************/
539 564 /*Load More Product*/
@@ -1742,8 +1767,9 @@
1742 1767 padding: 0 5px;
1743 1768 }
1744 1769
1745 1770 .qcld-like-dislike-icon i {
1771 + font: normal normal normal 14px / 1 FontAwesome !important;
1746 1772 color: #1d73b4;
1747 1773 }
1748 1774
1749 1775 ul.wp-chatbot-messages-container>li>.wp-chatbot-paragraph,
@@ -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);
@@ -1887,8 +1911,11 @@
1887 1911 padding: 6px 0 0 0;
1888 1912 }
1889 1913
1890 1914
1915 +.qcld-like-dislike-icon a i {
1916 + padding: 0 6px;
1917 +}
1891 1918
1892 1919 .qcld-like-dislike-icon i.fa.fa-thumbs-o-up.liked {
1893 1920 position: relative;
1894 1921 font-size: 0px !important;
@@ -1930,49 +1957,5 @@
1930 1957 }
1931 1958
1932 1959 .qcld-like-dislike-icon i.fa.fa-thumbs-o-down.disliked:before:hover {
1933 1960 transform: scale(1.5);
1934 -}
1935 -
1936 -.qcld-like-dislike-icon a {
1937 - outline: none !important;
1938 -}
1939 -
1940 -
1941 -.qcld-like-dislike-icon a {
1942 - padding: 0 10px 0 0;
1943 -}
1944 -
1945 -.qcld-like-dislike-icon .share-menu a {
1946 - 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 -
1961 +}