diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-01 19:50:48 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-01 19:50:48 +0200 |
| commit | 54a9853e9dce4a2c00208c80e49b6d6497d50886 (patch) | |
| tree | f589646658c17ff6c2870fe008d508daf6b04118 /client/table/tabulator.css | |
| parent | 79ca5c75243e4d94a7924d1bda8666123f398d9c (diff) | |
| parent | 83858f95425278d44e7f39177e141e7b82c0022c (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'client/table/tabulator.css')
| -rw-r--r-- | client/table/tabulator.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css new file mode 100644 index 00000000..c08ad580 --- /dev/null +++ b/client/table/tabulator.css @@ -0,0 +1,45 @@ +.tabulator { + border-left: 1px solid #333; + border-bottom: 1px solid #333; +} +.tabulator-row.tabulator-row-odd { + background-color: #222; +} +.tabulator-row.tabulator-row-even { + background-color: #333; +} +.desktop .tabulator-row.tabulator-selectable:hover { + background-color: #555; +} +.tabulator-row .tabulator-cell { + border-right: 1px solid #444; + padding: 8px; +} +.tabulator .tabulator-header { + border-bottom: 0; +} +.tabulator .tabulator-header .tabulator-col { + border-right: 1px solid #444; +} +.tabulator .tabulator-tableHolder .tabulator-table { + background-color: #333; +} +.multi-value-formatter-content span { + border: 0; + padding: 0 5px 0 0; +} + +.citationBrowser { + padding: 10px; + border-radius: 4px; + background: #666; +} +.citationBrowser .q { + max-width: 400px; + margin-bottom: 10px; + background-image: url(/assets/img/icon-search.png); + background-position: 390px center; + background-repeat: no-repeat; + box-shadow: 0px 2px 4px rgba(0,0,0,0.2); + border: 0; +}
\ No newline at end of file |
