/* =Upgrade Plugin ----------------------------------------------- */ #plugin__upgrade_meter ol { height: 24px; li { height: 24px; font-family: @ini_font; border-radius: 12px; span { right: -20px; } span.step { top: -12px; padding: 0; padding-top: 4px; border: 3px solid @ini_background_neu; z-index: 99; font-size: 24px; color: @ini_background_neu; width: 1.5em; font-weight: normal; position: absolute; background-color: #fff; border-radius: 50%; width: 48px; height: 48px; } span.stage { color: #fff; font-weight: normal; } } li.active { height: 24px; background: @ini_theme_color; span.stage { color: @ini_background; } } }