In some situations, kidpix.app's custom cursors are too small. This disables them
kidpix.app - Disable custom Cursors 2/23/2023, 11:34:30 AM by eivissa
Details
Authoreivissa
LicenseNo License
Categorykidpix.app
Created
Updated
Size431 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name kidpix.app - Disable custom Cursors 2/23/2023, 11:34:30 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description The custom cursors of kidpix.app are too small for me, so I created this style that disables them
@author Me
==/UserStyle== */
@-moz-document domain("kidpix.app") {
* {cursor:auto !important}
a, a * {cursor:pointer !important}
}