From 27340ac4cd43f8eec7414495b541a65566ae2656 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Tue, 8 Oct 2019 16:02:47 +0200 Subject: update site, white --- client/chart/chart.css | 14 ++++++++------ client/modalImage/modal.css | 2 +- client/table/tabulator.css | 9 +++++---- 3 files changed, 14 insertions(+), 11 deletions(-) (limited to 'client') diff --git a/client/chart/chart.css b/client/chart/chart.css index f9c33247..2df5a97a 100644 --- a/client/chart/chart.css +++ b/client/chart/chart.css @@ -1,22 +1,24 @@ .chart text { - fill: white; + fill: black; } .chart line { - stroke: white; + stroke: black; } .chart path { - stroke: white; + stroke: black; } .c3 path, .c3 line { - stroke: white; + stroke: black; } .c3-tooltip, .c3-tooltip td { background: rgba(0,0,0,0.8); + color: #fff; } .c3-tooltip th { font-family: 'Roboto', sans-serif; - background: black; -} + background: rgba(255,255,255,0.0); + /*background: black;*/ +} \ No newline at end of file diff --git a/client/modalImage/modal.css b/client/modalImage/modal.css index d628cc48..cc9a1f32 100644 --- a/client/modalImage/modal.css +++ b/client/modalImage/modal.css @@ -31,7 +31,7 @@ .modal .caption { display: block; text-align: center; - background: black; + /*background: black;*/ padding: 10px; } .modal .prev span, diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 0ea81974..0d9e8ff1 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -1,6 +1,7 @@ .tabulator { border-left: 1px solid #333; border-bottom: 1px solid #333; + font-size: 12px; } .tabulator-row.tabulator-row-odd { background-color: #222; @@ -42,7 +43,7 @@ background-image: url(/assets/img/icon-search.png); background-position: 378px center; background-repeat: no-repeat; - box-shadow: 0px 2px 4px rgba(0,0,0,0.2); + box-shadow: 1px 2px 4px rgba(0,0,0,0.6); border: 0; } @@ -55,10 +56,10 @@ } .download { display: block; - font-size: 13px; - color: #ddd; + font-size: 12px; + color: #333; cursor: pointer; - background: #333; + background: #ddd; padding: 5px 8px 5px 8px; border-radius: 5px; transition: all 0.2s; -- cgit v1.2.3-70-g09d2