Hi Francisco,
First, locate the theme of your application, on the Tab Interface under the folder Themes:

And then paste the following CSS:
.ECT_FeedbackContainer .FeedbackMessage,
.ECT_FeedbackContainer .FeedbackInitial {
background: red;
border-radius: 25px;
}
.FeedbackClickMessage b:hover {
color: white !important;
}

Replace the colors red and white by the colors of your liking. In my case, red background and white text:

Cheers,
João