1
0
Fork 0

frio: add the possibility for the admin to change the colors for non personal pages

This commit is contained in:
rabuzarus 2017-10-23 20:26:31 +02:00
commit 6a8969452a
3 changed files with 72 additions and 8 deletions

View file

@ -2817,6 +2817,14 @@ section.help-content-wrapper li {
font-size: 0.96em;
}
/*Admin Page*/
#adminpage #frio_background_image .image-select {
display: none;
}
#adminpage #frio_background_image.input-group {
display: block;
}
/* Register Page*/
#register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
margin-top: 20px;