/* CSS support for touch-menus in family trees as generated by the SVG Family-Tree Generator (SVG-FTG) */
/* Author:	A.C.Proctor	22-Jul-2025		*/

.tm-menu {
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    border-color: gray;
    padding: 5px;
    box-shadow: inset 0 0 0 5px white;
    width: fit-content;
    cursor: pointer;
    position:fixed;
    z-index: 90;
    color: black; background-color:white;
    -webkit-tap-highlight-color: transparent;	/* Stop Chrome highlighting menu content */
    user-select: none;
}

.tm-menuRule {
    border-top: thin solid red;	/* Avoids having to think of an appropriate length */
}
