File size: 304 Bytes
5365cac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
.contextMenu {
background: white;
border-style: solid;
box-shadow: 10px 19px 20px rgba(0, 0, 0, 10%);
position: absolute;
z-index: 10;
button {
border: none;
display: block;
padding: 0.5em;
text-align: left;
width: 100%;
}
button:hover {
background: white;
}
}
|