fixed start stop pause

This commit is contained in:
2025-11-24 20:02:40 +01:00
parent 6f3b933a71
commit 4c63f16a54
7 changed files with 2018 additions and 5 deletions
+17 -4
View File
@@ -191,6 +191,18 @@
font-size: 2.6rem;
}
}
.btn-problem {
background-color: #ef4444 !important;
/* rosso brillante */
color: #ffffff !important;
border-radius: 12px;
}
.btn-problem:hover {
background-color: #dc2626 !important;
/* rosso scuro hover */
}
</style>
</head>
@@ -285,10 +297,11 @@
</button>
<!-- <button class="dash-btn btn-visualizza" onclick="location.href='production_all.php'">
<div class="dash-icon">📊</div>
<div>Riepilogo Produzione</div>
</button> -->
<button class="dash-btn btn-problem" onclick="location.href='production_pause_reasons.php'">
<div class="dash-icon">🛑</div>
<div>Cause di Pausa</div>
</button>
<div></div>
</div>