Skip to content

Commit

Permalink
added pointer cursor to date/radio/time and only enabled file-selecto…
Browse files Browse the repository at this point in the history
…r-button
  • Loading branch information
honzi committed Jul 8, 2024
1 parent 33c02d7 commit 86431e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ textarea:read-only{
border-color: #555;
}
button:enabled,
input::file-selector-button,
input:enabled::file-selector-button,
input[type=checkbox]:enabled,
input[type=color]:enabled,
input[type=date]:enabled,
input[type=datetime-local]:enabled,
input[type=file]:enabled,
input[type=radio]:enabled,
input[type=range]:enabled,
input[type=time]:enabled,
label,
select:enabled{
cursor: pointer;
Expand Down

0 comments on commit 86431e7

Please sign in to comment.