About 33,000 results
Open links in new tab
  1. css - How to configure a site-specific custom caret color for Dark ...

    Jan 12, 2021 · For script.google.com, I can make the entire page site dark, but when I do, I cannot see the cursor/caret. I've found the developer tools for Dark Reader, but I can't seem to figure out the …

  2. jquery - Chrome extension custom cursor - Stack Overflow

    Jun 23, 2015 · I building an Google Chrome extension that place some IMG tag in sites. This img tag on :hover must show a custom cursor. The extension uses jQuery as its injected core script. I tried the …

  3. CSS custom cursor doesn't work in FF/Chrome - Stack Overflow

    The reason your custom cursor isn't working in Firefox and Chrome is likely due to the cross-origin policy of the browser. Browsers have security restrictions when it comes to using external resources as …

  4. css - How to set a custom cursor in html? - Stack Overflow

    Dec 30, 2021 · I want to use a custom cursor icon for my web site (permanently). How can I do it? The cursor is downloaded as a simple .ico file. I have tried the custom cursor command but it did not …

  5. manifest - Google Extensions - Custom Cursor - Stack Overflow

    Dec 17, 2020 · What manifest version should I use for making a Custom Cursor Chrome Extension? I have tried looking all over at developer.chrome.com but I just cant find it! Help would be gladly …

  6. Cursor not appearing after pressing Enter in custom Tiptap extension ...

    Nov 27, 2024 · The extension works as expected by inserting a <br> tag. However I'm encountering an issue where the cursor does not appear in the new line immediately after pressing Enter.

  7. Custom Cursor on Microsoft Edge has an Offset - Stack Overflow

    Feb 6, 2017 · I have a custom cursor working on Chrome and Firefox by using the CSS property, cursor. However, on Microsoft Edge, the cursor seems to have an offset. I have to aim above my custom …

  8. How can I install VS Code extension manually? - Stack Overflow

    Feb 3, 2017 · I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded files at …

  9. CSS custom cursor image not working on hover - Stack Overflow

    May 2, 2023 · 0 Goal I'm trying to setup a custom css cursor across every element (i.e. applied to * selector). But then apply another custom css cursor to hover states on particular elements. I can get …

  10. How to specify custom mouse cursor with JSX style

    How can I specify a custom mouse cursor using a JSX inline style? This works fine: