2024-05-07 12:31:42 +08:00

42 lines
641 B
CSS

body {
cursor: var(--cursor-default);
}
a,
button,
.expand-done,
.navbar-above .navbar-nav .item,
.navbar-slideicon,
.navbar-searchicon,
.widget .ad-tag .click-close,
.actions > div,
.main-content figure > figcaption div,
.photos .picture-details {
cursor: var(--cursor-pointer);
}
.aplayer .aplayer-pic,
.aplayer .aplayer-music,
.aplayer .aplayer-bar-wrap,
.aplayer .aplayer-icon {
cursor: var(--cursor-pointer) !important;
}
.main-content :not(.jg-entry) > img:not([class]) {
cursor: var(--cursor-zoom-in);
}
p,
input[type=text],
blockquote,
th,
td,
code,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
li,
textarea {
cursor: var(--cursor-text);
}