@@ -, +, @@ - You should see a warning message with a pale yellow background, "This news item does not exist." - Submit a suggestion, and then submit another suggestion with the same title. - You should see a warning message, "The suggestion has not been added. A suggestion with this title already exists." --- koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 5 +++++ 1 file changed, 5 insertions(+) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss @@ -187,11 +187,16 @@ h1 { padding: 1rem 0; } + .alert { &.alert-info, &.alert-warning { color: #000; } + + &.alert-error { + @extend .alert-warning + } } .btn-primary { --