dtable-ui-component 5.0.5-alpha1 → 5.0.5-alpha2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,10 +11,9 @@
11
11
  border-top: 1px solid #e9ecef;
12
12
  }
13
13
 
14
- /* */
15
14
  .dtable-filter-popover .popover-add-tool {
16
15
  border-top: none;
17
- color: #555555;
16
+ color: #666666;
18
17
  }
19
18
 
20
19
  .dtable-filter-popover .popover-add-tool.disabled {
@@ -77,7 +77,7 @@
77
77
 
78
78
  .filters-list .selected-conjunction-show {
79
79
  padding: 0 10px;
80
- color: #999;
80
+ color: #666;
81
81
  }
82
82
 
83
83
  .filters-list .filter-column {
@@ -275,7 +275,7 @@
275
275
 
276
276
  .filters-list .popover-add-tool {
277
277
  border-top: none;
278
- color: #555555;
278
+ color: #666666;
279
279
  }
280
280
 
281
281
  .filters-list .popover-add-tool .popover-add-icon {
@@ -21,7 +21,7 @@
21
21
  height: 20px;
22
22
  padding: 2px;
23
23
  margin: 4px;
24
- color: #9c9c9c;
24
+ color: #666666;
25
25
  background-color: #f0f0f0;
26
26
  border-radius: 3px;
27
27
  line-height: 16px;
@@ -21,7 +21,7 @@
21
21
  height: 20px;
22
22
  padding: 2px;
23
23
  margin: 4px;
24
- color: #9c9c9c;
24
+ color: #666666;
25
25
  background-color: #f0f0f0;
26
26
  border-radius: 3px;
27
27
  line-height: 16px;
@@ -63,7 +63,7 @@
63
63
 
64
64
  .longtext-formatter-links-container, .longtext-formatter-check-list-container {
65
65
  background-color: #f0f0f0;
66
- color: #9c9c9c;
66
+ color: #666666;
67
67
  padding: 0 3px;
68
68
  height: 20px;
69
69
  line-height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "5.0.5-alpha1",
3
+ "version": "5.0.5-alpha2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",