diff -urN ../classic-1.6.0.orig/includes/links.html ./includes/links.html --- ../classic-1.6.0.orig/includes/links.html 2021-11-27 15:26:48.000000000 +0200 +++ ./includes/links.html 2024-04-20 21:50:44.985616000 +0300 @@ -2,6 +2,7 @@ + .css" /> diff -urN ../classic-1.6.0.orig/mail-fixes.css ./mail-fixes.css --- ../classic-1.6.0.orig/mail-fixes.css 1970-01-01 03:00:00.000000000 +0300 +++ ./mail-fixes.css 2024-04-21 00:15:43.826294000 +0300 @@ -0,0 +1,34 @@ +.messagelist tr.flagged td, +.messagelist tr.flagged td a +{ +/* color: #CC0000; */ + color: #000000 !important; +} + +.widescreen .messagelist tr.flagged td.subject span.date, +.widescreen .messagelist tr.flagged td.subject span.fromto { +/* color: #ff0000; */ + color: #666666 !important; +} + +.messagelist tr.flagged.selected td, +.messagelist tr.flagged.selected td a +{ + color: #FFFFFF !important; +} + +.widescreen .messagelist tr.flagged.selected td.subject span.date, +.widescreen .messagelist tr.flagged.selected td.subject span.fromto { + color: #FFFFFF !important; +} + +body.status-flagged .headers-table td.header.subject:before { + display: block; + float: left; + height: 13px; + width: 18px; + content: " "; + background: url(images/messageicons.png) center no-repeat; + background-position: 0 -155px; + overflow: hidden; +}