Améliorations diverses
This commit is contained in:
@@ -1716,17 +1716,18 @@ tr:hover td { background: var(--surface-2); }
|
||||
padding: 6px 10px;
|
||||
}
|
||||
.tip-th-name {
|
||||
background: var(--surface-2);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
padding: 6px 12px;
|
||||
font-weight: 600;
|
||||
font-weight: 700;
|
||||
font-size: var(--fs-sm);
|
||||
white-space: nowrap;
|
||||
min-width: 160px;
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
border-right: 1px solid var(--border);
|
||||
border-right: 1px solid rgba(255,255,255,.2);
|
||||
}
|
||||
.tip-th-month {
|
||||
background: var(--surface-2);
|
||||
@@ -1777,6 +1778,8 @@ tr:hover td { background: var(--surface-2); }
|
||||
white-space: nowrap;
|
||||
color: var(--text-muted);
|
||||
font-size: var(--fs-xs);
|
||||
background: rgba(109,40,217,.04);
|
||||
border-left: 1px solid rgba(109,40,217,.1);
|
||||
}
|
||||
|
||||
/* Valeurs projetées */
|
||||
@@ -1854,6 +1857,8 @@ tr:hover td { background: var(--surface-2); }
|
||||
/* Dark mode ajustements */
|
||||
[data-theme="dark"] .tip-footer-total { background: rgba(217,119,6,.12); }
|
||||
[data-theme="dark"] .tip-td-total { background: rgba(217,119,6,.08); }
|
||||
[data-theme="dark"] .tip-td-avg { background: rgba(217,119,6,.04); border-left-color: rgba(217,119,6,.15); }
|
||||
[data-theme="dark"] .tip-th-name { background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%); }
|
||||
|
||||
/* Colonne mois courant */
|
||||
.tip-th-month-current {
|
||||
|
||||
Reference in New Issue
Block a user