1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
window { background: transparent; border-radius: 999px; } #prompt-box { border: none; } #prompt-box button { border: none; border-radius: 0px; } #prompt-box entry { border: none; outline-width: 0px; border-radius: 0px; }