Jump to content

Stupid question - how to change the CSS?


Nathanio
Go to solution Solved by Koleckai Silvestri,

Recommended Posts

Nathanio

So stupid question time; how do you actually change the the CSS themes? I've seen some really nice ones that I'd like to change too. Thanks

 

Nathan

Link to comment
Share on other sites

  • Solution
Koleckai Silvestri

It is under Server -> Settings. There should be a branding field ad you can add your own custom CSS or one of the themes provided by others.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Actually, you put the style information in the box just as it would appear in a css file.

 

For example, mine has two little tweaks to the way the play indicator displays and a more subtle color on the one of the buttons:

.playedIndicator {
border-radius: 5px !important;
background: #2e72b9 !important;
top:1px !important;
right:1px !important;
}


paper-button[raised].more {
    background: blueviolet;
    color: #fff;
}
Link to comment
Share on other sites

Is it normal that when I edit the CSS, it only apply changes to the admin user interface? There is no changes when I login with a client user.

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