#contextMenu
{
    width: 100%;
	height: 100%;
    display: none;
}

#contextMenuFrame
{
	width: 12%;
	height: 30%;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0) 100%);
}

button.contextMenuElement
{
    position: relative;
    width: 80%;
    height: 15%;
    left: 10%;
    color: var(--text-light-color);
    text-shadow: var(--text-shadow-dark);
    font-size: var(--item-font-size);
}

button.contextMenuElement::before
{
    border-color: var(--border-light-color);
    color: var(--text-light-color);
}
