.vjs-resolution-button {
  color: #ccc;
  font-family: VideoJS;
}

.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
  content: '\f110';
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-resolution-button-staticlabel {
    position: absolute;
    left: 12px;
}
.vjs-menu-item.vjs-selected .vjs-menu-item-text {
    color: #000;
}


.vjs-menu-item-text {
    color: #fff;
}