23.03.2020, 07:25
Depends on what do you want to change exactly. This example will change spinner button color to orange:
Code:
.control-spinner .btn {
background-color: #f90;
background-image: none;
}