diff --git a/www/admin/app-admin.less b/www/admin/app-admin.less index eb2a8c0f8..84532c6c5 100644 --- a/www/admin/app-admin.less +++ b/www/admin/app-admin.less @@ -27,12 +27,15 @@ .cp-support-list-actions { margin: 10px 0px 10px 2px; } - .cp-support-list-message { - &:last-child:not(.cp-support-fromadmin) { - color: @colortheme_cp-red; - background-color: lighten(@colortheme_cp-red, 25%); - .cp-support-showdata { - background-color: lighten(@colortheme_cp-red, 30%); + + .cp-support-list-ticket:not(.cp-support-list-closed) { + .cp-support-list-message { + &:last-child:not(.cp-support-fromadmin) { + color: @colortheme_cp-red; + background-color: lighten(@colortheme_cp-red, 25%); + .cp-support-showdata { + background-color: lighten(@colortheme_cp-red, 30%); + } } } }