diff --git a/bigbluebutton-html5/app/client/stylesheets/style.less b/bigbluebutton-html5/app/client/stylesheets/style.less index 80e411d21d..e6f2c9a24b 100755 --- a/bigbluebutton-html5/app/client/stylesheets/style.less +++ b/bigbluebutton-html5/app/client/stylesheets/style.less @@ -627,6 +627,7 @@ body { height: 28px; width: 87px; } + .strikethrough { position: relative; } diff --git a/bigbluebutton-html5/app/client/stylesheets/users.less b/bigbluebutton-html5/app/client/stylesheets/users.less index d229e71a9f..2c6c84e595 100755 --- a/bigbluebutton-html5/app/client/stylesheets/users.less +++ b/bigbluebutton-html5/app/client/stylesheets/users.less @@ -20,7 +20,7 @@ border-radius: 6px; padding: 5px; padding-right: 0px; - background-color: rgba(174, 173, 173, 0.5); + background-color: rgba(174, 173, 173, 0.4); } .usernameEntry { diff --git a/bigbluebutton-html5/app/client/views/chat/chat_bar.html b/bigbluebutton-html5/app/client/views/chat/chat_bar.html index 36d735a04d..d8cd5f9990 100755 --- a/bigbluebutton-html5/app/client/views/chat/chat_bar.html +++ b/bigbluebutton-html5/app/client/views/chat/chat_bar.html @@ -1,9 +1,5 @@ - - - {{> extraConversations}} - {{#if getInSession "display_chatPane"}} diff --git a/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html b/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html index 23cf066256..71af632030 100755 --- a/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html +++ b/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html @@ -1,8 +1,5 @@ - - - {{#each getCurrentSlide}} {{> slide}} {{/each}}