Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/alerts.less')
-rw-r--r--less/alerts.less13
1 files changed, 13 insertions, 0 deletions
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