diff --git a/.gitignore b/.gitignore
index 6405991f..c25acd9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,9 +17,7 @@ npm-debug.log
.DS_Store
-# Openode
-.openode
-wbo-backup.zip
+wbo-backup*
# Jetbrains
.idea/
diff --git a/README.md b/README.md
index 66946fdc..b3d118f7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ A demonstration server is available at [wbo.ophir.dev](https://wbo.ophir.dev)
teaching math on WBO
- |
+ |
| drawing art
|
diff --git a/client-data/board.css b/client-data/board.css
index c630c951..efd41894 100644
--- a/client-data/board.css
+++ b/client-data/board.css
@@ -136,6 +136,16 @@ html, body, svg {
}
+#menu .oneTouch:active {
+ border-radius: 3px;
+ background-color:#eeeeff;
+}
+
+#menu .tool:active {
+ box-shadow: inset 0 0 1px #ddeeff;
+ background-color:#eeeeff;
+}
+
#menu .tool.curTool {
box-shadow: 0 0 5px #0074D9;
background: linear-gradient(#96E1FF, #36A2FF);
@@ -237,3 +247,23 @@ text {
user-select:none;
-moz-user-select:none;
}
+
+circle.opcursor {
+ pointer-events: none;
+ transition: .1s;
+}
+
+#cursor-me {
+ transition: 0s;
+}
+
+
+/* Internet Explorer specific CSS */
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ #chooseColor {
+ color: transparent;
+ }
+ label.tool-name[for=chooseColor] {
+ line-height: 10px;
+ }
+}
\ No newline at end of file
diff --git a/client-data/board.html b/client-data/board.html
index 0ca07d22..900a7f23 100644
--- a/client-data/board.html
+++ b/client-data/board.html
@@ -7,19 +7,20 @@
-
+
-
-
+
+
{{#languages}}
{{/languages}}
+
@@ -27,6 +28,8 @@
@@ -48,7 +51,8 @@
-
+
|