Hello,
I did not find an answer - does anyone know how to change the textfield colors of the course status displayed in the My Activity page via CSS?
I managed to modify them at most of the other places, but am failing here.
Thanks
Hello,
I did not find an answer - does anyone know how to change the textfield colors of the course status displayed in the My Activity page via CSS?
I managed to modify them at most of the other places, but am failing here.
Thanks
Found it, hope it can help someone.
div.user-status.completed {
background-color: black !important;
}
div.user-status.in-progress {
background-color: blue !important;
}
div.user-status.to-begin {
background-color: red !important;
}
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.