Fix black background in gnome-calendar. Fixes #55
parent
03efb235fc
commit
eb31bcd681
|
@ -317,3 +317,11 @@ EPreviewPane .entry {
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/******************
|
||||||
|
* gnome calendar *
|
||||||
|
******************/
|
||||||
|
.calendar-view {
|
||||||
|
background-color: shade(@theme_base_color, 0.95);
|
||||||
|
color: @theme_text_color;
|
||||||
|
}
|
||||||
|
|
|
@ -2994,7 +2994,6 @@ GtkProgressBar.osd.progressbar {
|
||||||
.selection-mode.header-bar .button,
|
.selection-mode.header-bar .button,
|
||||||
.selection-mode.toolbar .button,
|
.selection-mode.toolbar .button,
|
||||||
.selection-mode.toolbar GtkToolButton .button {
|
.selection-mode.toolbar GtkToolButton .button {
|
||||||
padding: 3px;
|
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: @theme_selected_bg_color;
|
border-color: @theme_selected_bg_color;
|
||||||
|
|
Loading…
Reference in New Issue