diff --git a/app/styles/input.css b/app/styles/input.css index cc4087cd..8ea38c2b 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -83,7 +83,16 @@ select { padding-right: calc(2*7px + 8px); padding-left: 7px; } - +select:active { + /* Rotated arrow */ + --select-arrow: url('data:image/svg+xml;utf8, \ + \ + \ + '); +} option { color: black; background: white;