-
Notifications
You must be signed in to change notification settings - Fork 8
/
jquery.opentok.css
78 lines (63 loc) · 1.4 KB
/
jquery.opentok.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.opentok-streams{
clear:both;
}
.opentok-publisher-wrapper,
.opentok-stream-wrapper{
float:left;
margin: 4px 2px;
border-radius:3px;
position: relative;
}
.opentok-username{
float:left;
}
.opentok-publisher-controls,
.opentok-stream-controls{
float:right;
}
.opentok-controls a,
.opentok-publisher-controls a,
.opentok-stream-controls a{
display:block;
width:16px;
height:16px;
text-indent:-99999px;
float:left;
margin:2px;
}
a.opentok-connect{
background-image: url(images/webcam_connect.png);
}
a.opentok-disconnect{
background-image: url(images/webcam_delete.png);
}
a.opentok-publish{
background-image: url(images/webcam_start.png);
}
a.opentok-unpublish{
background-image: url(images/webcam_stop.png);
}
a.opentok-push-talk-mode{
background-image: url(images/headset.png);
}
a.opentok-push-talk-mode.pushTalkEnabled{
background-image: url(images/microphone.png);
}
a.opentok-push-talk-toggle{
background-image: url(images/microphone_arrow.png);
}
a.opentok-mute{
background-image: url(images/sound.png);
}
a.opentok-unmute{
background-image: url(images/sound_mute.png);
}
a.opentok-close{
background-image: url(images/cancel.png);
}
a.opentok-force-unpublish{
background-image: url(images/webcam_stop.png);
}
a.opentok-force-disconnect{
background-image: url(images/user_cross.png);
}