From d35a785959cb3903985350c3252bc822f20513b3 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sat, 8 Feb 2025 18:33:22 +0100 Subject: [PATCH] On distingue trash et draft See #296 --- src/agenda_culturel/static/style.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index aa1d8ca..d7b184d 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -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 + ), + +}