diff options
| author | adamhrv <adam@ahprojects.com> | 2019-07-03 13:47:23 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-07-03 13:47:23 +0200 |
| commit | 2816f045090b99f48f0b26d305eee27e1ab94d85 (patch) | |
| tree | 7b2179baa6ab6dcce970218ae9e4935b62b64561 /client/table/tabulator.css | |
| parent | 36a226c3fb3379f4f332c1daad7fe85e2bbea954 (diff) | |
| parent | 411aa602b9cf886758c4ff5ca5550c43ae7b7804 (diff) | |
fix merge
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 |
