Mercurial > code > home > repos > streamed-graph
diff src/render/style.ts @ 110:3cdbbd913f1d
table displays now just barely
author | drewp@bigasterisk.com |
---|---|
date | Fri, 18 Mar 2022 23:41:24 -0700 |
parents | 2468f2227d22 |
children |
line wrap: on
line diff
--- a/src/render/style.ts Fri Mar 18 12:00:33 2022 -0700 +++ b/src/render/style.ts Fri Mar 18 23:41:24 2022 -0700 @@ -83,6 +83,13 @@ #graphView table.typeBlock td { white-space: nowrap; } +#graphView table tr:nth-child(even) td:nth-child(even) { background: #1a191c; } +#graphView table tr:nth-child(even) td:nth-child(odd) { background: #181719; } +#graphView table tr:nth-child(odd) td:nth-child(even) { background: #201e22; } +#graphView table tr:nth-child(odd) td:nth-child(odd) { background: #1e1c1e; } +#graphView table td,#graphView table th { + vertical-align:top; +} #graphView table.typeBlock td .literal { padding-top: 1px; padding-bottom: 1px;