diff -urN ../roundcubemail-1.6.1.orig/skins/chameleon/includes/links.html ./skins/chameleon/includes/links.html --- ../roundcubemail-1.6.1.orig/skins/chameleon/includes/links.html 2022-09-21 14:49:44.000000000 +0300 +++ ./skins/chameleon/includes/links.html 2023-05-15 18:15:41.200350000 +0300 @@ -10,6 +10,7 @@ + diff -urN ../roundcubemail-1.6.1.orig/skins/chameleon/styles-fixes.css ./skins/chameleon/styles-fixes.css --- ../roundcubemail-1.6.1.orig/skins/chameleon/styles-fixes.css 2023-05-15 19:04:16.732777000 +0300 +++ ./skins/chameleon/styles-fixes.css 2024-04-20 22:14:57.254865000 +0300 @@ -0,0 +1,47 @@ +body.xelastic.xelastic .listing.iconized li.preferences > a:before, +body.xelastic.xelastic .listing.iconized li.folders > a:before, +body.xelastic.xelastic .listing.iconized li.identities > a:before, +body.xelastic.xelastic .listing.iconized li.responses > a:before, +body.xelastic.xelastic .listing.iconized li.password > a:before, +body.xelastic.xelastic .listing.iconized li.filter > a:before, +body.xelastic.xelastic .listing.iconized li.vacation > a:before, +body.xelastic.xelastic .listing.iconized li.forward > a:before, +body.xelastic.xelastic .listing.iconized li.enigma.keys > a:before, +body.xelastic.xelastic .listing.iconized li.userinfo > a:before +{ + content: none !important; +} + +body.xelastic.xelastic .listing.iconized tr.general > td.section:before, +body.xelastic.xelastic .listing.iconized tr.mailbox > td.section:before, +body.xelastic.xelastic .listing.iconized tr.mailview > td.section:before, +body.xelastic.xelastic .listing.iconized tr.compose > td.section:before, +body.xelastic.xelastic .listing.iconized tr.addressbook > td.section:before, +body.xelastic.xelastic .listing.iconized tr.folders > td.section:before, +body.xelastic.xelastic .listing.iconized tr.encryption > td.section:before, +body.xelastic.xelastic .listing.iconized tr.thunderbird_labels > td.section:before, +body.xelastic.xelastic .listing.iconized tr.server > td.section:before, +body.xelastic.xelastic .listing.iconized tr.cd_preferences > td.section:before, +body.xelastic.xelastic .listing.iconized tr.calendar > td.section:before +{ + content: none !important; +} + +#sections-table tr td.section { + background-image: url(images/listicons.png) !important; +} +#sections-table #rcmrowencryption .section { + background-position: 7px -2433px !important; +} + +.messagelist tr.flagged th, +.messagelist tr.flagged td, +.messagelist tr.flagged td a { +/* color: #ff3300 !important; */ + color: #666666 !important; +} +.widescreen .messagelist tr.flagged td.subject span.date, +.widescreen .messagelist tr.flagged td.subject span.fromto { +/* color: #ff5c33 !important; */ + color: #666666 !important; +}