Nathanio 35 Posted October 4, 2015 Posted October 4, 2015 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 1151 Posted October 4, 2015 Solution Posted October 4, 2015 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. 1
rafinha 8 Posted November 6, 2015 Posted November 6, 2015 sorry... is just add the name of the file and put and some path?
Raff 51 Posted November 6, 2015 Posted November 6, 2015 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; }
Ben Z 86 Posted November 13, 2015 Posted November 13, 2015 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 1151 Posted November 14, 2015 Posted November 14, 2015 Did you perform a cache clear and browser refresh for the client?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now