diff sat_templates/templates/bulma/static/list.css @ 341:977037f5ac81

(bulma) CSS: use line-through decoration on title when viewing single list item
author Goffi <goffi@goffi.org>
date Fri, 01 Oct 2021 17:34:12 +0200
parents 0c9f8bd0fc20
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/list.css	Fri Oct 01 17:32:35 2021 +0200
+++ b/sat_templates/templates/bulma/static/list.css	Fri Oct 01 17:34:12 2021 +0200
@@ -3,7 +3,7 @@
     color: hsl(0, 0%, 48%);
 }
 
-.list-item.status_closed .xmlui_field__title {
+.status_closed>.title, .list-item.status_closed .xmlui_field__title {
     text-decoration: line-through #000 0.2em;
     color: hsl(0, 0%, 48%);
 }