From 8637c4f0487117c43be629b8bd14e51c48e5fbcf Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Sat, 1 May 2021 00:12:00 +0300 Subject: add toggle for columns --- .../wqflask/templates/test_correlation_page.html | 72 ++++++++++++---------- 1 file changed, 40 insertions(+), 32 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/test_correlation_page.html b/wqflask/wqflask/templates/test_correlation_page.html index 051d84db..40d9836c 100644 --- a/wqflask/wqflask/templates/test_correlation_page.html +++ b/wqflask/wqflask/templates/test_correlation_page.html @@ -16,6 +16,8 @@ .trait_col { font-weight:bolder; text-align: center; + color:#036ffc; + /*font-size: 1.1em;*/ } table th { font-weight: bolder; @@ -27,17 +29,32 @@ .correlation-title h3 span { font-weight: bolder; } + .header-toggle-vis { + padding:10px 5px; + } + .header-toggle-vis button { + border-radius: 5px; + + } {% endblock %} {% block content %}
index | trait_name | Sample r | @@ -83,9 +100,10 @@ {% endblock %} \ No newline at end of file -- cgit v1.2.3
---|