summaryrefslogtreecommitdiff
path: root/test/smoke-tests/eosactionbutton.css
blob: e4a8267fb5236ea56e1a05c3bd978c552cd2c29d (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* ****** ACTION BUTTONS ****** */

EosActionButton {
	background-color: transparent;
	border-color: #012345;
	border-radius: 32px;
	border-width: 8px;
	border-style: solid;
	margin: 10px;
}

/* ****** SIZES ****** */

EosActionButton.primary {
	border-radius: 32px;
	border-width: 8px;
}

EosActionButton.secondary {
	border-radius: 24px;
	border-width: 6px;
}

EosActionButton.tertiary {
	border-radius: 18px;
	border-width: 5px;
}

EosActionButton.quaternary {
	border-radius: 13px;
	border-width: 4px;
}

/* ****** STATES ****** */

EosActionButton:active {
	border-color: #123456;
}

EosActionButton:hover {
	border-color: #234567;
}

EosActionButton:insensitive {
	border-color: #345678;
}

EosActionButton:selected {
	border-color: #456789;
}

EosActionButton:focused {
	border-color: #56789A;
}

EosActionButton:inconsistent {
	border-color: #6789AB;
}

/* ****** ACTION MENU ****** */

GtkFrame#menu {
	background-color: #D3D7CF;
	border-color: #E1E2DE;
	border-width: 0 0 0 6px;
}

GtkLabel#content {
	color: #BABDB6;
	font-size: 48pt;
	background: #EEEEEC;
}