summaryrefslogtreecommitdiff
path: root/site/assets/css/tabulator.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/tabulator.css')
-rwxr-xr-xsite/assets/css/tabulator.css63
1 files changed, 28 insertions, 35 deletions
diff --git a/site/assets/css/tabulator.css b/site/assets/css/tabulator.css
index 8c123cf4..200f0c5c 100755
--- a/site/assets/css/tabulator.css
+++ b/site/assets/css/tabulator.css
@@ -37,7 +37,7 @@
display: inline-block;
position: relative;
box-sizing: border-box;
- border-right: 1px solid #aaa;
+ border-right: 1px solid #333;
text-align: left;
vertical-align: bottom;
overflow: hidden;
@@ -45,7 +45,7 @@
.tabulator .tabulator-header .tabulator-col.tabulator-moving {
position: absolute;
- border: 1px solid #999;
+ border: 1px solid #333;
background: rgba(80,20,10,0.2);
pointer-events: none;
}
@@ -68,7 +68,7 @@
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
box-sizing: border-box;
width: 100%;
- border: 1px solid #999;
+ border: 1px solid #333;
padding: 1px;
background: #fff;
}
@@ -89,7 +89,7 @@
position: relative;
display: -ms-flexbox;
display: flex;
- border-top: 1px solid #aaa;
+ border-top: 1px solid #333;
overflow: hidden;
}
@@ -103,7 +103,7 @@
.tabulator .tabulator-header .tabulator-col.ui-sortable-helper {
position: absolute;
- border: 1px solid #aaa;
+ border: 1px solid #333;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
@@ -133,7 +133,6 @@
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
cursor: pointer;
- background-color: #cdcdcd;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow {
@@ -190,19 +189,19 @@
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
- border-right: 2px solid #aaa;
+ border-right: 2px solid #333;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
- border-left: 2px solid #aaa;
+ border-left: 2px solid #333;
}
.tabulator .tabulator-header .tabulator-calcs-holder {
box-sizing: border-box;
min-width: 400%;
background: rgba(80,20,10,0.2);
- border-top: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
+ border-top: 1px solid #333;
+ border-bottom: 1px solid #333;
overflow: hidden;
}
@@ -262,10 +261,8 @@
.tabulator .tabulator-tableHolder .tabulator-table {
position: relative;
display: inline-block;
- background-color: #fff;
white-space: nowrap;
overflow: visible;
- color: #333;
}
.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
@@ -274,11 +271,11 @@
}
.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
- border-bottom: 2px solid #aaa;
+ border-bottom: 2px solid #333;
}
.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
- border-top: 2px solid #aaa;
+ border-top: 2px solid #333;
}
.tabulator .tabulator-footer {
@@ -302,8 +299,8 @@
margin: -5px -10px 5px -10px;
text-align: left;
background: rgba(80,20,10,0.2);
- border-bottom: 1px solid #aaa;
- border-top: 1px solid #aaa;
+ border-bottom: 1px solid #333;
+ border-top: 1px solid #333;
overflow: hidden;
}
@@ -328,7 +325,7 @@
display: inline-block;
margin: 0 2px;
padding: 2px 5px;
- border: 1px solid #aaa;
+ border: 1px solid #333;
border-radius: 3px;
background: rgba(255, 255, 255, 0.2);
color: #555;
@@ -406,15 +403,12 @@
position: relative;
box-sizing: border-box;
min-height: 22px;
- background-color: #fff;
}
.tabulator-row.tabulator-row-even {
- background-color: #EFEFEF;
}
.tabulator-row.tabulator-selectable:hover {
- background-color: #bbb;
cursor: pointer;
}
@@ -423,7 +417,7 @@
}
.tabulator-row.tabulator-selected:hover {
- background-color: #769BCC;
+ background-color: #555;
cursor: pointer;
}
@@ -434,8 +428,8 @@
.tabulator-row.tabulator-moving {
position: absolute;
- border-top: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
+ border-top: 1px solid #333;
+ border-bottom: 1px solid #333;
pointer-events: none;
z-index: 15;
}
@@ -465,18 +459,18 @@
}
.tabulator-row .tabulator-frozen.tabulator-frozen-left {
- border-right: 2px solid #aaa;
+ border-right: 2px solid #333;
}
.tabulator-row .tabulator-frozen.tabulator-frozen-right {
- border-left: 2px solid #aaa;
+ border-left: 2px solid #333;
}
.tabulator-row .tabulator-responsive-collapse {
box-sizing: border-box;
padding: 5px;
- border-top: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
+ border-top: 1px solid #333;
+ border-bottom: 1px solid #333;
}
.tabulator-row .tabulator-responsive-collapse:empty {
@@ -500,7 +494,7 @@
position: relative;
box-sizing: border-box;
padding: 4px;
- border-right: 1px solid #aaa;
+ border-right: 1px solid #333;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
@@ -563,8 +557,8 @@
margin-top: -9px;
margin-right: 5px;
border-bottom-left-radius: 1px;
- border-left: 2px solid #aaa;
- border-bottom: 2px solid #aaa;
+ border-left: 2px solid #333;
+ border-bottom: 2px solid #333;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control {
@@ -604,7 +598,6 @@
top: 3px;
height: 1px;
width: 7px;
- background: #333;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
@@ -664,11 +657,11 @@
.tabulator-row.tabulator-group {
box-sizing: border-box;
border-bottom: 1px solid #999;
- border-right: 1px solid #aaa;
+ border-right: 1px solid #333;
border-top: 1px solid #999;
padding: 5px;
padding-left: 10px;
- background: #ccc;
+ background: #333;
font-weight: bold;
min-width: 100%;
}
@@ -729,7 +722,7 @@
box-sizing: border-box;
max-height: 200px;
background: #fff;
- border: 1px solid #aaa;
+ border: 1px solid #333;
font-size: 14px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
@@ -753,7 +746,7 @@
}
.tabulator-edit-select-list .tabulator-edit-select-list-group {
- border-bottom: 1px solid #aaa;
+ border-bottom: 1px solid #333;
padding: 4px;
padding-top: 6px;
color: #333;