This is so I have more granular control over interactions between resets and intentional styles
15 lines
320 B
CSS
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);
|
|
}
|