
Updated Roll20 Icon Radial Menu using the Stylus Chrome Extension Designed for Roll20 Dark Mode Stylus URL used: <a href="https://app.roll20.net/editor/" rel="nofollow">https://app.roll20.net/editor/</a> Old on the left, new on the right. #radial-menu .markermenu.open { width: 424px; height: 320px; border-radius: 5px; margin-top: 26px; margin-left: -12.5px; padding-left: 6px; } #radial-menu .markermenu.open .statusicon { font-size: 0px; margin-bottom: 15px; } #radial-menu .markermenu .markercolor.dead { font-weight: normal; height: 40px; margin-left: 0; padding: 0; top: 0px !important; width: 40px; } #radial-menu .markermenu.open .statusicon::after { color: white; content: attr(title); display: inline-block; background: #1c1c1c; font-size: 10px; line-height: 1.0em; overflow: hidden; position: relative; text-align: center; top: 46px; white-space: nowrap; width: 40px; /*font-variant: small-caps; letter-spacing: 0.05rem;*/ } #radial-menu .markermenu .markercolor.dead::before { content: "X"; display: block; font-size: 54px; font-weight: bold; position: absolute; text-align: center; top: 11px; width: 100%; } #radial-menu .markermenu .markericon { border: 4px solid #1c1c1c; width: 40px; height: 40px; position: relative; background-size: 40px; margin-left: 2px; } #radial-menu .markermenu .markercolor { border: 4px solid #1c1c1c; width: 40px; height: 40px; border-radius: 30px; text-transform: capitalize; /*font-variant: small-caps; letter-spacing: 0.05rem;*/ } #tokenMarkerSearch { margin-top: 15px; margin-left: 58px; width: 55%; height: 70%; } #tokenMarkerClear { margin-top: 10px; width: 22%; height: 5px; line-height: 1rem; margin-right: 15px; margin-left: auto; }