@@ -1505,6 +1505,69 @@ kbd{
1505
1505
z-index : 10 ;
1506
1506
}
1507
1507
1508
+ /* Stili per le icone di stato nella card centrale dell'header */
1509
+ .status-item {
1510
+ transition : all 0.3s ease;
1511
+ border-radius : 6px ;
1512
+ }
1513
+
1514
+ .status-icon {
1515
+ width : 28px ;
1516
+ height : 28px ;
1517
+ display : flex;
1518
+ align-items : center;
1519
+ justify-content : center;
1520
+ border-radius : 50% ;
1521
+ transition : all 0.3s ease;
1522
+ }
1523
+
1524
+ .status-icon i {
1525
+ font-size : 12px ;
1526
+ }
1527
+
1528
+ .status-text {
1529
+ font-weight : normal;
1530
+ }
1531
+
1532
+ /* Stili specifici per ciascuna icona */
1533
+ .insoluti-item : hover .badge-danger {
1534
+ background-color : # dc3545 ;
1535
+ }
1536
+
1537
+ .insoluti-item : hover .badge-success {
1538
+ background-color : # 28a745 ;
1539
+ }
1540
+
1541
+ .attivita-item : hover .badge-warning {
1542
+ background-color : # ffc107 ;
1543
+ }
1544
+
1545
+ .attivita-item : hover .badge-success {
1546
+ background-color : # 28a745 ;
1547
+ }
1548
+
1549
+ .contratto-item : hover .badge-info ,
1550
+ .preventivo-item : hover .badge-info ,
1551
+ .ordine-item : hover .badge-info {
1552
+ background-color : # 17a2b8 ;
1553
+ }
1554
+
1555
+ /* Effetto hover per i pulsanti delle attività */
1556
+ .btn-outline-primary .btn-sm : hover {
1557
+ color : white !important ;
1558
+ }
1559
+
1560
+ .btn-outline-primary .btn-sm : hover .badge-light {
1561
+ color : white !important ;
1562
+ }
1563
+
1564
+ /* Effetto hover per cambiare il testo in bianco */
1565
+ .btn-outline-primary .btn-sm : hover ,
1566
+ .btn-outline-primary .btn-sm : hover span ,
1567
+ .btn-outline-primary .btn-sm : hover i {
1568
+ color : white !important ;
1569
+ }
1570
+
1508
1571
.login-box .form-control-feedback {
1509
1572
pointer-events : all;
1510
1573
}
@@ -2165,6 +2228,31 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link {
2165
2228
opacity : 1 !important ;
2166
2229
}
2167
2230
2231
+ /* Improved styling for unpaid items and open activities */
2232
+ .badge-danger i .fa , .badge-success i .fa , .badge-warning i .fa {
2233
+ font-size : 14px ;
2234
+ }
2235
+
2236
+ /* Remove bold formatting from activity status text */
2237
+ .font-weight-bold {
2238
+ font-weight : normal !important ;
2239
+ }
2240
+
2241
+ /* Activity buttons hover effect */
2242
+ .btn-outline-primary .btn-sm : hover {
2243
+ background-color : # 007bff ;
2244
+ color : white !important ;
2245
+ }
2246
+
2247
+ .btn-outline-primary .btn-sm : hover i ,
2248
+ .btn-outline-primary .btn-sm : hover .badge {
2249
+ color : white !important ;
2250
+ }
2251
+
2252
+ .btn-outline-primary .btn-sm : hover .badge-light {
2253
+ background-color : rgba (255 , 255 , 255 , 0.2 ) !important ;
2254
+ }
2255
+
2168
2256
@media screen and (max-width : 767px ) {
2169
2257
.navbar-left {
2170
2258
display : inline-block;
0 commit comments