[draggable="true"]::before {
  content: "";
  background-image: url("https://kaihatu.livenavi.jp/livenavi/videochat/icon_dots.png");
  width: 50px;
  height: 50px;
  filter: brightness(100);
}

[draggable="true"]:hover {
    cursor: move;
}
