Jump to content

Ajuda para mudar cor do Play


Moisés Oliveira

Recommended Posts

rechigo
.cardOverlayButtonIcon {
    background-color: blue !important;
}

for play button on media card

 

 

\

.emby-slider {
  color: blue !important;
}
.emby-slider::-moz-range-progress {
  background: blue !important;
}
.emby-slider::-webkit-slider-thumb {
  background: blue !important;
}
.emby-slider::-moz-range-thumb {
  background: blue !important;
}
.emby-slider::-ms-thumb {
  background: blue !important;
}
.emby-slider-background-lower {
  background-color: blue !important;
}

change slider color

  • Like 1
Link to comment
Share on other sites

Happy2Play

Podem me ajudar mudar cor play.

5e98cde8b1b01_screenshot.png

 

5e98ce09ced13_Semttulo.png

coloar outra cor.

 

OSD progress indicator

/*FireFox OSD*/
input.emby-slider::-moz-range-thumb, input.emby-slider::-moz-range-progress {
 background:blue;
}

/*Chrome-Edge OSD*/
div.emby-slider-background-lower, input.emby-slider::-webkit-slider-thumb {
 background-color:blue;
}

Play Buttons

button.cardOverlayFab-primary i, button.cardOverlayFab-primary i:hover {
background-color: blue;
}
Link to comment
Share on other sites

  • 4 weeks later...
arrbee99

So, just to check, both solutions given here are just different ways to achieve the same result ?

Link to comment
Share on other sites

Happy2Play

So, just to check, both solutions given here are just different ways to achieve the same result ?

Yes, as I try to not use "!important" as much as possible, as it is sort of the master override.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...