summaryrefslogtreecommitdiff
path: root/client/table/tabulator.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/table/tabulator.css')
-rw-r--r--client/table/tabulator.css9
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;