ripcrypt/templates/css/elements/select.css
2025-03-15 14:43:08 -06:00

16 lines
334 B
CSS

.ripcrypt.popover.frameless select,
.ripcrypt.hud select,
.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);
}