# HG changeset patch # User Goffi # Date 1622824617 -7200 # Node ID 0c9f8bd0fc2061ca38b762e9c4558f57caaa5adb # Parent b85b72f44f01b67349ea8d0a9843879a406eb278 bulma (static/list): decoration for closed items in generic view diff -r b85b72f44f01 -r 0c9f8bd0fc20 sat_templates/templates/bulma/static/list.css --- a/sat_templates/templates/bulma/static/list.css Fri Jun 04 18:20:40 2021 +0200 +++ b/sat_templates/templates/bulma/static/list.css Fri Jun 04 18:36:57 2021 +0200 @@ -2,3 +2,8 @@ text-decoration: line-through #dd0000 0.3em; color: hsl(0, 0%, 48%); } + +.list-item.status_closed .xmlui_field__title { + text-decoration: line-through #000 0.2em; + color: hsl(0, 0%, 48%); +}