• Hi,

    I would like to change collors of OSD in player UI, but it seems, that identifier of progress bar, progress indicator/or the player is not static. So if I change properties of class like following for example, it does not work. Once it was

    #player_WPIK-RkQs-M3Gn-Q5r2-uXxs

    than:

    #player_jZP2-HS8y-OZSv-rExc-UymJ

    See bellow.

    #player_WPIK-RkQs-M3Gn-Q5r2-uXxs > div.Skin.enableGPU.defaultElement.showElement.mouseEnable.defaultCursor > div.ControlbarBox.defaultElement.showElement.mouseEnable > div.ControlbarContainer.defaultElement.showElement.mouseEnable > div > a.ProgressbarIndicator.defaultElement.showElement.buttonElement.mouseEnable {
    background: red !important;
    }

    #player_jZP2-HS8y-OZSv-rExc-UymJ > div.Skin.enableGPU.defaultElement.showElement.mouseEnable.defaultCursor > div.ControlbarBox.defaultElement.showElement.mouseEnable > div.ControlbarContainer.defaultElement.showElement.mouseEnable > div > a.ProgressbarIndicator.defaultElement.showElement.buttonElement.mouseEnable

    Thanks,
    P.

  • The topic ‘Change collors of UI’ is closed to new replies.