Aggiungi pulsante "Torna alla Home" e stili per il pulsante secondario
This commit is contained in:
@@ -105,6 +105,16 @@
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-secondary {
|
||||||
|
background-color: #374151;
|
||||||
|
border: 1px solid #4b5563;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-secondary:hover {
|
||||||
|
background-color: #4b5563;
|
||||||
|
border-color: #6b7280;
|
||||||
|
}
|
||||||
|
|
||||||
.camera-switch {
|
.camera-switch {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
@@ -168,6 +178,10 @@
|
|||||||
<button id="camera-switch" class="camera-switch" style="display: none;" onclick="switchCamera()">
|
<button id="camera-switch" class="camera-switch" style="display: none;" onclick="switchCamera()">
|
||||||
Cambia fotocamera
|
Cambia fotocamera
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<button class="btn btn-secondary" onclick="window.location.href='/'">
|
||||||
|
Torna alla Home
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user