全部
#statusbarex td > span{
color: gray !important;
}

最初のカラムだけ
#statusbarex td:nth-of-type(1) > span{
color: gray !important;
}

これでどうじゃろ