Jump to content

Stupid question - how to change the CSS?


Go to solution Solved by Koleckai Silvestri,

Recommended Posts

Posted

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

  • Solution
Koleckai Silvestri
Posted

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
  • 1 month later...
Posted

sorry... is just add the name of the file and put and some path?

Posted

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;
}
Posted

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.

Koleckai Silvestri
Posted

Did you perform a cache clear and browser refresh for the client?

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