Merge pull request #655 from kvch/advanced-cursor-pointer

set type of cursor to pointer in advanced search
This commit is contained in:
Adam Tauber 2016-08-09 21:20:16 +02:00 committed by GitHub
commit 53c9185cbe
4 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -66,4 +66,7 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
padding: 0;
margin-top: 0.3rem;
text-align: right;
label, select {
cursor: pointer;
}
}

View File

@ -43,4 +43,7 @@
padding: 0;
margin-top: 0.3rem;
text-align: right;
label, select {
cursor: pointer;
}
}