-
Notifications
You must be signed in to change notification settings - Fork 0
/
nvccm.css
44 lines (39 loc) · 876 Bytes
/
nvccm.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
/*!
* Rain Voice Note 1.0.0.3 (NV Custom Context Menu) - https://nvjob.github.io/dlog/rain-voice-note.html
* (c) 2016-2019 #NVJOB Nicholas Veselov - https://nvjob.github.io
* GNU General Public License v3.0
*/
.nvccm,
.nvccm * {
margin: 0px auto;
padding: 0;
border: 0;
vertical-align: baseline;
background: transparent;
text-rendering: optimizeLegibility;
font-family: Calibri;
outline: none !important;
}
.nvccm {
display: none;
position: absolute;
z-index: 10;
background: #1F2627;
opacity: 0.9;
border: 1px solid #282F30;
}
.nvccm-active {
display: block;
}
button.nvccm_link {
color: #AFB1B1;
width: 100%;
font-size: 13px;
padding: 8px 10px;
display: block;
cursor: pointer;
}
.nvccm_link:hover {
color: #C9CBCB;
background: #2F3738;
}