Change cursor on select
This commit is contained in:
parent
9cad8fcc65
commit
8691421ce3
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue