diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index f6d1d7a..8e528b2 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -345,6 +345,7 @@ div.infonotice, div.successnotice, div.warningnotice, div.errornotice, +div.pk-success, div.pk-information, div.pk-attention, div.pk-error { @@ -369,7 +370,8 @@ div.pk-error { color: white; } &.success, - &.successnotice { + &.successnotice, + &.pk-success { &:before { content: "\f058"; } // check-circle border-color: #00b000; border-image: linear-gradient(#27eb00, lighten(#27eb00, 10%)) 2;