From 77e2b579bc42b6c36f82dba246561293049e73f8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Apr 2019 19:03:06 +0200 Subject: adding chart... whole verify app working nicer --- client/table/tabulator.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'client/table/tabulator.css') diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 9a7ca00e..95768976 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -8,9 +8,13 @@ .tabulator-row.tabulator-row-even { background-color: #333; } -.desktop .tabulator-row.tabulator-selectable:hover { - cursor: text; - background-color: #555; +.desktop .tabulator-row.tabulator-selectable.tabulator-row-even:hover { + cursor: arrow; + background-color: #333; +} +.desktop .tabulator-row.tabulator-selectable.tabulator-row-odd:hover { + cursor: arrow; + background-color: #222; } .tabulator-row .tabulator-cell { border-right: 1px solid #444; -- cgit v1.2.3-70-g09d2