bigbluebutton-Github/bigbluebutton-html5/app/client/stylesheets/verto.less

19 lines
292 B
Plaintext
Raw Normal View History

2015-09-14 22:07:35 +08:00
#webcam {
display: none;
}
#screenshare {
padding: 5px;
}
.screenshareShow, .screenshareStart, .webcamStart, .webcamShow {
2015-09-16 00:34:59 +08:00
color: lime;
font-size: 30px;
}
.screenshareHide, .screenshareStop, .webcamStop, .webcamHide {
2015-09-16 00:34:59 +08:00
color: red;
display: none;
font-size: 30px;
2015-09-14 22:07:35 +08:00
}