diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 20:06:28 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 20:06:28 +0200 |
| commit | ef599e6762d618c9432fe12addde03fc2b119b12 (patch) | |
| tree | 22f1fc18b80ea4db090b95db94536827666a499f | |
| parent | 0168528fb74f0e82f1b7ae90686d99c941ef0cf8 (diff) | |
css
| -rw-r--r-- | client/table/tabulator.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 465d4839..17dad62a 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -60,5 +60,5 @@ span.download { } .desktop span.download:hover { color: #fff; - background: #000; + background: #666; }
\ No newline at end of file |
