This commit is contained in:
@@ -19,3 +19,33 @@ body {
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (hover: hover) and (pointer: fine) {
|
||||
html,
|
||||
body,
|
||||
button,
|
||||
[role='button'],
|
||||
input[type='submit'],
|
||||
input[type='button'] {
|
||||
cursor: url('/web/cursor.svg') 0 0, auto;
|
||||
}
|
||||
|
||||
a,
|
||||
button,
|
||||
[role='button'],
|
||||
label,
|
||||
summary,
|
||||
select,
|
||||
input[type='checkbox'],
|
||||
input[type='radio'],
|
||||
input[type='submit'],
|
||||
input[type='button'] {
|
||||
cursor: url('/web/cursor.svg') 0 0, pointer;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea,
|
||||
[contenteditable='true'] {
|
||||
cursor: text;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user