agilebuilder-ui 1.1.39-sit2 → 1.1.39-sit3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agilebuilder-ui",
3
- "version": "1.1.39-sit2",
3
+ "version": "1.1.39-sit3",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -9,13 +9,13 @@
9
9
 
10
10
  @mixin scrollBar {
11
11
  ::-webkit-scrollbar-track-piece {
12
- background: #d3dce6;
12
+ background: rgba(157, 165, 183, 0.7);
13
13
  }
14
14
  ::-webkit-scrollbar {
15
15
  width: 6px;
16
16
  }
17
17
  ::-webkit-scrollbar-thumb {
18
- background: #99a9bf;
18
+ background: #aaaaaa;
19
19
  border-radius: 20px;
20
20
  }
21
21
  }
@@ -8,7 +8,7 @@
8
8
 
9
9
  // 默认下滚动条的样式
10
10
  ::-webkit-scrollbar-thumb {
11
- background: #eaeaea;
11
+ background: #aaaaaa;
12
12
  border: none;
13
13
  border-radius: 4px;
14
14
  }
@@ -26,7 +26,7 @@
26
26
 
27
27
  // 鼠标悬停在滚动条时 滚动条区域 空白地方的样式
28
28
  ::-webkit-scrollbar-track:hover {
29
- background-color: #eaeaea;
29
+ background-color: #ccc;
30
30
  border: none;
31
31
  }
32
32
  }
@@ -8,7 +8,7 @@
8
8
 
9
9
  // 默认下滚动条的样式
10
10
  ::-webkit-scrollbar-thumb {
11
- background: #eaeaea;
11
+ background: #aaaaaa;
12
12
  border: none;
13
13
  border-radius: 4px;
14
14
  }
@@ -26,7 +26,7 @@
26
26
 
27
27
  // 鼠标悬停在滚动条时 滚动条区域 空白地方的样式
28
28
  ::-webkit-scrollbar-track:hover {
29
- background-color: #eaeaea;
29
+ background-color: #aaaaaa;
30
30
  border: none;
31
31
  }
32
32
  }
@@ -8,7 +8,7 @@
8
8
 
9
9
  // 默认下滚动条的样式
10
10
  ::-webkit-scrollbar-thumb {
11
- background: #eaeaea;
11
+ background: #aaaaaa;
12
12
  border: none;
13
13
  border-radius: 4px;
14
14
  }
@@ -26,7 +26,7 @@
26
26
 
27
27
  // 鼠标悬停在滚动条时 滚动条区域 空白地方的样式
28
28
  ::-webkit-scrollbar-track:hover {
29
- background-color: #eaeaea;
29
+ background-color: #ccc;
30
30
  border: none;
31
31
  }
32
32
  }
@@ -8,7 +8,7 @@
8
8
 
9
9
  // 默认下滚动条的样式
10
10
  ::-webkit-scrollbar-thumb {
11
- background: #eaeaea;
11
+ background: #aaaaaa;
12
12
  border: none;
13
13
  border-radius: 4px;
14
14
  }
@@ -26,7 +26,7 @@
26
26
 
27
27
  // 鼠标悬停在滚动条时 滚动条区域 空白地方的样式
28
28
  ::-webkit-scrollbar-track:hover {
29
- background-color: #eaeaea;
29
+ background-color: #ccc;
30
30
  border: none;
31
31
  }
32
32
  }
@@ -8,7 +8,7 @@
8
8
 
9
9
  // 默认下滚动条的样式
10
10
  ::-webkit-scrollbar-thumb {
11
- background: #eaeaea;
11
+ background: #aaaaaa;
12
12
  border: none;
13
13
  border-radius: 4px;
14
14
  }
@@ -26,7 +26,7 @@
26
26
 
27
27
  // 鼠标悬停在滚动条时 滚动条区域 空白地方的样式
28
28
  ::-webkit-scrollbar-track:hover {
29
- background-color: #eaeaea;
29
+ background-color: #ccc;
30
30
  border: none;
31
31
  }
32
32
  }