btn-primary setting in Moodle 3.1

Re: btn-primary setting in Moodle 3.3

by Susana Caixinha -
Number of replies: 0

Hello,

We've solved the problem with th following CSS:

.btn {color:[setting:buttontextcolor] !important }
.btn-primary {color: [setting:buttontextcolor] !important}
.btn-primary:visited {color: [setting:buttontextcolor] !important}


thank you,