Blizzard: Mouse cursor themes

I made the pointer one and text selection one :-), the other one was referenced
pull/79/head
Nekobit 2022-12-14 08:03:01 -05:00 committed by geese_suck
parent a5133ab81c
commit 24f1ce236d
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
4 changed files with 12 additions and 0 deletions

View File

@ -244,6 +244,18 @@ color: #7a7a7a !important;
right: 0;
}
body {
cursor: url(/assets/images/event/cursor.png), auto !important;
}
textarea, input[type=textbox], input[type=search] {
cursor: url(/assets/images/event/text.png), auto !important;
}
.btn, input[type=button], button, a, img {
cursor: url(/assets/images/event/pointer.png), auto !important;
}
.navbar:after {
content: "";
background-image: url('/assets/images/event/lights.png');

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB