-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
snow-storm-light.css
89 lines (76 loc) · 1.57 KB
/
snow-storm-light.css
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.candidate-popup-content {
margin: 0;
border-radius: 16px;
padding: 0;
box-shadow: none;
border-width: 0;
}
.candidate-popup-text {
border-width: 0;
border-bottom-width: 0;
padding: 0;
}
.candidate-box {
transition-duration: 100ms;
border-radius: 16px;
border-color: #e5e9f0;
padding: 0.5em;
}
.candidate-page-button:insensitive {
color: rgba(0, 0, 0, 0.2) !important;
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none;
}
.candidate-page-button:hover,
.candidate-page-button:active {
color: #4c566a !important;
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none;
}
.candidate-page-button {
color: #434c5e !important;
background-color: transparent !important;
border-color: transparent !important;
min-width: 28px !important;
min-height: 28px !important;
box-shadow: none;
}
.candidate-popup-boxpointer {
-arrow-background-color: #eceff4;
-arrow-border-radius: 16px;
-arrow-border-width: 0px;
-arrow-base: 0px;
/* Fix border */
-arrow-border-color: #eceff4;
background: none;
border-image: none;
}
/*
* Text
*/
.candidate-popup-content {
color: rgba(0, 0, 0, 0.95);
background-color: transparent;
}
.candidate-box:selected {
color: rgba(0, 0, 0, 1);
}
.candidate-box,
.candidate-index {
color: rgba(0, 0, 0, 0.8);
}
/*
* Colors
*/
.candidate-popup-content,
.candidate-popup-text {
border-color: #d8dee9;
}
.candidate-box:hover {
background-color: #d8dee9;
}
.candidate-box:selected {
background-color: #d8dee9;
}