Monday, December 10, 2018

Cascading with Style on Chrome

As a futile attempt to customize the cursor shape on Chrome OS I'm using a Chrome extension called Custom Stylesheet & Script, using this CSS snip:

body {
  cursor: default !important;
}
input {
  cursor: default !important;
}

But the thing works so so... And of course, it only works inside of Chrome.

Labels: , , ,

0 Comments:

Post a Comment

<< Home