.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
+ pointer-events: none;
cursor: default;
opacity: 0.65;
filter: alpha(opacity=65);
border-top-color: #f8e5be;
}
+.alert > a,
+.alert > p > a {
+ font-weight: 500;
+ color: #a47e3c;
+}
+
.close {
position: relative;
top: -2px;
border-top-color: #c9e2b3;
}
+.alert-success > a,
+.alert-success > p > a {
+ color: #356635;
+}
+
.alert-danger,
.alert-error {
color: #b94a48;
border-top-color: #e6c1c7;
}
+.alert-danger > a,
+.alert-error > a,
+.alert-danger > p > a,
+.alert-error > p > a {
+ color: #953b39;
+}
+
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-top-color: #a6e1ec;
}
+.alert-info > a,
+.alert-info > p > a {
+ color: #2d6987;
+}
+
.alert-block {
padding-top: 14px;
padding-bottom: 14px;
hr {
border-top-color: darken(@state-warning-border, 5%);
}
+ // Inherit color for immediate links and bolden them some
+ > a,
+ > p > a {
+ font-weight: 500;
+ color: darken(@state-warning-text, 10%);
+ }
}
// Adjust close link position
hr {
border-top-color: darken(@state-success-border, 5%);
}
+ > a,
+ > p > a {
+ color: darken(@state-success-text, 10%);
+ }
}
.alert-danger,
.alert-error {
hr {
border-top-color: darken(@state-error-border, 5%);
}
+ > a,
+ > p > a {
+ color: darken(@state-error-text, 10%);
+ }
}
.alert-info {
background-color: @state-info-background;
hr {
border-top-color: darken(@state-info-border, 5%);
}
+ > a,
+ > p > a {
+ color: darken(@state-info-text, 10%);
+ }
}
// Block alerts