annotate sat_templates/templates/bulma/static/list.css @ 317:ae903ca0ed66

bulma (input/field): color can now be specified for `submit` button
author Goffi <goffi@goffi.org>
date Thu, 29 Apr 2021 15:52:34 +0200
parents 27511c821481
children 0c9f8bd0fc20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 }