You can go in the Readable
color theme page, edit it and access the
Advanced section.
here you should find a block of code. You can remove the section titled //== Alerts
.
Here is the whole block of code that should be removed:
//== Alerts
//
//## Define alert colors, border radius, and padding.
@alert-padding: 15px;
@alert-border-radius: @border-radius-base;
@alert-link-font-weight: bold;
@alert-success-bg: @state-success-border;
@alert-success-text: #fff;
@alert-success-border: @state-success-border;
@alert-info-bg: @state-info-border;
@alert-info-text: #fff;
@alert-info-border: @state-info-border;
@alert-warning-bg: @state-warning-border;
@alert-warning-text: #fff;
@alert-warning-border: @state-warning-border;
@alert-danger-bg: @state-danger-border;
@alert-danger-text: #fff;
@alert-danger-border: @state-danger-border;
This is the easy solution I got for 2.
I’ll make sure a fix for your issue arrives in next version of LTS.
Thanks for reporting this issue!
Lucas C.