On distingue trash et draft

See #296
This commit is contained in:
Jean-Marie Favreau 2025-02-08 18:33:22 +01:00
parent a8ac334ed5
commit d35a785959

View File

@ -1840,7 +1840,6 @@ dialog {
margin-bottom: .2em;
}
.status_trash header, .status_trash footer,
.status_draft header, .status_draft footer {
background: repeating-linear-gradient(
45deg,
@ -1851,3 +1850,14 @@ dialog {
),
}
.status_trash header, .status_trash footer {
background: repeating-linear-gradient(
45deg,
rgba(160, 80, 80, 0.1),
rgba(160, 80, 80, 0.1) 10px,
rgba(160, 80, 80, 0.25) 10px,
rgba(160, 80, 80, 0.25) 20px
),
}