diff --git a/public/css/Room.css b/public/css/Room.css index f2cc1e6..9264452 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -669,6 +669,55 @@ progress { cursor: move; } +.whiteboardColorPicker { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding: 0; + border: none; + width: 20px; + height: 20px; + margin-top: 10px; + margin-left: 10px; + margin-right: 15px; + border-radius: 50px; + border: solid 0.5px #afadad38; +} +.whiteboardColorPicker:hover { + transform: var(--btns-hover-scale); + transition: all 0.3s ease-in-out; +} +.whiteboardColorPicker::-webkit-color-swatch { + border: none; + border-radius: 20px; + padding: 0; +} +.whiteboardColorPicker::-webkit-color-swatch-wrapper { + border: none; + border-radius: 20px; + padding: 0; +} +.whiteboardColorPicker::-moz-color-swatch { + border: none; + border-radius: 20px; + padding: 0; +} +.whiteboardColorPicker::-moz-color-swatch-wrapper { + border: none; + border-radius: 20px; + padding: 0; +} +.whiteboardColorPicker::color-swatch { + border: none; + border-radius: 20px; + padding: 0; +} +.whiteboardColorPicker::color-swatch-wrapper { + border: none; + border-radius: 20px; + padding: 0; +} + /*-------------------------------------------------------------- # Pulse class effect --------------------------------------------------------------*/ diff --git a/public/view/Room.html b/public/view/Room.html index ad13711..1ced5a8 100644 --- a/public/view/Room.html +++ b/public/view/Room.html @@ -153,14 +153,6 @@ access to use this app.

Line width:


- -

Line color:

- -
- -

Background color:

- -
@@ -295,6 +287,10 @@ access to use this app.
+ pencil + + background +