ripcrypt/templates/css/elements/generic.css
2025-04-11 21:46:49 -06:00

7 lines
211 B
CSS

.ripcrypt.popover.frameless,
.ripcrypt.hud,
.ripcrypt > .window-content {
.left-pill { border-radius: 999px 0 0 999px; }
.right-pill { border-radius: 0 999px 999px 0; }
.full-pill { border-radius: 999px; }
}