View difference between Paste ID: Ln5ERpjt and AwrAbbA0
SHOW: | | - or go back to the newest paste.
1
.mdtc-clnplra-seek-container {
2
  overflow: visible;
3
}
4
5
.mdtc-clnplra-play-bar {
6
  position: relative;
7
}
8
9-
  top: -3px;
9+
10-
  right: -3px;
10+
11
  display: block;
12
  position: absolute;
13
  top: -5px;
14
  right: -7px;
15
  background: #ccc;
16
  box-shadow: 0 0 10px rgba(0,0,0,.2);
17
  border-radius: 50%;
18
  width: 12px;
19
  height: 12px;
20
}