Button message text color the same as button color

Issue #591 closed
Jose Rivas created an issue

In any course in any participant profile the button message has the same color as the text. It doesn't happen with any other button.

I attach an image.

The css class affecting this behaviour is

a, a:link, a:visited, .tabtree .tabrow0 li a, .dropdown-menu.usermen>li>a { color: #003865 !important; text-decoration: none !important; }

Comments (5)

  1. Info 3bits

    Can't be replicated.

    The button text colour issues were fixed in 1.3 and should always display the same colour using buttontextcolor variable. Actually only the "disabled" button is hard coded. The rest should display the colours set in the Colours settings section.

    The small and dark message icon is hard coded in the moodle render so irt can't be changed (not a FA icon)

    This button is available in old moodle versions (3.1 and older) and deprecated in 3.2 so the icon will not fixed.

  2. Log in to comment