Change cursor on select

This commit is contained in:
Alexandre Iooss 2020-08-22 23:23:44 +02:00
parent 9cad8fcc65
commit 8691421ce3
2 changed files with 2 additions and 0 deletions

View file

@ -15,4 +15,5 @@ Font-Awesome attribution is already done inside SVG files
#login-form select {
-moz-appearance: none;
cursor: pointer;
}