-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (49 loc) · 1.14 KB
/
style.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
.select2-container .select2-selection--single {
background-color: #222;
border-color: #222;
font-size: 16px;
}
#select2-stock-container {
color: #aaa;
}
#select2-stock-results{
background-color: #222;
overflow-x: hidden;
-ms-overflow-style: none;
}
#select2-stock-results::-webkit-scrollbar {
width: 0 !important
}
.select2-results__option, .select2-selection__rendered {
background-color: #222;
color: #aaa;
border: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
background-color: #222;
color: #aaa;
border: 1px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background-color: #6FA8DC;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
background-color: rgb(60, 131, 197);
color: white;
}
.select2-search--dropdown {
background-color: #222;
}
.select2-dropdown {
border: 0px;
}
svg > g > g:last-child { pointer-events: none }
select {
margin: auto;
}
.gsc-above-wrapper-area {
display: none;
}
.gsc-adBlock {
display:none;
}