aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/calendar.css
blob: 008c4167ae618dcd94d0db5bff69df4a11c18592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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;
}