mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Change QR background to "not-white"
This commit is contained in:
parent
fee25a6aea
commit
9bfcde3abb
3 changed files with 10 additions and 3 deletions
|
@ -4510,6 +4510,12 @@ a.donate-with-crypto::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
#api_qr_code {
|
#api_qr_code {
|
||||||
padding: 1px;
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0 0 10px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #eee;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -94,7 +94,8 @@ DOCUMENTATION :: END
|
||||||
render: 'canvas',
|
render: 'canvas',
|
||||||
ecLevel: 'H',
|
ecLevel: 'H',
|
||||||
size: 256,
|
size: 256,
|
||||||
fill: '#000'
|
fill: '#000',
|
||||||
|
back: '#eee'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2058,7 +2058,7 @@ Rating: {rating}/10 --> Rating: /10
|
||||||
Note: OneSignal.com must not be blocked (e.g. in Pi-hole) for device registration.
|
Note: OneSignal.com must not be blocked (e.g. in Pi-hole) for device registration.
|
||||||
</p>
|
</p>
|
||||||
<label>QR Code</label>
|
<label>QR Code</label>
|
||||||
<pre id="api_qr_code" style="text-align: center"></pre>
|
<div id="api_qr_code"></div>
|
||||||
<label>Tautulli Address</label>
|
<label>Tautulli Address</label>
|
||||||
<input type="text" class="form-control" id="api_qr_address">
|
<input type="text" class="form-control" id="api_qr_address">
|
||||||
<p class="help-block" id="api_qr_localhost" style="display: none;">
|
<p class="help-block" id="api_qr_localhost" style="display: none;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue