Make the "Reste à verser" badge dark green instead of orange
Distinguishable from the default badge green (used for "Lié") while staying green rather than orange -- it's an amount owed, not a warning. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -493,9 +493,12 @@ html.gin--dark-mode #figli-home-app {
|
||||
#figli-home-app .figli-recon-badge.is-clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* Still green, not orange -- it's money owed, not a warning, and
|
||||
green-but-darker reads as "related to, but not yet, Lié" (the default
|
||||
badge green above) rather than as an unrelated anomaly color. */
|
||||
#figli-home-app .figli-recon-badge.is-reste {
|
||||
background: #d97a0a1a;
|
||||
color: #d97a0a;
|
||||
background: #1665341a;
|
||||
color: #166534;
|
||||
}
|
||||
#figli-home-app .figli-recon-badge.is-anomalie {
|
||||
background: #c9312b1a;
|
||||
|
||||
Reference in New Issue
Block a user