/* =========================== Black I-beam fix (smaller, standard size) =========================== */ /* Keep arrow on normal page areas */ :root, html, body { cursor: auto !important; } /* Force black I-beam only on editable elements */ input, textarea, [contenteditable="true"], .custom-text, #chat-input { cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48cmVjdCB4PSc3JyB5PSczJyB3aWR0aD0nMicgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snLz48cmVjdCB4PSc1JyB5PSczJyB3aWR0aD0nNicgaGVpZ2h0PScxJyBmaWxsPSdibGFjaycvPjxyZWN0IHg9JzUnIHk9JzEzJyB3aWR0aD0nNicgaGVpZ2h0PScxJyBmaWxsPSdibGFjaycvPjwvc3ZnPg==") 8 8, text !important; caret-color: black !important; }
