mirror of https://gitlab.crans.org/bde/nk20
Change cursor on select
This commit is contained in:
parent
9cad8fcc65
commit
8691421ce3
|
@ -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…
Reference in New Issue