diff --git a/public/css/Room.css b/public/css/Room.css index dcef0047..62fbc95f 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -693,9 +693,7 @@ progress { border: none; width: 20px; height: 15px; - margin-top: 10px; - margin-left: 10px; - margin-right: 15px; + margin-left: 5px; border-radius: 20px; border: solid 0.5px #afadad38; } diff --git a/public/js/Room.js b/public/js/Room.js index 81c2fe03..6903d35d 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -79,6 +79,8 @@ function initClient() { setTippy('tabRoomBtn', 'Room', 'top'); setTippy('tabYoutubeBtn', 'YouTube', 'top'); setTippy('tabStylingBtn', 'Styling', 'top'); + setTippy('wbBackgroundColorEl', 'Background color', 'top'); + setTippy('wbDrawingColorEl', 'Drawing color', 'top'); setTippy('whiteboardPencilBtn', 'Drawing mode', 'top'); setTippy('whiteboardObjectBtn', 'Object mode', 'top'); setTippy('whiteboardUndoBtn', 'Undo', 'top'); diff --git a/public/view/Room.html b/public/view/Room.html index 81376fb9..1f959421 100644 --- a/public/view/Room.html +++ b/public/view/Room.html @@ -291,11 +291,11 @@ access to use this app.