cursor pointer solo sulla roba cliccabile

This commit is contained in:
Leocraft1
2025-11-04 18:18:00 +01:00
parent 1756a545cb
commit 5bc5600487
2 changed files with 4 additions and 7 deletions

View File

@@ -41,11 +41,8 @@ th,td {
.bus-card-red {
background-color: rgb(55, 14, 14) !important;
}
.bus-card-yellow {
background-color: rgb(65, 65, 0) !important;
}
.bus-card-green {
background-color: rgb(0, 55, 0) !important;
.cursor-pointer{
cursor: pointer;
}
hr{