Change color on order status

I ended up increasing the font size instead. It can be changed here in 4.x

...design\backend\css\styles.less

add: font-size: 13px

under:

.btn-info {
margin-left: 5px;

You can add the following rules to change text color:

.dropdown .btn-info {
    color: blue;
    font-weight: bold;
}

http://prntscr.com/b4ldjm