From 68cbba347bc1e6edd8c2812f37236a622a6d3672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Mon, 3 Dec 2012 14:20:14 +0100 Subject: Fixing header color for success, error and info alerts --- less/alerts.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'less') diff --git a/less/alerts.less b/less/alerts.less index 37e50f9038..633b6591e6 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -40,17 +40,30 @@ border-color: @successBorder; color: @successText; } +.alert-success h4 { + // Specified for the h4 to prevent conflicts of changing @headingsColor + color: @successText; +} .alert-danger, .alert-error { background-color: @errorBackground; border-color: @errorBorder; color: @errorText; } +.alert-danger h4, +.alert-error h4 { + // Specified for the h4 to prevent conflicts of changing @headingsColor + color: @errorText; +} .alert-info { background-color: @infoBackground; border-color: @infoBorder; color: @infoText; } +.alert-info h4 { + // Specified for the h4 to prevent conflicts of changing @headingsColor + color: @infoText; +} // Block alerts -- cgit v1.2.3