joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.69k stars 3.63k forks source link

Info alert message and success button - need to fix the colour #43661

Open Sulpher opened 3 weeks ago

Sulpher commented 3 weeks ago

Steps to reproduce the issue

There is an alert message (alert alert-info) and success button whose colour is not nice. Let's make it white.

Screenshot:

Снимок экрана 2024-06-16 в 00 01 14

The issue occurs due to this rule:

.alert.alert-info a {
  color: var(--state-info-text);
}

Expected result

The solution is to add an extra rule like that:

.alert.alert-info .btn-success a {color:#fff} And we will get perfect result:

Снимок экрана 2024-06-16 в 00 04 38

Dark mode is OK.

System information (as much as possible)

Joomla 5.1.1

Quy commented 1 week ago

Related #43708