ripcrypt/templates/css/elements/select.css
2025-01-11 20:04:27 -07:00

14 lines
276 B
CSS

.ripcrypt > .window-content select {
all: revert;
appearance: auto;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
display: flex;
align-items: center;
background: var(--input-background);
color: var(--input-text);
}