Jump to content

About broken CSS codes in the new stable version - EmbyServer 4.4.3.0


CarlosLima
Go to solution Solved by Happy2Play,

Recommended Posts

CarlosLima

1) 

The CSS code below changed the buttons on the player screen to round but broke in the new version.
Thank you for your update.
Thank you.

 

 

5ed301c7d7ac1_download.png

/* #23 - Altera a forma dos botoes da tela de player para redondos - Happly2Play-v4420=280320 */
div.detailButton-content {padding: 0 10px 0 0;}

div.detailButton-content i.detailButton-icon {
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    padding: .5em!important;
    width: auto!important;
    min-width: 0!important;
}
Link to comment
Share on other sites

  • Solution
Happy2Play

I can not seem to reproduce the issue with that code.  Do you see any other custom css in the browser console when you select those elements?

Edited by Happy2Play
  • Like 1
Link to comment
Share on other sites

CarlosLima

I can not seem to reproduce the issue with that code.  Do you see any other custom css in the browser console when you select those elements?

 

Somewhat strange. Upon returning to the same screen, the code worked perfectly now. As I don't believe in ghosts, (but I don't doubt they exist) I just forgot about it. Thank you.

 

5ed4405de4a61_download.png

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...