comparison 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
comparison
equal deleted inserted replaced
340:0e388a8288ae 341:977037f5ac81
1 .list-item-closed { 1 .list-item-closed {
2 text-decoration: line-through #dd0000 0.3em; 2 text-decoration: line-through #dd0000 0.3em;
3 color: hsl(0, 0%, 48%); 3 color: hsl(0, 0%, 48%);
4 } 4 }
5 5
6 .list-item.status_closed .xmlui_field__title { 6 .status_closed>.title, .list-item.status_closed .xmlui_field__title {
7 text-decoration: line-through #000 0.2em; 7 text-decoration: line-through #000 0.2em;
8 color: hsl(0, 0%, 48%); 8 color: hsl(0, 0%, 48%);
9 } 9 }