ripcrypt/templates/css/elements/select.css
Oliver-Akins 0135ca1124 Update the system CSS to use sub-layers
This is so I have more granular control over interactions between resets and intentional styles
2025-04-11 21:06:40 -06:00

15 lines
320 B
CSS

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