File size: 721 Bytes
394073d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.layersBox {
    margin-top: 10px;
}

.selectInput {
    background-color: #25262b !important;
    border-color: #373a40 !important;
    color: #fff !important;
    font-size: 13px !important;
}

.selectInput:focus {
    border-color: #228be6 !important;
}

.selectDropdown {
    background-color: #25262b !important;
    border-color: #373a40 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
}

.selectOption {
    color: #c1c2c5 !important;
    font-size: 13px !important;
    transition: background-color 0.2s ease;
}

.selectOption[data-hovered] {
    background-color: #2c2e33 !important;
}

.selectOption[data-selected] {
    background-color: #228be6 !important;
    color: #fff !important;
}