1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fixes #5940: Prevent @headingsColor from changing alert colors

This commit is contained in:
Mark Otto 2012-11-28 01:48:34 -08:00
parent bfc97fdaf6
commit 014d3cedf5
2 changed files with 9 additions and 1 deletions

View file

@ -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 {