7 lines
211 B
CSS
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; }
|
|
}
|