-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
83 lines (71 loc) · 1.21 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
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
#cmx {
background-color: rgba(0, 0, 0, 0.3);
display: none;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
height: 100%;
left: 0;
overflow: auto;
padding-top: 100px;
position: fixed;
top: 0;
visibility: hidden;
width: 100%;
z-index: 9999999;
}
#cmx #cmx-content {
background-color: #1D1F21;
color: #C5C8C6;
margin: auto;
overflow: hidden;
padding: 20px;
width: 80%;
}
#cmx #cmx-content #cmx-count {
display: inline;
}
#cmx #cmx-content #cmx-input {
all: unset;
background-color: #1D1F21;
border: none;
color: #C5C8C6;
width: 80%;
}
#cmx #cmx-content #cmx-container {
width: 100%;
border-bottom: 1px solid #303030;
}
#cmx #cmx-content #cmx-input:focus {
outline: none;
}
#cmx #cmx-content #cmx-ul {
list-style: none;
overflow-y: hidden;
}
#cmx #cmx-content li {
overflow: hidden;
}
#cmx #cmx-content li img {
width: 15px;
min-width: 15px;
margin-right: 15px;
}
#cmx #cmx-content li:hover {
background-color: #282A2E;
}
#cmx #cmx-content .cmx-selected {
color: #F0C674;
}
.cmx-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cmx-url {
color: #808080;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
display: inline;
}