window { background-color: rgba(0, 0, 0, 0.8); color: #fff; } #input { border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); border-radius: 0; background-color: transparent; color: #fff; padding: 3px 10px; } #input:focus { box-shadow: none; } #inner-box { padding: 10px; } #entry:selected { background-color: rgba(255, 255, 255, 0.1); outline: 0; }