Fix evolution mail preview
parent
4574c5db69
commit
bc87cbe89a
|
@ -309,3 +309,11 @@ GucharmapChartable:selected {
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*************
|
||||||
|
* evolution *
|
||||||
|
*************/
|
||||||
|
EPreviewPane .entry {
|
||||||
|
background-color: @theme_base_color;
|
||||||
|
color: @theme_text_color;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue