| @@ -110,8 +110,17 @@ | ||
| 110 | 110 | |
| 111 | 111 | } |
| 112 | 112 | |
| 113 | 113 | |
| 114 | + | |
| 115 | +.wp-chatbot-content { | |
| 116 | + | |
| 117 | + /*background: url("../../images/message-bg.png") no-repeat top center;*/ | |
| 118 | + | |
| 119 | +} | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 114 | 123 | ul.wp-chatbot-messages-container li { |
| 115 | 124 | |
| 116 | 125 | font-size: 14px; |
| 117 | 126 | |
| @@ -221,8 +230,10 @@ | ||
| 221 | 230 | |
| 222 | 231 | ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph { |
| 223 | 232 | |
| 224 | 233 | background-color: transparent; |
| 234 | + | |
| 235 | + color: #494949; | |
| 225 | 236 | |
| 226 | 237 | } |
| 227 | 238 | |
| 228 | 239 | |