You need to create the entire CSS for that. It won't be a 1:1 match to a normal HTML button, because it's a link unless all your buttons are styled the same. The below CSS for example will change its color to red.
Code:
#cbUserListsSearchTrigger > a {
color: red;
}