diff options
| author | Mark Otto <[email protected]> | 2012-11-28 01:48:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-28 01:48:34 -0800 |
| commit | 014d3cedf5f92e9b9f246cef2c639b2845e6741f (patch) | |
| tree | 9105b14ae74ff6d9d72c430d96e6a84f1b9e4b5a /less | |
| parent | bfc97fdaf6cefceb4091e745977b5bac2ffda1c7 (diff) | |
| download | bootstrap-014d3cedf5f92e9b9f246cef2c639b2845e6741f.tar.xz bootstrap-014d3cedf5f92e9b9f246cef2c639b2845e6741f.zip | |
Fixes #5940: Prevent @headingsColor from changing alert colors
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/alerts.less b/less/alerts.less index 9abb226d6..37e50f903 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 { |
