Change QR background to "not-white"

This commit is contained in:
JonnyWong16 2021-08-19 11:35:25 -07:00
commit 9bfcde3abb
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 10 additions and 3 deletions

View file

@ -4510,6 +4510,12 @@ a.donate-with-crypto::after {
}
#api_qr_code {
padding: 1px;
width: 100%;
padding: 0;
margin: 0 0 10px;
line-height: 1;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}

View file

@ -94,7 +94,8 @@ DOCUMENTATION :: END
render: 'canvas',
ecLevel: 'H',
size: 256,
fill: '#000'
fill: '#000',
back: '#eee'
});
}

View file

@ -2058,7 +2058,7 @@ Rating: {rating}/10 --> Rating: /10
Note: OneSignal.com must not be blocked (e.g. in Pi-hole) for device registration.
</p>
<label>QR Code</label>
<pre id="api_qr_code" style="text-align: center"></pre>
<div id="api_qr_code"></div>
<label>Tautulli Address</label>
<input type="text" class="form-control" id="api_qr_address">
<p class="help-block" id="api_qr_localhost" style="display: none;">