Fix black background in gnome-calendar. Fixes #55

This commit is contained in:
Satyajit Sahoo
2013-10-23 22:48:20 +05:30
parent 03efb235fc
commit eb31bcd681
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -317,3 +317,11 @@ EPreviewPane .entry {
background-color: @theme_base_color;
color: @theme_text_color;
}
/******************
* gnome calendar *
******************/
.calendar-view {
background-color: shade(@theme_base_color, 0.95);
color: @theme_text_color;
}