From 1ae8c1e325bdf3d37400552aad21c7574f0b1f24 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 5 Nov 2019 11:13:48 +0100 Subject: ulist: Implement notes editing + small code reorg --- data/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 } -- cgit v1.2.3