diff options
author | Yorhel <git@yorhel.nl> | 2019-11-05 11:13:48 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2019-11-10 12:44:55 +0100 |
commit | 1ae8c1e325bdf3d37400552aad21c7574f0b1f24 (patch) | |
tree | 2b39747cdbd14d8a5a21749a66f696999606cb91 /data | |
parent | 24f03ae521a6b35def38788e0446201aa6095314 (diff) |
ulist: Implement notes editing + small code reorg
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css index 54d9bec8..4b2439f2 100644 --- a/data/style.css +++ b/data/style.css @@ -795,6 +795,7 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px } .ulist .tc1 input { display: none } .ulist .tc1 label:before { content: '▸ ' } .ulist .tc1 input:checked + label:before { content: '▾ ' } +.ulist .tc1 span.blurred { opacity: 0.5 } .ulist .tc2 b { margin-left: 10px } .ulist .tc4 { white-space: nowrap; width: 60px; text-align: right; padding-right: 10px } .ulist .tc4 input { width: 55px; text-align: right } |