Mercurial > libervia-templates
annotate sat_templates/templates/bulma/static/list.css @ 337:f75f8952dac8 v0.8.0b1
v0.8.0b1 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Jun 2021 15:53:06 +0200 |
parents | 0c9f8bd0fc20 |
children | 977037f5ac81 |
rev | line source |
---|---|
309
27511c821481
bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 .list-item-closed { |
27511c821481
bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
2 text-decoration: line-through #dd0000 0.3em; |
27511c821481
bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
3 color: hsl(0, 0%, 48%); |
27511c821481
bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
4 } |
331
0c9f8bd0fc20
bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents:
309
diff
changeset
|
5 |
0c9f8bd0fc20
bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents:
309
diff
changeset
|
6 .list-item.status_closed .xmlui_field__title { |
0c9f8bd0fc20
bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents:
309
diff
changeset
|
7 text-decoration: line-through #000 0.2em; |
0c9f8bd0fc20
bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents:
309
diff
changeset
|
8 color: hsl(0, 0%, 48%); |
0c9f8bd0fc20
bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents:
309
diff
changeset
|
9 } |