Fix black background in gnome-calendar. Fixes #55

pull/70/head
Satyajit Sahoo 2013-10-23 22:48:20 +05:30
parent 03efb235fc
commit eb31bcd681
2 changed files with 8 additions and 1 deletions

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;
}

View File

@ -2994,7 +2994,6 @@ GtkProgressBar.osd.progressbar {
.selection-mode.header-bar .button,
.selection-mode.toolbar .button,
.selection-mode.toolbar GtkToolButton .button {
padding: 3px;
border-width: 1px;
border-style: solid;
border-color: @theme_selected_bg_color;