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;
}

View File

@ -41,6 +41,7 @@ select.language {
color: #6c757d;
-moz-appearance: none;
width: auto;
cursor: pointer;
}
/* Last BDE colors */