Cursor CSS Question
-
hello,
this is a very helpful plugin i am using to upload and replace a single PDF to a directory.
i have been playing around with the CSS and managed to get it looking right – however i simply cannot get the cursor to change to a pointer on the ‘Select File’ button.
i have tried it on the following:
input#input_1:hover {
cursor: pointer;
}
input#input_1.file_input_button_hover {
cursor: pointer;
}but none have worked, even though it has worked for the ‘Upload File’
input#upload_1:hover {
cursor: pointer;
}i have even tried using !important
can you please let me know what i must be missing for this to work on the ‘Select File’ button.
thank you.
Mark.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Cursor CSS Question’ is closed to new replies.