diff --git a/html5/verto/verto_communicator/bower.json b/html5/verto/verto_communicator/bower.json index 6a05c29a06..2bbb0bf6b0 100644 --- a/html5/verto/verto_communicator/bower.json +++ b/html5/verto/verto_communicator/bower.json @@ -42,7 +42,7 @@ "jquery-cookie": "~1.4.1", "jquery-json": "~2.5.1", "datatables": "~1.10.8", - "angular-bootstrap": "~0.13.3", + "angular-bootstrap": "~0.14.3", "bootstrap-material-design": "~0.3.0" }, "resolutions": { diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index ca3f3cc6d4..2cd6622cbd 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -604,10 +604,6 @@ body .modal-body .btn-group .btn.active { transition-delay:0s; } -#incall .video-hover-buttons .btn-group { - margin: 0; -} - #incall .video-hover-buttons .btn-group .dropdown-menu { height: 200px; overflow: auto; @@ -775,6 +771,10 @@ body .modal-body .btn-group .btn.active { transition: all 0.5s ease; } +.tooltip-inner { + padding: 8px 8px; + background-color: #000; +} #sidebar-wrapper { right: 360px; diff --git a/html5/verto/verto_communicator/src/partials/video_call.html b/html5/verto/verto_communicator/src/partials/video_call.html index da339e4878..b3d5f1894c 100644 --- a/html5/verto/verto_communicator/src/partials/video_call.html +++ b/html5/verto/verto_communicator/src/partials/video_call.html @@ -2,23 +2,30 @@