aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.20/widgets/calendar.css
blob: 6e09c93cfbb5e08ae57122ba2cf6762e36822a94 (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 *
 ***********/
calendar {
	padding: 1px;
	border: 2px solid @bg_color;
	border-radius: 4px;
	color: @selected_fg_color;
}

calendar:disabled {
	color: shade(@selected_fg_color, 0.8) ;
}

calendar:selected {
	border-radius: 0px; 
}

calendar.header {
	border: none;
	background-color: @tooltip_bg_color;
	border-radius: 3px; 
}

calendar:indeterminate {
	color: alpha(currentColor, 0.4); 
}

calendar.highlight {
	background-color: alpha(@selected_bg_color, 0.1);
	color: @selected_fg_color;
	font-weight: 100; 
	border-radius: 3px; 
	padding: 2px
}