Skip to content

Commit adb0d24

Browse files
committed
update version and update the dist files.
1 parent 3d7ea68 commit adb0d24

File tree

12 files changed

+2260
-481
lines changed

12 files changed

+2260
-481
lines changed

dist/nmgt/nmgt.css

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
.mejs__nmgt-selector.mejs__offscreen {
2+
display: none;
3+
}
4+
5+
.mejs__nmgt-button,
6+
.mejs-nmgt-button {
7+
position: relative;
8+
}
9+
10+
.mejs__nmgt-button > button,
11+
.mejs-nmgt-button > button {
12+
background: transparent;
13+
color: white;
14+
font-size: 11px;
15+
line-height: normal;
16+
margin: 11px 0 0;
17+
width: 36px;
18+
}
19+
20+
.mejs__nmgt-selector,
21+
.mejs-nmgt-selector {
22+
background: rgba(50, 50, 50, 0.7);
23+
border: solid 1px transparent;
24+
border-radius: 0;
25+
height: 150px;
26+
left: -10px;
27+
overflow: hidden;
28+
padding: 0;
29+
position: absolute;
30+
top: -100px;
31+
width: 60px;
32+
}
33+
34+
.mejs__nmgt-selector-list,
35+
.mejs-nmgt-selector-list {
36+
display: block;
37+
list-style-type: none !important;
38+
margin: 0;
39+
overflow: hidden;
40+
padding: 0;
41+
}
42+
43+
.mejs__nmgt-selector-list-item,
44+
.mejs-nmgt-selector-list-item {
45+
border: 0.06rem solid transparent;
46+
color: #fff;
47+
display: block;
48+
list-style-type: none !important;
49+
margin: 0 0 6px;
50+
overflow: hidden;
51+
padding: 0 10px;
52+
}
53+
54+
.mejs__nmgt-selector-list-item:hover,
55+
.mejs-nmgt-selector-list-item:hover {
56+
background-color: rgb(200, 200, 200) !important;
57+
background-color: rgba(255, 255, 255, 0.4) !important;
58+
}
59+
60+
.mejs__nmgt-selector-list-item:focus-within,
61+
.mejs-nmgt-selector-list-item:focus-within {
62+
border-color: #fff;
63+
}
64+
65+
.mejs__nmgt-selector-input,
66+
.mejs-nmgt-selector-input {
67+
/* stylelint-disable-next-line property-no-unknown */
68+
accent-color: black;
69+
clear: both;
70+
float: left;
71+
height: 15px;
72+
left: 2px;
73+
margin: 3px 3px 0 5px;
74+
position: absolute;
75+
top: 11px;
76+
width: 15px;
77+
}
78+
79+
80+
81+
.mejs__nmgt-selector-label,
82+
.mejs-nmgt-selector-label {
83+
color: white;
84+
cursor: pointer;
85+
float: left;
86+
font-size: 11px;
87+
line-height: 15px;
88+
margin-left: 5px;
89+
padding: 4px 0 0;
90+
width: 60px;
91+
}
92+
93+
.mejs__nmgt-selected,
94+
.mejs-nmgt-selected {
95+
/* color: rgba(33, 248, 248, 1); */
96+
font-weight: 700;
97+
}
98+
99+
100+
.mejs__nmgt-button {
101+
width: 70px;
102+
}
103+
.mejs__nmgt-button > button {
104+
width: 70px;
105+
}

0 commit comments

Comments
 (0)