Mercurial > libervia-templates
diff sat_templates/templates/bulma/static/list.css @ 331:0c9f8bd0fc20
bulma (static/list): decoration for closed items in generic view
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Jun 2021 18:36:57 +0200 |
parents | 27511c821481 |
children | 977037f5ac81 |
line wrap: on
line diff
--- 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%); +}