choicesjs.css
1.24 KB
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
/* --- Choices.js --- */
.choices input {
border: none;
background-color: transparent;
padding: 2px;
height: 23px;
min-height: unset;
margin-bottom: 3px;
}
.choices input:focus {
box-shadow: none;
}
.choices .choices__inner {
background-color: transparent;
min-height: unset;
}
.choices .choices__inner .choices__list--multiple .choices__item {
padding: 3px 7px 3px 10px;
background-color: rgba(var(--neutralRGB), 0.05);
border: none;
border-radius: 3px;
font-weight: 600;
font-size: 13px;
line-height: 1.3;
color: rgba(var(--neutralRGB), 0.7);
}
.choices .choices__inner .choices__list--multiple .choices__item.is-highlighted {
background-color: rgba(var(--neutralRGB), 0.07);
}
.choices .choices__inner .choices__list--multiple .choices__item .choices__button {
border: none;
margin: 0;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMGUyMTIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
}