aboutsummaryrefslogtreecommitdiff
path: root/public/css/demos/shared.css
blob: 7794d323bd02cb8060dc0207074c2357a2270e4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.mouse-pointer {
  -webkit-transform: rotateZ(-20deg);
  -moz-transform: rotateZ(-20deg);
  -ms-transform: rotateZ(-20deg);
  -o-transform: rotateZ(-20deg);
  transform: rotateZ(-20deg);
  position: relative;
  width: 0;
  top: 27px;
  right: 45px;
}

.mouse-pointer .head {
  border-left: 7px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 16px solid white;
  width: 0;
  height: 0;
}

.mouse-pointer .tail {
  width: 3px;
  height: 8px;
  position: relative;
  left: 5px;
  top: -1px;
  background-color: #ffffff;
}