aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2022-09-16 11:23:18 +0200
committerfiaxh <git@lightrise.org>2022-09-18 20:30:24 +0200
commit7ad52d9335579d03613036a7da9967fcf0c5d6b3 (patch)
treeda4d394e95b34be9989601d20126eb766cd250c6 /main
parentb8e84c83268a11ae41ad1d673999362427fd755c (diff)
downloaddino-7ad52d9335579d03613036a7da9967fcf0c5d6b3.tar.gz
dino-7ad52d9335579d03613036a7da9967fcf0c5d6b3.zip
OMEMO QR code: Switch to paintable, fix css
Diffstat (limited to 'main')
-rw-r--r--main/data/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/data/theme.css b/main/data/theme.css
index 94cf1da5..b689d96c 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -386,6 +386,6 @@ box.dino-input-error .chat-input-status.input-status-highlight-once {
box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}
-.qrcode-container {
+.qrcode-container > contents {
background: white; /* Color of the quiet zone. MUST have the same "reflectance" as light modules of the QR code. */
}