aboutsummaryrefslogtreecommitdiff
path: root/assets/netcut/assets/style.css
blob: ff84798d8e71c60411102ca153faec24b5a51f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.vjs-marker {
  height: 10px;
  top: -5px;
  margin: 0;
}

.inframe {
  background-color: #00FF00 ! important;
  width: 4px ! important;
  border-radius: 0% ! important;
}

.outframe {
  background-color: #FF0067 ! important;
  width: 4px ! important;
  border-radius: 0% ! important;
}