Pointer as cursor for buttons
parent
5832446bc6
commit
bbb9d071d2
|
@ -70,6 +70,7 @@
|
||||||
border-radius: 10px 10px 10px 10px;
|
border-radius: 10px 10px 10px 10px;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer {
|
.qs-footer {
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.qs-footer .button.next {
|
.qs-footer .button.next {
|
||||||
right: 100px;
|
right: 100px;
|
||||||
|
@ -127,4 +129,8 @@
|
||||||
|
|
||||||
.questionset-results .buttons {
|
.questionset-results .buttons {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
Reference in New Issue