fix(gui): improve device ID readability in black and dark themes (fixes #9757) (#9758)

This commit is contained in:
André Colomb
2024-10-06 00:48:19 +02:00
committed by GitHub
parent 6d64daaba3
commit f18cf545b9
3 changed files with 2 additions and 4 deletions
@@ -1,6 +1,6 @@
<modal id="idqr" status="info" icon="fas fa-qrcode" heading="{{'Device Identification' | translate}} - {{deviceName(currentDevice)}}" large="yes" closeable="yes">
<div class="modal-body text-center">
<div class="well well-sm text-monospace select-on-click">{{currentDevice.deviceID}}</div>
<div class="well well-sm text-monospace select-on-click"><strong>{{currentDevice.deviceID}}</strong></div>
<div ng-if="currentDevice.deviceID">
<img class="img-thumbnail" ng-src="qr/?text={{currentDevice.deviceID}}" height="328" width="328" alt="{{'QR code' | translate}}" />
<div class="btn-group-vertical" style="vertical-align: top;">