Disable alternative color in Evolution message list

Add the following CSS in ~/.config/gtk-3.0/gtk.css file

* {
    -ETable-alternating-row-colors: false;
    -ETree-alternating-row-colors: false;
}