mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:38:04 +01:00
Merge pull request 'Update Custom Cursor' (#41) from Korbs/poketube:main into main
Reviewed-on: https://codeberg.org/Ashley/poketube/pulls/41
This commit is contained in:
commit
2ad11942f6
3 changed files with 7 additions and 1 deletions
|
@ -743,7 +743,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {cursor: url('/static/cursor.ico'), default}
|
body, .loaded {cursor: url('/static/cursor.ico'), default !important}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
btn,
|
btn,
|
||||||
|
|
|
@ -715,6 +715,7 @@ button,
|
||||||
summary,
|
summary,
|
||||||
span > a,
|
span > a,
|
||||||
li > a {cursor: url('/static/cursor-pointer.ico'), pointer}
|
li > a {cursor: url('/static/cursor-pointer.ico'), pointer}
|
||||||
|
.btn {cursor: url('/static/cursor-pointer.ico'), pointer !important}
|
||||||
|
|
||||||
@keyframes gradient {
|
@keyframes gradient {
|
||||||
0% {
|
0% {
|
||||||
|
|
|
@ -70,6 +70,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
body, .loaded, select {cursor: url('/static/cursor.ico'), default !important}
|
||||||
|
|
||||||
|
button {cursor: url('/static/cursor-pointer.ico'), pointer !important}
|
||||||
|
|
||||||
.cnt {
|
.cnt {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue