-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Orange-Light-热带橙-浅色-FFBE6F.css
104 lines (85 loc) · 2.02 KB
/
Orange-Light-热带橙-浅色-FFBE6F.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* Exported by Hollow Man <[email protected]> from
* https://github.com/tuberry/ibus-tweaker/blob/8616794abe3e8664a23e41a282a1bc94873040f6/ibus-tweaker%40tuberry.github.com/stylesheet.css
*
* Page buttons added by Hollow Man <[email protected]>
*/
/*
* Common
*/
.candidate-popup-content {
margin: 0;
border-radius: 0.2em;
border-width: 1px;
padding: 0;
box-shadow: none;
}
.candidate-popup-text {
border-width: 0;
border-bottom-width: 1px;
padding: 0;
}
.candidate-box {
transition-duration: 100ms;
border-radius: 0;
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: rgba(0, 0, 0, 1) !important;
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none;
}
.candidate-page-button {
color: rgba(0, 0, 0, 0.6) !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: rgba(255, 255, 255, 1);
-arrow-border-radius: 0.2em;
-arrow-border-width: 0px;
-arrow-base: 0px;
/* Fix border */
-arrow-border-color: transparent;
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.6);
}
/*
* Colors
*/
/*
* #FFBE6F
*/
.candidate-popup-content,
.candidate-popup-text {
border-color: rgba(255, 190, 111, 0.95);
}
.candidate-box:hover {
background-color: rgba(255, 190, 111, 0.6);
}
.candidate-box:selected {
background-color: rgba(255, 190, 111, 0.95);
}