mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 09:16:18 -04:00
Fix QR-code color and make cursor a pointer for QR-codes
This commit is contained in:
parent
2346c97118
commit
f9a32c3e82
2 changed files with 4 additions and 4 deletions
|
@ -267,7 +267,7 @@
|
|||
</div>
|
||||
<div class="row center p1">
|
||||
<div class="column">
|
||||
<div class="center key-qr-code" data-i18n-key="dialogs.pair-devices-qr-code" data-i18n-attrs="title"></div>
|
||||
<div class="center key-qr-code pointer" data-i18n-key="dialogs.pair-devices-qr-code" data-i18n-attrs="title"></div>
|
||||
<h1 class="center key" dir="ltr">000 000</h1>
|
||||
<p class="center text-center key-instructions">
|
||||
<span class="font-subheading" data-i18n-key="dialogs.input-key-on-this-device" data-i18n-attrs="text"></span>
|
||||
|
@ -335,7 +335,7 @@
|
|||
</div>
|
||||
<div class="row center p1">
|
||||
<div class="column">
|
||||
<div class="center key-qr-code" data-i18n-key="dialogs.public-room-qr-code" data-i18n-attrs="title"></div>
|
||||
<div class="center key-qr-code pointer" data-i18n-key="dialogs.public-room-qr-code" data-i18n-attrs="title"></div>
|
||||
<h1 class="center key" dir="ltr"></h1>
|
||||
<p class="center text-center key-instructions">
|
||||
<span class="font-subheading" data-i18n-key="dialogs.input-room-id-on-another-device" data-i18n-attrs="text"></span>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue