diff options
| author | adamhrv <adam@ahprojects.com> | 2019-10-08 16:02:47 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-10-08 16:02:47 +0200 |
| commit | 27340ac4cd43f8eec7414495b541a65566ae2656 (patch) | |
| tree | cd43fcf1af026c75e6045d71d7d783ec460ba3ee /client/table | |
| parent | a4ea2852f4b46566a61f988342aa04e4059ccef9 (diff) | |
update site, white
Diffstat (limited to 'client/table')
| -rw-r--r-- | client/table/tabulator.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/client/table/tabulator.css b/client/table/tabulator.css index 0ea81974..0d9e8ff1 100644 --- a/client/table/tabulator.css +++ b/client/table/tabulator.css @@ -1,6 +1,7 @@ .tabulator { border-left: 1px solid #333; border-bottom: 1px solid #333; + font-size: 12px; } .tabulator-row.tabulator-row-odd { background-color: #222; @@ -42,7 +43,7 @@ background-image: url(/assets/img/icon-search.png); background-position: 378px center; background-repeat: no-repeat; - box-shadow: 0px 2px 4px rgba(0,0,0,0.2); + box-shadow: 1px 2px 4px rgba(0,0,0,0.6); border: 0; } @@ -55,10 +56,10 @@ } .download { display: block; - font-size: 13px; - color: #ddd; + font-size: 12px; + color: #333; cursor: pointer; - background: #333; + background: #ddd; padding: 5px 8px 5px 8px; border-radius: 5px; transition: all 0.2s; |
