mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Show pointer cursor
This commit is contained in:
parent
33afb081dd
commit
34a015c36a
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#shortcuts-settings-container summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
#shortcuts-settings-container form {
|
#shortcuts-settings-container form {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
Loading…
Reference in a new issue