diff options
| author | adamhrv <adam@ahprojects.com> | 2019-10-10 12:22:12 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-10-10 12:22:12 +0200 |
| commit | c574e09e73b90174d0c36caa1db5ad3b912ff466 (patch) | |
| tree | ff9800c9b77f8606fc5bc204c2a119e1653f4f85 /client/table/tabulator.css | |
| parent | 59fbaaa9eb5539b89a6ed43682a8074356b1366d (diff) | |
update site theme, white
Diffstat (limited to 'client/table/tabulator.css')
| -rw-r--r-- | client/table/tabulator.css | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 0d9e8ff1..a1504dd6 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -1,23 +1,27 @@ .tabulator { - border-left: 1px solid #333; - border-bottom: 1px solid #333; + /*border-left: 1px solid #333; + border-bottom: 1px solid #333;*/ font-size: 12px; } .tabulator-row.tabulator-row-odd { - background-color: #222; + background-color: #ddd; } .tabulator-row.tabulator-row-even { - background-color: #333; + background-color: #ebebeb; +} +.desktop .tabulator-row.tabulator-selectable.tabulator-row-odd:hover { + cursor: pointer ; + background-color: #ebebeb; } .desktop .tabulator-row.tabulator-selectable.tabulator-row-even:hover { - cursor: arrow; - background-color: #333; + cursor: pointer; + background-color: #ddd; } -.desktop .tabulator-row.tabulator-selectable.tabulator-row-odd:hover { - cursor: arrow; - background-color: #222; +.desktop .content .tabulator-row .tabulator-cell a{ + border-bottom: none; + text-decoration: underline; } -.tabulator-row .tabulator-cell { +/*.tabulator-row .tabulator-cell { border-right: 1px solid #444; padding: 8px; } @@ -33,7 +37,7 @@ .multi-value-formatter-content span { border: 0; padding: 0 5px 0 0; -} +}*/ .citationBrowser { } @@ -56,13 +60,15 @@ } .download { display: block; - font-size: 12px; + font-size: 11px; color: #333; cursor: pointer; background: #ddd; - padding: 5px 8px 5px 8px; + padding: 10px 14px; border-radius: 5px; transition: all 0.2s; + font-weight: 500; + text-transform: uppercase; border: 0 !important; } .content a.download { |
