diff options
author | fiaxh <git@lightrise.org> | 2022-09-16 11:23:18 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2022-09-18 20:30:24 +0200 |
commit | 7ad52d9335579d03613036a7da9967fcf0c5d6b3 (patch) | |
tree | da4d394e95b34be9989601d20126eb766cd250c6 /main/data | |
parent | b8e84c83268a11ae41ad1d673999362427fd755c (diff) | |
download | dino-7ad52d9335579d03613036a7da9967fcf0c5d6b3.tar.gz dino-7ad52d9335579d03613036a7da9967fcf0c5d6b3.zip |
OMEMO QR code: Switch to paintable, fix css
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/theme.css | 2 |
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. */ } |