diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 19:03:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 19:03:06 +0200 |
| commit | 77e2b579bc42b6c36f82dba246561293049e73f8 (patch) | |
| tree | 2ae0a2474dcc84f43e6753a0718866a7f0e75375 /client | |
| parent | 4f9d68e6b546559bd80c93b2de3a42f554589d24 (diff) | |
adding chart... whole verify app working nicer
Diffstat (limited to 'client')
| -rw-r--r-- | client/table/tabulator.css | 10 |
1 files changed, 7 insertions, 3 deletions
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; |
