Former-commit-id: 80f8ca3e9a
This commit is contained in:
Hadi
2024-06-25 22:20:17 +02:00
parent 24d0f22f8e
commit 9b31f3be8d
248 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,35 @@
/***********
* calendar *
************/
GtkCalendar {
padding: 4px;
}
GtkCalendar:inconsistent {
color: mix(@theme_fg_color, @theme_bg_color, 0.3);
}
GtkCalendar.view,
GtkCalendar.header {
border-radius: 0;
background-color: @theme_bg_color;
border-width: 0;
}
GtkCalendar.button,
GtkCalendar.button:focus,
GtkCalendar.button:hover,
GtkCalendar.button:hover:focus,
GtkCalendar.button:active:focus,
GtkCalendar.button:insensitive {
color: @theme_fg_color;
border-width: 0;
background-color: transparent;
background-image: none;
}
.highlight,
GtkCalendar.highlight {
border-width: 0;
background-color: @theme_base_color;
color: @theme_selected_fg_color;
}