Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_cursors.scss 133B

12345678910
  1. .cursor-grab {
  2. cursor: move;
  3. cursor: grab;
  4. cursor: -moz-grab;
  5. cursor: -webkit-grab;
  6. }
  7. .cursor-pointer {
  8. cursor: pointer;
  9. }