Skip to content
Snippets Groups Projects
Commit 8691421c authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Change cursor on select

parent 9cad8fcc
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!96More front
...@@ -15,4 +15,5 @@ Font-Awesome attribution is already done inside SVG files ...@@ -15,4 +15,5 @@ Font-Awesome attribution is already done inside SVG files
#login-form select { #login-form select {
-moz-appearance: none; -moz-appearance: none;
cursor: pointer;
} }
\ No newline at end of file
...@@ -41,6 +41,7 @@ select.language { ...@@ -41,6 +41,7 @@ select.language {
color: #6c757d; color: #6c757d;
-moz-appearance: none; -moz-appearance: none;
width: auto; width: auto;
cursor: pointer;
} }
/* Last BDE colors */ /* Last BDE colors */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment