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
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-11-28 13:48:34 +0400
committerMark Otto <otto@github.com>2012-11-28 13:48:34 +0400
commit014d3cedf5f92e9b9f246cef2c639b2845e6741f (patch)
tree9105b14ae74ff6d9d72c430d96e6a84f1b9e4b5a /less
parentbfc97fdaf6cefceb4091e745977b5bac2ffda1c7 (diff)
Fixes #5940: Prevent @headingsColor from changing alert colors
Diffstat (limited to 'less')
-rw-r--r--less/alerts.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 9abb226d6b..37e50f9038 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -13,6 +13,10 @@
background-color: @warningBackground;
border: 1px solid @warningBorder;
.border-radius(@baseBorderRadius);
+}
+.alert,
+.alert h4 {
+ // Specified for the h4 to prevent conflicts of changing @headingsColor
color: @warningText;
}
.alert h4 {