window { background: transparent; } #input { background: #222; color: #FFF; border-radius: 0; border: 2px solid #33DD33; } #inner-box { background: #222; color: #FFF; max-height: 100%; border-bottom: 2px solid #33DD33; } #entry { border-left: 2px solid #33DD33; border-right: 2px solid #33DD33; } #scroll { } #entry:selected { background-color: #33DD33; border: none; outline: none; } #entry:selected #text { color: #222; }