diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-06-28 02:06:53 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-06-28 02:06:53 -0400 |
| commit | fe418ace1873b81fa3d2c622d3b414dcacbe7b56 (patch) | |
| tree | 1751236c335fc503502de0ea6867f6e043c0e9ac /client/table/tabulator.css | |
| parent | 3d2967573738154b4dd50bdd4a600aff42f276ae (diff) | |
more options... add download csv link and search
Diffstat (limited to 'client/table/tabulator.css')
| -rw-r--r-- | client/table/tabulator.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 95768976..0ea81974 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -40,7 +40,7 @@ max-width: 400px; margin-bottom: 10px; background-image: url(/assets/img/icon-search.png); - background-position: 380px center; + background-position: 378px center; background-repeat: no-repeat; box-shadow: 0px 2px 4px rgba(0,0,0,0.2); border: 0; @@ -53,17 +53,21 @@ align-items: flex-start; justify-content: space-between; } -span.download { +.download { display: block; font-size: 13px; color: #ddd; cursor: pointer; background: #333; - padding: 5px 8px; + padding: 5px 8px 5px 8px; border-radius: 5px; transition: all 0.2s; + border: 0 !important; } -.desktop span.download:hover { +.content a.download { + padding: 5px 8px 5px 8px; +} +.desktop .download:hover { color: #fff; background: #666; }
\ No newline at end of file |
