fixed start stop pause
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user