mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -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
|
@ -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