From f9a32c3e82f114a50f81f2c42116d6cbffa0b5c6 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Wed, 29 Nov 2023 18:53:57 +0100 Subject: [PATCH] Fix QR-code color and make cursor a pointer for QR-codes --- public/index.html | 4 ++-- public/scripts/ui.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 8208fe6..d9cab65 100644 --- a/public/index.html +++ b/public/index.html @@ -267,7 +267,7 @@
-
+

000 000

@@ -335,7 +335,7 @@

-
+

diff --git a/public/scripts/ui.js b/public/scripts/ui.js index db8df09..353ea8e 100644 --- a/public/scripts/ui.js +++ b/public/scripts/ui.js @@ -1362,7 +1362,7 @@ class PairDeviceDialog extends Dialog { width: 130, height: 130, padding: 1, - background: 'rgb(250,250,250)', + background: 'white', color: 'rgb(18, 18, 18)', ecl: "L", join: true @@ -1739,7 +1739,7 @@ class PublicRoomDialog extends Dialog { width: 130, height: 130, padding: 1, - background: 'rgb(250,250,250)', + background: 'white', color: 'rgb(18, 18, 18)', ecl: "L", join: true