@seafile/seafile-editor 3.0.37 → 3.0.39
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/dist/extension/commons/dropdown-menu-item/menu.css +6 -6
- package/dist/extension/commons/more-menu/index.js +1 -0
- package/dist/extension/plugins/header/menu/style.css +5 -6
- package/dist/extension/plugins/image/menu/index.js +3 -2
- package/dist/extension/plugins/image/render-element/style.css +3 -3
- package/dist/extension/plugins/link/render-elem/style.css +3 -3
- package/dist/extension/plugins/table/context-menu/horizontal-align-popover/index.js +1 -1
- package/dist/extension/plugins/table/context-menu/horizontal-align-popover/style.css +3 -3
- package/dist/extension/plugins/table/menu/index.js +1 -0
- package/dist/extension/toolbar/header-toolbar/insert-toolbar/index.js +5 -3
- package/dist/pages/longtext-editor-dialog/style.css +1 -1
- package/dist/slate-convert/slate-to-md/transform.js +12 -3
- package/package.json +3 -3
- package/public/media/seafile-ui.css +185 -159
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
.sf-
|
|
2
|
-
|
|
1
|
+
.sf-popover-box-shadow {
|
|
2
|
+
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.sf-dropdown-menu {
|
|
3
6
|
width: fit-content;
|
|
4
7
|
min-width: 200px;
|
|
5
8
|
max-width: 240px;
|
|
6
9
|
max-height: 600px;
|
|
7
|
-
overflow: visible;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.sf-dropdown-menu .sf-dropdown-menu-container {
|
|
11
10
|
padding: 8px;
|
|
11
|
+
overflow: visible;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sf-sub-dropdown-menu .popover {
|
|
@@ -52,6 +52,7 @@ const MoreMenu = _ref => {
|
|
|
52
52
|
})), /*#__PURE__*/_react.default.createElement(_reactstrap.UncontrolledPopover, {
|
|
53
53
|
target: config.id,
|
|
54
54
|
className: "sf-editor-menu-popover sf-editor--more-menu-popover",
|
|
55
|
+
popperClassName: "sf-popover-box-shadow",
|
|
55
56
|
trigger: "legacy",
|
|
56
57
|
placement: "bottom-end",
|
|
57
58
|
hideArrow: true,
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
height: 100%;
|
|
4
4
|
width: 140px;
|
|
5
5
|
padding: 6px 8px 6px 0;
|
|
6
|
-
position: relative;
|
|
7
6
|
align-items: center;
|
|
8
7
|
color: #212529;
|
|
9
8
|
}
|
|
@@ -71,14 +70,14 @@
|
|
|
71
70
|
|
|
72
71
|
.sf-header-menu .sf-header-popover {
|
|
73
72
|
position: absolute;
|
|
74
|
-
top:
|
|
75
|
-
left:
|
|
73
|
+
top: 36px;
|
|
74
|
+
left: -1px;
|
|
76
75
|
padding: 8px;
|
|
77
|
-
width:
|
|
76
|
+
width: 200px;
|
|
78
77
|
background-color: #fff;
|
|
79
|
-
border: 1px solid #
|
|
78
|
+
border: 1px solid #eee;
|
|
80
79
|
border-radius: 8px;
|
|
81
|
-
box-shadow: 0 0
|
|
80
|
+
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
|
|
82
81
|
display: flex;
|
|
83
82
|
flex-direction: column;
|
|
84
83
|
align-items: flex-start;
|
|
@@ -49,12 +49,13 @@ const ImageMenu = _ref => {
|
|
|
49
49
|
})), !readonly && /*#__PURE__*/_react.default.createElement(_reactstrap.UncontrolledPopover, {
|
|
50
50
|
target: menuConfig.id,
|
|
51
51
|
trigger: "hover",
|
|
52
|
-
className: "sf-menu-popover sf-
|
|
52
|
+
className: "sf-menu-popover sf-sub-dropdown-menu sf-insert-image-menu-popover",
|
|
53
|
+
popperClassName: "sf-popover-box-shadow",
|
|
53
54
|
placement: "right-start",
|
|
54
55
|
hideArrow: true,
|
|
55
56
|
fade: false
|
|
56
57
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
57
|
-
className: "sf-insert-image-menu-popover-container sf-dropdown-menu
|
|
58
|
+
className: "sf-insert-image-menu-popover-container sf-dropdown-menu"
|
|
58
59
|
}, (editor === null || editor === void 0 ? void 0 : (_editor$api = editor.api) === null || _editor$api === void 0 ? void 0 : _editor$api.uploadLocalImage) && /*#__PURE__*/_react.default.createElement("div", {
|
|
59
60
|
className: "sf-dropdown-menu-item",
|
|
60
61
|
onClick: openFileDIalog
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
text-align: center;
|
|
36
36
|
line-height: 20px;
|
|
37
37
|
padding: 2px;
|
|
38
|
-
|
|
39
|
-
border-radius:
|
|
40
|
-
|
|
38
|
+
border: 1px solid #eee;
|
|
39
|
+
border-radius: 8px;
|
|
40
|
+
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
|
|
41
41
|
background-color: #fff;
|
|
42
42
|
user-select: none !important;
|
|
43
43
|
z-index: 100;
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
display: flex;
|
|
18
18
|
position: absolute;
|
|
19
19
|
background-color: #fff;
|
|
20
|
-
border: 1px solid #
|
|
21
|
-
border-radius:
|
|
22
|
-
box-shadow: 0
|
|
20
|
+
border: 1px solid #eee;
|
|
21
|
+
border-radius: 8px;
|
|
22
|
+
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
|
|
23
23
|
z-index: 1999;
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -42,7 +42,7 @@ const HorizontalAlignPopover = _ref => {
|
|
|
42
42
|
hideArrow: true,
|
|
43
43
|
fade: false,
|
|
44
44
|
offset: [0, 8],
|
|
45
|
-
popperClassName: "sf-table-alignment-popover"
|
|
45
|
+
popperClassName: "sf-table-alignment-popover sf-popover-box-shadow"
|
|
46
46
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
47
47
|
className: "sf-dropdown-menu sf-table-alignment-menu"
|
|
48
48
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
1
|
.sf-context-menu .sf-dropdown-menu {
|
|
4
2
|
display: flex;
|
|
5
3
|
flex-direction: column;
|
|
6
4
|
}
|
|
5
|
+
|
|
7
6
|
.sf-table-alignment-popover {
|
|
8
7
|
z-index: 2000;
|
|
9
8
|
|
|
10
9
|
}
|
|
10
|
+
|
|
11
11
|
.sf-table-alignment-menu {
|
|
12
12
|
padding: 8px;
|
|
13
|
-
min-width:
|
|
13
|
+
min-width: 96px;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.sf-table-alignment-menu .sf-dropdown-menu-item {
|
|
@@ -33,6 +33,7 @@ const TableMenu = _ref => {
|
|
|
33
33
|
target: menuConfig.id,
|
|
34
34
|
trigger: "hover",
|
|
35
35
|
className: "sf-dropdown-menu sf-sub-dropdown-menu sf-table-size-selector-popover",
|
|
36
|
+
popperClassName: "sf-popover-box-shadow",
|
|
36
37
|
placement: "right-start",
|
|
37
38
|
hideArrow: true,
|
|
38
39
|
fade: false,
|
|
@@ -86,15 +86,17 @@ const InsertToolbar = _ref => {
|
|
|
86
86
|
target: insertToolbarId
|
|
87
87
|
}, t('Insert')), !disabled && /*#__PURE__*/_react.default.createElement(_reactstrap.UncontrolledPopover, {
|
|
88
88
|
target: insertToolbarId,
|
|
89
|
-
className: "sf-menu-popover sf-
|
|
89
|
+
className: "sf-menu-popover sf-insert-menu-popover",
|
|
90
|
+
popperClassName: "sf-popover-box-shadow",
|
|
90
91
|
trigger: "legacy",
|
|
91
92
|
placement: "bottom-start",
|
|
92
93
|
hideArrow: true,
|
|
93
94
|
toggle: toggle,
|
|
94
95
|
fade: false,
|
|
95
|
-
ref: popoverRef
|
|
96
|
+
ref: popoverRef,
|
|
97
|
+
offset: [-9, 8]
|
|
96
98
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
97
|
-
className: "sf-insert-menu-container sf-dropdown-menu
|
|
99
|
+
className: "sf-insert-menu-container sf-dropdown-menu",
|
|
98
100
|
style: {
|
|
99
101
|
maxHeight: window.innerHeight - bottom - 100
|
|
100
102
|
}
|
|
@@ -229,6 +229,7 @@ const transformListContent = node => {
|
|
|
229
229
|
};
|
|
230
230
|
const transformListItem = node => {
|
|
231
231
|
let loose = false;
|
|
232
|
+
let spread = false;
|
|
232
233
|
const {
|
|
233
234
|
children
|
|
234
235
|
} = node;
|
|
@@ -249,14 +250,18 @@ const transformListItem = node => {
|
|
|
249
250
|
});
|
|
250
251
|
if (newChildren.length === 1) {
|
|
251
252
|
loose = false;
|
|
253
|
+
spread = false;
|
|
252
254
|
} else if (newChildren.length === 2 && newChildren[1].type === 'list') {
|
|
253
255
|
loose = true;
|
|
256
|
+
spread = false;
|
|
254
257
|
} else {
|
|
255
258
|
loose = true;
|
|
259
|
+
spread = true;
|
|
256
260
|
}
|
|
257
261
|
return {
|
|
258
262
|
type: 'listItem',
|
|
259
|
-
loose
|
|
263
|
+
loose,
|
|
264
|
+
spread,
|
|
260
265
|
checked: null,
|
|
261
266
|
children: newChildren
|
|
262
267
|
};
|
|
@@ -267,10 +272,13 @@ const transformList = node => {
|
|
|
267
272
|
} = node;
|
|
268
273
|
const newChildren = children.map(child => transformListItem(child));
|
|
269
274
|
let loose = false;
|
|
275
|
+
let spread = false;
|
|
270
276
|
for (let node of newChildren) {
|
|
271
277
|
if (node.loose === true) {
|
|
272
278
|
loose = true;
|
|
273
|
-
|
|
279
|
+
}
|
|
280
|
+
if (node.spread === true) {
|
|
281
|
+
spread = true;
|
|
274
282
|
}
|
|
275
283
|
}
|
|
276
284
|
return {
|
|
@@ -278,7 +286,8 @@ const transformList = node => {
|
|
|
278
286
|
ordered: node.type === 'ordered_list',
|
|
279
287
|
// ordered_list | unordered_list
|
|
280
288
|
start: 1,
|
|
281
|
-
loose
|
|
289
|
+
loose,
|
|
290
|
+
spread,
|
|
282
291
|
children: newChildren
|
|
283
292
|
};
|
|
284
293
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/seafile-editor",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.39",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"react": "18.3.1",
|
|
63
63
|
"react-dom": "18.3.1",
|
|
64
64
|
"react-i18next": "12.1.4",
|
|
65
|
-
"react-router": "7.
|
|
66
|
-
"react-router-dom": "7.
|
|
65
|
+
"react-router": "7.16.0",
|
|
66
|
+
"react-router-dom": "7.16.0",
|
|
67
67
|
"seafile-js": "0.2.239",
|
|
68
68
|
"style-loader": "3.3.3",
|
|
69
69
|
"terser-webpack-plugin": "5.4.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
--bs-gray-700: #495057;
|
|
32
32
|
--bs-gray-800: #343a40;
|
|
33
33
|
--bs-gray-900: #212529;
|
|
34
|
-
--bs-primary: #
|
|
34
|
+
--bs-primary: #ff8000;
|
|
35
35
|
--bs-secondary: #666;
|
|
36
36
|
--bs-success: #5eba00;
|
|
37
37
|
--bs-info: #45aaf2;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
--bs-danger: #cd201f;
|
|
40
40
|
--bs-light: #f8f9fa;
|
|
41
41
|
--bs-dark: #343a40;
|
|
42
|
-
--bs-primary-rgb: 255,
|
|
42
|
+
--bs-primary-rgb: 255, 128, 0;
|
|
43
43
|
--bs-secondary-rgb: 102, 102, 102;
|
|
44
44
|
--bs-success-rgb: 94, 186, 0;
|
|
45
45
|
--bs-info-rgb: 69, 170, 242;
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
--bs-border-radius-xl: 1rem;
|
|
71
71
|
--bs-border-radius-2xl: 2rem;
|
|
72
72
|
--bs-border-radius-pill: 50rem;
|
|
73
|
-
--bs-link-color: #
|
|
74
|
-
--bs-link-hover-color: #
|
|
73
|
+
--bs-link-color: #ff8000;
|
|
74
|
+
--bs-link-hover-color: #c60;
|
|
75
75
|
--bs-code-color: inherit;
|
|
76
76
|
--bs-highlight-bg: #fcf3cf
|
|
77
77
|
}
|
|
@@ -1879,13 +1879,13 @@ progress {
|
|
|
1879
1879
|
|
|
1880
1880
|
.table-primary {
|
|
1881
1881
|
--bs-table-color: #000;
|
|
1882
|
-
--bs-table-bg: #
|
|
1883
|
-
--bs-table-border-color: #
|
|
1884
|
-
--bs-table-striped-bg: #
|
|
1882
|
+
--bs-table-bg: #ffe6cc;
|
|
1883
|
+
--bs-table-border-color: #e6cfb8;
|
|
1884
|
+
--bs-table-striped-bg: #f2dac2;
|
|
1885
1885
|
--bs-table-striped-color: #000;
|
|
1886
|
-
--bs-table-active-bg: #
|
|
1886
|
+
--bs-table-active-bg: #e6cfb8;
|
|
1887
1887
|
--bs-table-active-color: #000;
|
|
1888
|
-
--bs-table-hover-bg: #
|
|
1888
|
+
--bs-table-hover-bg: #ecd4bd;
|
|
1889
1889
|
--bs-table-hover-color: #000
|
|
1890
1890
|
}
|
|
1891
1891
|
|
|
@@ -2246,7 +2246,7 @@ textarea.form-control-lg {
|
|
|
2246
2246
|
|
|
2247
2247
|
.form-select:focus {
|
|
2248
2248
|
border-color: #1991eb;
|
|
2249
|
-
box-shadow: 0 0 0 2px rgba(255,
|
|
2249
|
+
box-shadow: 0 0 0 2px rgba(255, 128, 0, .25);
|
|
2250
2250
|
outline: 0
|
|
2251
2251
|
}
|
|
2252
2252
|
|
|
@@ -2332,13 +2332,13 @@ textarea.form-control-lg {
|
|
|
2332
2332
|
|
|
2333
2333
|
.form-check-input:focus {
|
|
2334
2334
|
border-color: #1991eb;
|
|
2335
|
-
box-shadow: 0 0 0 2px rgba(255,
|
|
2335
|
+
box-shadow: 0 0 0 2px rgba(255, 128, 0, .25);
|
|
2336
2336
|
outline: 0
|
|
2337
2337
|
}
|
|
2338
2338
|
|
|
2339
2339
|
.form-check-input:checked {
|
|
2340
|
-
background-color: #
|
|
2341
|
-
border-color: #
|
|
2340
|
+
background-color: #ff8000;
|
|
2341
|
+
border-color: #ff8000
|
|
2342
2342
|
}
|
|
2343
2343
|
|
|
2344
2344
|
.form-check-input:checked[type=checkbox] {
|
|
@@ -2350,9 +2350,9 @@ textarea.form-control-lg {
|
|
|
2350
2350
|
}
|
|
2351
2351
|
|
|
2352
2352
|
.form-check-input[type=checkbox]:indeterminate {
|
|
2353
|
-
background-color: #
|
|
2353
|
+
background-color: #ff8000;
|
|
2354
2354
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
|
|
2355
|
-
border-color: #
|
|
2355
|
+
border-color: #ff8000
|
|
2356
2356
|
}
|
|
2357
2357
|
|
|
2358
2358
|
.form-check-input:disabled {
|
|
@@ -2447,7 +2447,7 @@ textarea.form-control-lg {
|
|
|
2447
2447
|
|
|
2448
2448
|
.form-range::-webkit-slider-thumb {
|
|
2449
2449
|
appearance: none;
|
|
2450
|
-
background-color: #
|
|
2450
|
+
background-color: #ff8000;
|
|
2451
2451
|
border: 0;
|
|
2452
2452
|
border-radius: 1rem;
|
|
2453
2453
|
height: 1rem;
|
|
@@ -2463,7 +2463,7 @@ textarea.form-control-lg {
|
|
|
2463
2463
|
}
|
|
2464
2464
|
|
|
2465
2465
|
.form-range::-webkit-slider-thumb:active {
|
|
2466
|
-
background-color: #
|
|
2466
|
+
background-color: #ffd9b3
|
|
2467
2467
|
}
|
|
2468
2468
|
|
|
2469
2469
|
.form-range::-webkit-slider-runnable-track {
|
|
@@ -2478,7 +2478,7 @@ textarea.form-control-lg {
|
|
|
2478
2478
|
|
|
2479
2479
|
.form-range::-moz-range-thumb {
|
|
2480
2480
|
appearance: none;
|
|
2481
|
-
background-color: #
|
|
2481
|
+
background-color: #ff8000;
|
|
2482
2482
|
border: 0;
|
|
2483
2483
|
border-radius: 1rem;
|
|
2484
2484
|
height: 1rem;
|
|
@@ -2493,7 +2493,7 @@ textarea.form-control-lg {
|
|
|
2493
2493
|
}
|
|
2494
2494
|
|
|
2495
2495
|
.form-range::-moz-range-thumb:active {
|
|
2496
|
-
background-color: #
|
|
2496
|
+
background-color: #ffd9b3
|
|
2497
2497
|
}
|
|
2498
2498
|
|
|
2499
2499
|
.form-range::-moz-range-track {
|
|
@@ -2778,7 +2778,7 @@ textarea.form-control-lg {
|
|
|
2778
2778
|
}
|
|
2779
2779
|
|
|
2780
2780
|
.form-control.is-invalid, .was-validated .form-control:invalid {
|
|
2781
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd201f'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23cd201f' stroke='none'/%3E%3C/svg%3E");
|
|
2781
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd201f' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23cd201f' stroke='none'/%3E%3C/svg%3E");
|
|
2782
2782
|
background-position: right calc(.4em + .1875rem) center;
|
|
2783
2783
|
background-repeat: no-repeat;
|
|
2784
2784
|
background-size: calc(.8em + .375rem) calc(.8em + .375rem);
|
|
@@ -2801,7 +2801,7 @@ textarea.form-control-lg {
|
|
|
2801
2801
|
}
|
|
2802
2802
|
|
|
2803
2803
|
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
|
|
2804
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd201f'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23cd201f' stroke='none'/%3E%3C/svg%3E");
|
|
2804
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd201f' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23cd201f' stroke='none'/%3E%3C/svg%3E");
|
|
2805
2805
|
background-position: right .75rem center, center right 2.25rem;
|
|
2806
2806
|
background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem);
|
|
2807
2807
|
padding-right: 4.125rem
|
|
@@ -2925,19 +2925,15 @@ textarea.form-control-lg {
|
|
|
2925
2925
|
|
|
2926
2926
|
.btn-primary {
|
|
2927
2927
|
--bs-btn-color: #000;
|
|
2928
|
-
--bs-btn-bg: #ff9800;
|
|
2929
|
-
--bs-btn-border-color: #ff9800;
|
|
2930
2928
|
--bs-btn-hover-color: #000;
|
|
2931
|
-
--bs-btn-hover-bg: #
|
|
2932
|
-
--bs-btn-hover-border-color: #
|
|
2933
|
-
--bs-btn-focus-shadow-rgb: 217,
|
|
2929
|
+
--bs-btn-hover-bg: #ff9326;
|
|
2930
|
+
--bs-btn-hover-border-color: #ff8d1a;
|
|
2931
|
+
--bs-btn-focus-shadow-rgb: 217, 109, 0;
|
|
2934
2932
|
--bs-btn-active-color: #000;
|
|
2935
|
-
--bs-btn-active-bg: #
|
|
2936
|
-
--bs-btn-active-border-color: #
|
|
2933
|
+
--bs-btn-active-bg: #f93;
|
|
2934
|
+
--bs-btn-active-border-color: #ff8d1a;
|
|
2937
2935
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
2938
|
-
--bs-btn-disabled-color: #000
|
|
2939
|
-
--bs-btn-disabled-bg: #ff9800;
|
|
2940
|
-
--bs-btn-disabled-border-color: #ff9800
|
|
2936
|
+
--bs-btn-disabled-color: #000
|
|
2941
2937
|
}
|
|
2942
2938
|
|
|
2943
2939
|
.btn-secondary {
|
|
@@ -3059,19 +3055,19 @@ textarea.form-control-lg {
|
|
|
3059
3055
|
}
|
|
3060
3056
|
|
|
3061
3057
|
.btn-outline-primary {
|
|
3062
|
-
--bs-btn-color: #
|
|
3063
|
-
--bs-btn-border-color: #
|
|
3058
|
+
--bs-btn-color: #ff8000;
|
|
3059
|
+
--bs-btn-border-color: #ff8000;
|
|
3064
3060
|
--bs-btn-hover-color: #000;
|
|
3065
|
-
--bs-btn-hover-bg: #
|
|
3066
|
-
--bs-btn-hover-border-color: #
|
|
3067
|
-
--bs-btn-focus-shadow-rgb: 255,
|
|
3061
|
+
--bs-btn-hover-bg: #ff8000;
|
|
3062
|
+
--bs-btn-hover-border-color: #ff8000;
|
|
3063
|
+
--bs-btn-focus-shadow-rgb: 255, 128, 0;
|
|
3068
3064
|
--bs-btn-active-color: #000;
|
|
3069
|
-
--bs-btn-active-bg: #
|
|
3070
|
-
--bs-btn-active-border-color: #
|
|
3065
|
+
--bs-btn-active-bg: #ff8000;
|
|
3066
|
+
--bs-btn-active-border-color: #ff8000;
|
|
3071
3067
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
3072
|
-
--bs-btn-disabled-color: #
|
|
3068
|
+
--bs-btn-disabled-color: #ff8000;
|
|
3073
3069
|
--bs-btn-disabled-bg: transparent;
|
|
3074
|
-
--bs-btn-disabled-border-color: #
|
|
3070
|
+
--bs-btn-disabled-border-color: #ff8000;
|
|
3075
3071
|
--bs-gradient: none
|
|
3076
3072
|
}
|
|
3077
3073
|
|
|
@@ -3206,7 +3202,7 @@ textarea.form-control-lg {
|
|
|
3206
3202
|
--bs-btn-disabled-color: #868e96;
|
|
3207
3203
|
--bs-btn-disabled-border-color: transparent;
|
|
3208
3204
|
--bs-btn-box-shadow: none;
|
|
3209
|
-
--bs-btn-focus-shadow-rgb: 217,
|
|
3205
|
+
--bs-btn-focus-shadow-rgb: 217, 109, 0;
|
|
3210
3206
|
text-decoration: underline
|
|
3211
3207
|
}
|
|
3212
3208
|
|
|
@@ -3302,18 +3298,18 @@ textarea.form-control-lg {
|
|
|
3302
3298
|
--bs-dropdown-font-size: 0.875rem;
|
|
3303
3299
|
--bs-dropdown-color: #212529;
|
|
3304
3300
|
--bs-dropdown-bg: #fff;
|
|
3305
|
-
--bs-dropdown-border-color:
|
|
3301
|
+
--bs-dropdown-border-color: #eee;
|
|
3306
3302
|
--bs-dropdown-border-radius: 3px;
|
|
3307
3303
|
--bs-dropdown-border-width: 1px;
|
|
3308
3304
|
--bs-dropdown-inner-border-radius: 2px;
|
|
3309
|
-
--bs-dropdown-divider-bg:
|
|
3305
|
+
--bs-dropdown-divider-bg: #eee;
|
|
3310
3306
|
--bs-dropdown-divider-margin-y: 0.5rem;
|
|
3311
|
-
--bs-dropdown-box-shadow: 0
|
|
3307
|
+
--bs-dropdown-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .1);
|
|
3312
3308
|
--bs-dropdown-link-color: #212529;
|
|
3313
3309
|
--bs-dropdown-link-hover-color: #1e2125;
|
|
3314
|
-
--bs-dropdown-link-hover-bg:
|
|
3310
|
+
--bs-dropdown-link-hover-bg: rgba(0, 0, 0, .04);
|
|
3315
3311
|
--bs-dropdown-link-active-color: #fff;
|
|
3316
|
-
--bs-dropdown-link-active-bg: #
|
|
3312
|
+
--bs-dropdown-link-active-bg: #ff8000;
|
|
3317
3313
|
--bs-dropdown-link-disabled-color: #adb5bd;
|
|
3318
3314
|
--bs-dropdown-item-padding-x: 1rem;
|
|
3319
3315
|
--bs-dropdown-item-padding-y: 0.25rem;
|
|
@@ -3584,14 +3580,14 @@ textarea.form-control-lg {
|
|
|
3584
3580
|
.dropdown-menu-dark {
|
|
3585
3581
|
--bs-dropdown-color: #dee2e6;
|
|
3586
3582
|
--bs-dropdown-bg: #343a40;
|
|
3587
|
-
--bs-dropdown-border-color:
|
|
3583
|
+
--bs-dropdown-border-color: #eee;
|
|
3588
3584
|
--bs-dropdown-box-shadow: ;
|
|
3589
3585
|
--bs-dropdown-link-color: #dee2e6;
|
|
3590
3586
|
--bs-dropdown-link-hover-color: #fff;
|
|
3591
|
-
--bs-dropdown-divider-bg:
|
|
3587
|
+
--bs-dropdown-divider-bg: #eee;
|
|
3592
3588
|
--bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
|
|
3593
3589
|
--bs-dropdown-link-active-color: #fff;
|
|
3594
|
-
--bs-dropdown-link-active-bg: #
|
|
3590
|
+
--bs-dropdown-link-active-bg: #ff8000;
|
|
3595
3591
|
--bs-dropdown-link-disabled-color: #adb5bd;
|
|
3596
3592
|
--bs-dropdown-header-color: #adb5bd
|
|
3597
3593
|
}
|
|
@@ -3771,7 +3767,7 @@ textarea.form-control-lg {
|
|
|
3771
3767
|
.nav-pills {
|
|
3772
3768
|
--bs-nav-pills-border-radius: 3px;
|
|
3773
3769
|
--bs-nav-pills-link-active-color: #fff;
|
|
3774
|
-
--bs-nav-pills-link-active-bg: #
|
|
3770
|
+
--bs-nav-pills-link-active-bg: #ff8000
|
|
3775
3771
|
}
|
|
3776
3772
|
|
|
3777
3773
|
.nav-pills .nav-link {
|
|
@@ -4441,13 +4437,13 @@ textarea.form-control-lg {
|
|
|
4441
4437
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4442
4438
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4443
4439
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4444
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%
|
|
4440
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e57300' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
|
|
4445
4441
|
--bs-accordion-btn-focus-border-color: #1991eb;
|
|
4446
|
-
--bs-accordion-btn-focus-box-shadow: 0 0 0 2px rgba(255,
|
|
4442
|
+
--bs-accordion-btn-focus-box-shadow: 0 0 0 2px rgba(255, 128, 0, .25);
|
|
4447
4443
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4448
4444
|
--bs-accordion-body-padding-y: 1rem;
|
|
4449
|
-
--bs-accordion-active-color: #
|
|
4450
|
-
--bs-accordion-active-bg: #
|
|
4445
|
+
--bs-accordion-active-color: #e67300;
|
|
4446
|
+
--bs-accordion-active-bg: #fff2e6
|
|
4451
4447
|
}
|
|
4452
4448
|
|
|
4453
4449
|
.accordion-button {
|
|
@@ -4625,10 +4621,10 @@ textarea.form-control-lg {
|
|
|
4625
4621
|
--bs-pagination-hover-border-color: #dee2e6;
|
|
4626
4622
|
--bs-pagination-focus-color: var(--bs-link-hover-color);
|
|
4627
4623
|
--bs-pagination-focus-bg: #e9ecef;
|
|
4628
|
-
--bs-pagination-focus-box-shadow: 0 0 0 2px rgba(255,
|
|
4624
|
+
--bs-pagination-focus-box-shadow: 0 0 0 2px rgba(255, 128, 0, .25);
|
|
4629
4625
|
--bs-pagination-active-color: #fff;
|
|
4630
|
-
--bs-pagination-active-bg: #
|
|
4631
|
-
--bs-pagination-active-border-color: #
|
|
4626
|
+
--bs-pagination-active-bg: #ff8000;
|
|
4627
|
+
--bs-pagination-active-border-color: #ff8000;
|
|
4632
4628
|
--bs-pagination-disabled-color: #ced4da;
|
|
4633
4629
|
--bs-pagination-disabled-bg: #fff;
|
|
4634
4630
|
--bs-pagination-disabled-border-color: #dee2e6;
|
|
@@ -4779,13 +4775,13 @@ textarea.form-control-lg {
|
|
|
4779
4775
|
}
|
|
4780
4776
|
|
|
4781
4777
|
.alert-primary {
|
|
4782
|
-
--bs-alert-color: #
|
|
4783
|
-
--bs-alert-bg: #
|
|
4784
|
-
--bs-alert-border-color: #
|
|
4778
|
+
--bs-alert-color: #994d00;
|
|
4779
|
+
--bs-alert-bg: #ffe6cc;
|
|
4780
|
+
--bs-alert-border-color: #ffd9b3
|
|
4785
4781
|
}
|
|
4786
4782
|
|
|
4787
4783
|
.alert-primary .alert-link {
|
|
4788
|
-
color: #
|
|
4784
|
+
color: #7a3d00
|
|
4789
4785
|
}
|
|
4790
4786
|
|
|
4791
4787
|
.alert-secondary {
|
|
@@ -4871,7 +4867,7 @@ textarea.form-control-lg {
|
|
|
4871
4867
|
--bs-progress-border-radius: 3px;
|
|
4872
4868
|
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
|
|
4873
4869
|
--bs-progress-bar-color: #fff;
|
|
4874
|
-
--bs-progress-bar-bg: #
|
|
4870
|
+
--bs-progress-bar-bg: #ff8000;
|
|
4875
4871
|
--bs-progress-bar-transition: width 0.6s ease;
|
|
4876
4872
|
background-color: var(--bs-progress-bg);
|
|
4877
4873
|
border-radius: var(--bs-progress-border-radius);
|
|
@@ -4930,8 +4926,8 @@ textarea.form-control-lg {
|
|
|
4930
4926
|
--bs-list-group-action-active-bg: #e9ecef;
|
|
4931
4927
|
--bs-list-group-disabled-color: #868e96;
|
|
4932
4928
|
--bs-list-group-disabled-bg: #fff;
|
|
4933
|
-
--bs-list-group-active-color: #
|
|
4934
|
-
--bs-list-group-active-bg: #
|
|
4929
|
+
--bs-list-group-active-color: #ff8000;
|
|
4930
|
+
--bs-list-group-active-bg: #fffaf5;
|
|
4935
4931
|
--bs-list-group-active-border-color: rgba(0, 40, 100, .12);
|
|
4936
4932
|
border-radius: var(--bs-list-group-border-radius);
|
|
4937
4933
|
display: flex;
|
|
@@ -5171,18 +5167,18 @@ textarea.form-control-lg {
|
|
|
5171
5167
|
}
|
|
5172
5168
|
|
|
5173
5169
|
.list-group-item-primary {
|
|
5174
|
-
background-color: #
|
|
5175
|
-
color: #
|
|
5170
|
+
background-color: #ffe6cc;
|
|
5171
|
+
color: #994d00
|
|
5176
5172
|
}
|
|
5177
5173
|
|
|
5178
5174
|
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
|
|
5179
|
-
background-color: #
|
|
5180
|
-
color: #
|
|
5175
|
+
background-color: #e6cfb8;
|
|
5176
|
+
color: #994d00
|
|
5181
5177
|
}
|
|
5182
5178
|
|
|
5183
5179
|
.list-group-item-primary.list-group-item-action.active {
|
|
5184
|
-
background-color: #
|
|
5185
|
-
border-color: #
|
|
5180
|
+
background-color: #994d00;
|
|
5181
|
+
border-color: #994d00;
|
|
5186
5182
|
color: #fff
|
|
5187
5183
|
}
|
|
5188
5184
|
|
|
@@ -5317,7 +5313,7 @@ textarea.form-control-lg {
|
|
|
5317
5313
|
}
|
|
5318
5314
|
|
|
5319
5315
|
.btn-close:focus {
|
|
5320
|
-
box-shadow: 0 0 0 2px rgba(255,
|
|
5316
|
+
box-shadow: 0 0 0 2px rgba(255, 128, 0, .25);
|
|
5321
5317
|
opacity: 1;
|
|
5322
5318
|
outline: 0
|
|
5323
5319
|
}
|
|
@@ -5813,10 +5809,10 @@ textarea.form-control-lg {
|
|
|
5813
5809
|
--bs-popover-font-size: 0.8125rem;
|
|
5814
5810
|
--bs-popover-bg: #fff;
|
|
5815
5811
|
--bs-popover-border-width: 1px;
|
|
5816
|
-
--bs-popover-border-color: #
|
|
5817
|
-
--bs-popover-border-radius:
|
|
5818
|
-
--bs-popover-inner-border-radius:
|
|
5819
|
-
--bs-popover-box-shadow: 0
|
|
5812
|
+
--bs-popover-border-color: #eee;
|
|
5813
|
+
--bs-popover-border-radius: 8px;
|
|
5814
|
+
--bs-popover-inner-border-radius: 7px;
|
|
5815
|
+
--bs-popover-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
|
|
5820
5816
|
--bs-popover-header-padding-x: 1rem;
|
|
5821
5817
|
--bs-popover-header-padding-y: 0.5rem;
|
|
5822
5818
|
--bs-popover-header-font-size: 0.875rem;
|
|
@@ -6754,7 +6750,7 @@ textarea.form-control-lg {
|
|
|
6754
6750
|
}
|
|
6755
6751
|
|
|
6756
6752
|
.text-bg-primary {
|
|
6757
|
-
background-color: RGBA(255,
|
|
6753
|
+
background-color: RGBA(255, 128, 0, var(--bs-bg-opacity, 1)) !important;
|
|
6758
6754
|
color: #000 !important
|
|
6759
6755
|
}
|
|
6760
6756
|
|
|
@@ -6794,11 +6790,11 @@ textarea.form-control-lg {
|
|
|
6794
6790
|
}
|
|
6795
6791
|
|
|
6796
6792
|
.link-primary {
|
|
6797
|
-
color: #
|
|
6793
|
+
color: #ff8000 !important
|
|
6798
6794
|
}
|
|
6799
6795
|
|
|
6800
6796
|
.link-primary:focus, .link-primary:hover {
|
|
6801
|
-
color: #
|
|
6797
|
+
color: #f93 !important
|
|
6802
6798
|
}
|
|
6803
6799
|
|
|
6804
6800
|
.link-secondary {
|
|
@@ -12235,6 +12231,8 @@ textarea.form-control-lg {
|
|
|
12235
12231
|
--bs-emphasis-color: #303133;
|
|
12236
12232
|
--bs-border-color: rgba(0, 40, 100, .12);
|
|
12237
12233
|
--bs-border-secondary-color: #eee;
|
|
12234
|
+
--bs-border-tertiary-color: #cacaca;
|
|
12235
|
+
--bs-border-quartus-color: #eaeaea;
|
|
12238
12236
|
--bs-tertiary-color: #fff;
|
|
12239
12237
|
--bs-tertiary-color-rgb: 255, 255, 255;
|
|
12240
12238
|
--bs-header-bg: #f8fafd;
|
|
@@ -12256,16 +12254,19 @@ textarea.form-control-lg {
|
|
|
12256
12254
|
--bs-tr-hover-bg: #f5f5f5;
|
|
12257
12255
|
--bs-icon-color: #666;
|
|
12258
12256
|
--bs-icon-secondary-color: #999;
|
|
12259
|
-
--bs-icon-hover-color:
|
|
12257
|
+
--bs-icon-btn-hover-bg-color: rgba(0, 0, 0, .04);
|
|
12260
12258
|
--bs-hover-bg: #efefef;
|
|
12261
12259
|
--bs-hover-secondary-bg: #e5e5e5;
|
|
12262
12260
|
--bs-hover-tertiary-bg: #dbdbdb;
|
|
12263
12261
|
--bs-bg-color: #f5f5f5;
|
|
12264
12262
|
--bs-bg-secondary-color: #f0f0f0;
|
|
12265
|
-
--bs-dropdown-link-bg:
|
|
12266
|
-
--bs-dropdown-secondary-bg: #f2f2f2;
|
|
12267
|
-
--bs-dropdown-tertiary-bg: #f5f5f5;
|
|
12263
|
+
--bs-dropdown-link-hover-bg: rgba(0, 0, 0, .04);
|
|
12264
|
+
--bs-dropdown-link-hover-secondary-bg: #f2f2f2;
|
|
12265
|
+
--bs-dropdown-link-hover-tertiary-bg: #f5f5f5;
|
|
12268
12266
|
--bs-popover-bg: #fff;
|
|
12267
|
+
--bs-popover-border-color: #eee;
|
|
12268
|
+
--bs-popover-border-radius: 8px;
|
|
12269
|
+
--bs-popover-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
|
|
12269
12270
|
--bs-placeholder-color: #495057
|
|
12270
12271
|
}
|
|
12271
12272
|
|
|
@@ -12278,6 +12279,8 @@ textarea.form-control-lg {
|
|
|
12278
12279
|
--bs-emphasis-color: #fff;
|
|
12279
12280
|
--bs-border-color: hsla(0, 0%, 100%, .1);
|
|
12280
12281
|
--bs-border-secondary-color: hsla(0, 0%, 100%, .1);
|
|
12282
|
+
--bs-border-tertiary-color: hsla(0, 0%, 100%, .3);
|
|
12283
|
+
--bs-border-quartus-color: hsla(0, 0%, 100%, .15);
|
|
12281
12284
|
--bs-secondary-color: #dbdbdb;
|
|
12282
12285
|
--bs-tertiary-color: rgba(222, 226, 230, .5);
|
|
12283
12286
|
--bs-tertiary-color-rgb: 222, 226, 230;
|
|
@@ -12300,16 +12303,19 @@ textarea.form-control-lg {
|
|
|
12300
12303
|
--bs-tr-hover-bg: hsla(0, 0%, 100%, .08);
|
|
12301
12304
|
--bs-icon-color: hsla(0, 0%, 100%, .7);
|
|
12302
12305
|
--bs-icon-secondary-color: hsla(0, 0%, 100%, .5);
|
|
12303
|
-
--bs-icon-hover-color:
|
|
12306
|
+
--bs-icon-btn-hover-bg-color: hsla(0, 0%, 100%, .1);
|
|
12304
12307
|
--bs-hover-bg: hsla(0, 0%, 100%, .1);
|
|
12305
12308
|
--bs-hover-secondary-bg: hsla(0, 0%, 100%, .1);
|
|
12306
12309
|
--bs-hover-tertiary-bg: hsla(0, 0%, 100%, .1);
|
|
12307
12310
|
--bs-bg-color: hsla(0, 0%, 100%, .08);
|
|
12308
12311
|
--bs-bg-secondary-color: hsla(0, 0%, 100%, .08);
|
|
12309
|
-
--bs-dropdown-link-bg:
|
|
12310
|
-
--bs-dropdown-secondary-bg: #343a40;
|
|
12311
|
-
--bs-dropdown-tertiary-bg: #343a40;
|
|
12312
|
+
--bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .08);
|
|
12313
|
+
--bs-dropdown-link-hover-secondary-bg: #343a40;
|
|
12314
|
+
--bs-dropdown-link-hover-tertiary-bg: #343a40;
|
|
12312
12315
|
--bs-popover-bg: #1c1d1f;
|
|
12316
|
+
--bs-popover-border-color: hsla(0, 0%, 100%, .1);
|
|
12317
|
+
--bs-popover-border-radius: 8px;
|
|
12318
|
+
--bs-popover-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
|
|
12313
12319
|
--bs-placeholder-color: hsla(0, 0%, 100%, .5)
|
|
12314
12320
|
}
|
|
12315
12321
|
|
|
@@ -13453,7 +13459,7 @@ a.icon:hover {
|
|
|
13453
13459
|
}
|
|
13454
13460
|
|
|
13455
13461
|
.nav-tabs .nav-submenu .nav-item.active {
|
|
13456
|
-
color: #
|
|
13462
|
+
color: #ff8000
|
|
13457
13463
|
}
|
|
13458
13464
|
|
|
13459
13465
|
.nav-tabs .nav-submenu .nav-item:hover {
|
|
@@ -13463,9 +13469,14 @@ a.icon:hover {
|
|
|
13463
13469
|
}
|
|
13464
13470
|
|
|
13465
13471
|
.btn {
|
|
13472
|
+
align-items: center;
|
|
13473
|
+
border-radius: .25rem;
|
|
13466
13474
|
cursor: pointer;
|
|
13467
|
-
|
|
13468
|
-
font-
|
|
13475
|
+
display: inline-flex;
|
|
13476
|
+
font-size: .875rem;
|
|
13477
|
+
font-weight: 400;
|
|
13478
|
+
height: 2.375rem;
|
|
13479
|
+
justify-content: center;
|
|
13469
13480
|
letter-spacing: .03em;
|
|
13470
13481
|
min-width: 2.375rem
|
|
13471
13482
|
}
|
|
@@ -13481,8 +13492,6 @@ a.icon:hover {
|
|
|
13481
13492
|
|
|
13482
13493
|
.btn-secondary {
|
|
13483
13494
|
--bs-btn-color: #f5f5f5;
|
|
13484
|
-
--bs-btn-bg: #fff;
|
|
13485
|
-
--bs-btn-border-color: rgba(0, 40, 100, .12);
|
|
13486
13495
|
--bs-btn-hover-color: #000;
|
|
13487
13496
|
--bs-btn-hover-bg: #fff;
|
|
13488
13497
|
--bs-btn-hover-border-color: rgba(162, 177, 198, .208);
|
|
@@ -13491,9 +13500,7 @@ a.icon:hover {
|
|
|
13491
13500
|
--bs-btn-active-bg: #fff;
|
|
13492
13501
|
--bs-btn-active-border-color: rgba(162, 177, 198, .208);
|
|
13493
13502
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
13494
|
-
--bs-btn-disabled-color: #000
|
|
13495
|
-
--bs-btn-disabled-bg: #fff;
|
|
13496
|
-
--bs-btn-disabled-border-color: rgba(0, 40, 100, .12)
|
|
13503
|
+
--bs-btn-disabled-color: #000
|
|
13497
13504
|
}
|
|
13498
13505
|
|
|
13499
13506
|
.btn-pill {
|
|
@@ -13997,13 +14004,16 @@ a.icon:hover {
|
|
|
13997
14004
|
}
|
|
13998
14005
|
|
|
13999
14006
|
.btn-group-sm>.btn, .btn-sm {
|
|
14000
|
-
font-size: .
|
|
14001
|
-
|
|
14007
|
+
font-size: .875rem;
|
|
14008
|
+
height: 2rem;
|
|
14009
|
+
min-width: 1.625rem;
|
|
14010
|
+
padding: .25rem .75rem
|
|
14002
14011
|
}
|
|
14003
14012
|
|
|
14004
14013
|
.btn-group-lg>.btn, .btn-lg {
|
|
14005
|
-
font-size:
|
|
14014
|
+
font-size: .875rem;
|
|
14006
14015
|
font-weight: 400;
|
|
14016
|
+
height: 2.5rem;
|
|
14007
14017
|
min-width: 2.75rem
|
|
14008
14018
|
}
|
|
14009
14019
|
|
|
@@ -14097,7 +14107,7 @@ a.icon:hover {
|
|
|
14097
14107
|
}
|
|
14098
14108
|
|
|
14099
14109
|
.table th, .text-wrap table th {
|
|
14100
|
-
color: #
|
|
14110
|
+
color: #666;
|
|
14101
14111
|
font-size: .875rem;
|
|
14102
14112
|
font-weight: 400
|
|
14103
14113
|
}
|
|
@@ -14151,7 +14161,7 @@ a.icon:hover {
|
|
|
14151
14161
|
}
|
|
14152
14162
|
|
|
14153
14163
|
.table-calendar-link:before {
|
|
14154
|
-
background: #
|
|
14164
|
+
background: #ff8000;
|
|
14155
14165
|
border-radius: 50px;
|
|
14156
14166
|
content: "";
|
|
14157
14167
|
height: 4px;
|
|
@@ -14162,7 +14172,7 @@ a.icon:hover {
|
|
|
14162
14172
|
}
|
|
14163
14173
|
|
|
14164
14174
|
.table-calendar-link:hover {
|
|
14165
|
-
background: #
|
|
14175
|
+
background: #ff8000;
|
|
14166
14176
|
color: #fff;
|
|
14167
14177
|
text-decoration: none;
|
|
14168
14178
|
transition: background .3s
|
|
@@ -14610,10 +14620,6 @@ a.card-tabs-item.active {
|
|
|
14610
14620
|
text-transform: uppercase
|
|
14611
14621
|
}
|
|
14612
14622
|
|
|
14613
|
-
.popover {
|
|
14614
|
-
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .1))
|
|
14615
|
-
}
|
|
14616
|
-
|
|
14617
14623
|
.popover.bs-popover-auto[data-popper-placement^=top], .popover.bs-popover-top {
|
|
14618
14624
|
margin-bottom: .625rem
|
|
14619
14625
|
}
|
|
@@ -14627,19 +14633,10 @@ a.card-tabs-item.active {
|
|
|
14627
14633
|
}
|
|
14628
14634
|
|
|
14629
14635
|
.dropdown-menu {
|
|
14630
|
-
box-shadow: 0
|
|
14636
|
+
box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .1);
|
|
14631
14637
|
min-width: 12rem
|
|
14632
14638
|
}
|
|
14633
14639
|
|
|
14634
|
-
.dropdown-item {
|
|
14635
|
-
color: #6e7687
|
|
14636
|
-
}
|
|
14637
|
-
|
|
14638
|
-
.dropdown-item:focus, .dropdown-item:hover {
|
|
14639
|
-
background-color: #20a0ff;
|
|
14640
|
-
color: #fff
|
|
14641
|
-
}
|
|
14642
|
-
|
|
14643
14640
|
.dropdown-menu-arrow:before {
|
|
14644
14641
|
border-bottom: 5px solid rgba(0, 0, 0, .2);
|
|
14645
14642
|
top: -6px
|
|
@@ -14721,7 +14718,7 @@ a.card-tabs-item.active {
|
|
|
14721
14718
|
}
|
|
14722
14719
|
|
|
14723
14720
|
.list-group-transparent .list-group-item.active {
|
|
14724
|
-
background: rgba(255,
|
|
14721
|
+
background: rgba(255, 128, 0, .06);
|
|
14725
14722
|
font-weight: 600
|
|
14726
14723
|
}
|
|
14727
14724
|
|
|
@@ -15224,7 +15221,7 @@ textarea[cols] {
|
|
|
15224
15221
|
}
|
|
15225
15222
|
|
|
15226
15223
|
.form-help:hover, .form-help[aria-describedby] {
|
|
15227
|
-
background: #
|
|
15224
|
+
background: #ff8000;
|
|
15228
15225
|
color: #fff
|
|
15229
15226
|
}
|
|
15230
15227
|
|
|
@@ -15465,7 +15462,7 @@ a.chip:hover {
|
|
|
15465
15462
|
}
|
|
15466
15463
|
|
|
15467
15464
|
.chat-message {
|
|
15468
|
-
background-color: #
|
|
15465
|
+
background-color: #ff8000;
|
|
15469
15466
|
border-radius: 3px;
|
|
15470
15467
|
color: #fff;
|
|
15471
15468
|
display: inline-block;
|
|
@@ -15484,7 +15481,7 @@ a.chip:hover {
|
|
|
15484
15481
|
|
|
15485
15482
|
.chat-message:after {
|
|
15486
15483
|
border-bottom: 6px solid transparent;
|
|
15487
|
-
border-left: 6px solid #
|
|
15484
|
+
border-left: 6px solid #ff8000;
|
|
15488
15485
|
border-top: 6px solid transparent;
|
|
15489
15486
|
content: "";
|
|
15490
15487
|
position: absolute;
|
|
@@ -15534,6 +15531,7 @@ a.chip:hover {
|
|
|
15534
15531
|
border: 1px solid rgba(0, 40, 100, .12);
|
|
15535
15532
|
border-radius: 3px 3px 0 0;
|
|
15536
15533
|
font-size: .9375rem;
|
|
15534
|
+
margin-bottom: 2rem;
|
|
15537
15535
|
padding: 1.5rem
|
|
15538
15536
|
}
|
|
15539
15537
|
|
|
@@ -15717,7 +15715,7 @@ a.tag-addon:hover {
|
|
|
15717
15715
|
}
|
|
15718
15716
|
|
|
15719
15717
|
.tag-primary {
|
|
15720
|
-
background-color: #
|
|
15718
|
+
background-color: #ff8000;
|
|
15721
15719
|
color: #fff
|
|
15722
15720
|
}
|
|
15723
15721
|
|
|
@@ -16236,18 +16234,18 @@ a.tag-addon:hover {
|
|
|
16236
16234
|
}
|
|
16237
16235
|
|
|
16238
16236
|
.custom-range:focus::-webkit-slider-thumb {
|
|
16239
|
-
background-color: #
|
|
16240
|
-
border-color: #
|
|
16237
|
+
background-color: #ff8000;
|
|
16238
|
+
border-color: #ff8000
|
|
16241
16239
|
}
|
|
16242
16240
|
|
|
16243
16241
|
.custom-range:focus::-moz-range-thumb {
|
|
16244
|
-
background-color: #
|
|
16245
|
-
border-color: #
|
|
16242
|
+
background-color: #ff8000;
|
|
16243
|
+
border-color: #ff8000
|
|
16246
16244
|
}
|
|
16247
16245
|
|
|
16248
16246
|
.custom-range:focus::-ms-thumb {
|
|
16249
|
-
background-color: #
|
|
16250
|
-
border-color: #
|
|
16247
|
+
background-color: #ff8000;
|
|
16248
|
+
border-color: #ff8000
|
|
16251
16249
|
}
|
|
16252
16250
|
|
|
16253
16251
|
.custom-range::-moz-focus-outer {
|
|
@@ -16255,7 +16253,7 @@ a.tag-addon:hover {
|
|
|
16255
16253
|
}
|
|
16256
16254
|
|
|
16257
16255
|
.custom-range::-webkit-slider-runnable-track {
|
|
16258
|
-
background: #
|
|
16256
|
+
background: #ff8000;
|
|
16259
16257
|
content: "";
|
|
16260
16258
|
height: 2px;
|
|
16261
16259
|
pointer-events: none
|
|
@@ -16290,7 +16288,7 @@ a.tag-addon:hover {
|
|
|
16290
16288
|
}
|
|
16291
16289
|
|
|
16292
16290
|
.custom-range::-moz-range-progress {
|
|
16293
|
-
background: #
|
|
16291
|
+
background: #ff8000;
|
|
16294
16292
|
border: 0;
|
|
16295
16293
|
height: 2px;
|
|
16296
16294
|
margin-top: 0
|
|
@@ -16318,7 +16316,7 @@ a.tag-addon:hover {
|
|
|
16318
16316
|
}
|
|
16319
16317
|
|
|
16320
16318
|
.custom-range::-ms-fill-lower {
|
|
16321
|
-
background: #
|
|
16319
|
+
background: #ff8000;
|
|
16322
16320
|
border-radius: 0
|
|
16323
16321
|
}
|
|
16324
16322
|
|
|
@@ -16384,16 +16382,16 @@ a.tag-addon:hover {
|
|
|
16384
16382
|
}
|
|
16385
16383
|
|
|
16386
16384
|
.selectgroup-input:checked+.selectgroup-button {
|
|
16387
|
-
background: #
|
|
16388
|
-
border-color: #
|
|
16389
|
-
color: #
|
|
16385
|
+
background: #fff2e6;
|
|
16386
|
+
border-color: #ff8000;
|
|
16387
|
+
color: #ff8000;
|
|
16390
16388
|
z-index: 1
|
|
16391
16389
|
}
|
|
16392
16390
|
|
|
16393
16391
|
.selectgroup-input:focus+.selectgroup-button {
|
|
16394
|
-
border-color: #
|
|
16395
|
-
box-shadow: 0 0 0 2px rgba(255,
|
|
16396
|
-
color: #
|
|
16392
|
+
border-color: #ff8000;
|
|
16393
|
+
box-shadow: 0 0 0 2px rgba(255, 128, 0, .25);
|
|
16394
|
+
color: #ff8000;
|
|
16397
16395
|
z-index: 2
|
|
16398
16396
|
}
|
|
16399
16397
|
|
|
@@ -16460,7 +16458,7 @@ a.tag-addon:hover {
|
|
|
16460
16458
|
}
|
|
16461
16459
|
|
|
16462
16460
|
.custom-switch-input:checked~.custom-switch-indicator {
|
|
16463
|
-
background: #
|
|
16461
|
+
background: #ff8000
|
|
16464
16462
|
}
|
|
16465
16463
|
|
|
16466
16464
|
.custom-switch-input:checked~.custom-switch-indicator:before {
|
|
@@ -16468,8 +16466,8 @@ a.tag-addon:hover {
|
|
|
16468
16466
|
}
|
|
16469
16467
|
|
|
16470
16468
|
.custom-switch-input:focus~.custom-switch-indicator {
|
|
16471
|
-
border-color: #
|
|
16472
|
-
box-shadow: 0 0 0 2px rgba(255,
|
|
16469
|
+
border-color: #ff8000;
|
|
16470
|
+
box-shadow: 0 0 0 2px rgba(255, 128, 0, .25)
|
|
16473
16471
|
}
|
|
16474
16472
|
|
|
16475
16473
|
.custom-switch-description {
|
|
@@ -16502,8 +16500,8 @@ a.tag-addon:hover {
|
|
|
16502
16500
|
}
|
|
16503
16501
|
|
|
16504
16502
|
.imagecheck-input:focus~.imagecheck-figure {
|
|
16505
|
-
border-color: #
|
|
16506
|
-
box-shadow: 0 0 0 2px rgba(255,
|
|
16503
|
+
border-color: #ff8000;
|
|
16504
|
+
box-shadow: 0 0 0 2px rgba(255, 128, 0, .25)
|
|
16507
16505
|
}
|
|
16508
16506
|
|
|
16509
16507
|
.imagecheck-input:checked~.imagecheck-figure {
|
|
@@ -16511,7 +16509,7 @@ a.tag-addon:hover {
|
|
|
16511
16509
|
}
|
|
16512
16510
|
|
|
16513
16511
|
.imagecheck-figure:before {
|
|
16514
|
-
background: #
|
|
16512
|
+
background: #ff8000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat 50%/50% 50%;
|
|
16515
16513
|
border-radius: 3px;
|
|
16516
16514
|
color: #fff;
|
|
16517
16515
|
content: "";
|
|
@@ -16603,8 +16601,8 @@ a.tag-addon:hover {
|
|
|
16603
16601
|
}
|
|
16604
16602
|
|
|
16605
16603
|
.colorinput-input:focus~.colorinput-color {
|
|
16606
|
-
border-color: #
|
|
16607
|
-
box-shadow: 0 0 0 2px rgba(255,
|
|
16604
|
+
border-color: #ff8000;
|
|
16605
|
+
box-shadow: 0 0 0 2px rgba(255, 128, 0, .25)
|
|
16608
16606
|
}
|
|
16609
16607
|
|
|
16610
16608
|
.font-weight-light {
|
|
@@ -17387,39 +17385,67 @@ a {
|
|
|
17387
17385
|
box-shadow: 0 0 0 2px rgba(70, 127, 207, .25)
|
|
17388
17386
|
}
|
|
17389
17387
|
|
|
17390
|
-
.btn-info, .btn-
|
|
17388
|
+
.btn-info, .btn-success, .btn-warning {
|
|
17391
17389
|
--bs-btn-color: #fff;
|
|
17392
17390
|
--bs-btn-hover-color: #fff;
|
|
17393
17391
|
--bs-btn-active-color: #fff;
|
|
17394
17392
|
--bs-btn-disabled-color: #fff
|
|
17395
17393
|
}
|
|
17396
17394
|
|
|
17395
|
+
.btn-primary {
|
|
17396
|
+
--bs-btn-color: #fff;
|
|
17397
|
+
--bs-btn-bg: #ff8000;
|
|
17398
|
+
--bs-btn-border-color: #ff8000;
|
|
17399
|
+
--bs-btn-hover-color: #fff;
|
|
17400
|
+
--bs-btn-hover-bg: #ed7109;
|
|
17401
|
+
--bs-btn-hover-border-color: #ed7109;
|
|
17402
|
+
--bs-btn-active-color: #fff;
|
|
17403
|
+
--bs-btn-active-bg: #e16b09;
|
|
17404
|
+
--bs-btn-active-border-color: #e16b09;
|
|
17405
|
+
--bs-btn-disabled-color: #fff;
|
|
17406
|
+
--bs-btn-disabled-bg: #ff8000;
|
|
17407
|
+
--bs-btn-disabled-border-color: #ff8000
|
|
17408
|
+
}
|
|
17409
|
+
|
|
17397
17410
|
.btn-secondary {
|
|
17398
17411
|
--bs-btn-color: #212529;
|
|
17412
|
+
--bs-btn-bg: #fff;
|
|
17413
|
+
--bs-btn-border-color: rgba(0, 40, 100, .12);
|
|
17399
17414
|
--bs-btn-hover-color: #212529;
|
|
17415
|
+
--bs-btn-hover-bg: rgba(0, 0, 0, .04);
|
|
17416
|
+
--bs-btn-hover-border-color: rgba(0, 40, 100, .12);
|
|
17400
17417
|
--bs-btn-active-color: #212529;
|
|
17401
|
-
--bs-btn-
|
|
17418
|
+
--bs-btn-active-bg: #e9e9e9;
|
|
17419
|
+
--bs-btn-active-border-color: rgba(0, 40, 100, .12);
|
|
17420
|
+
--bs-btn-disabled-color: #212529;
|
|
17421
|
+
--bs-btn-disabled-bg: #fff;
|
|
17422
|
+
--bs-btn-disabled-border-color: rgba(0, 40, 100, .12)
|
|
17402
17423
|
}
|
|
17403
17424
|
|
|
17404
|
-
.btn-
|
|
17405
|
-
|
|
17406
|
-
|
|
17425
|
+
.btn-outline-primary {
|
|
17426
|
+
--bs-btn-color: #ed7109;
|
|
17427
|
+
--bs-btn-bg: #fff;
|
|
17428
|
+
--bs-btn-border-color: #ed7109;
|
|
17429
|
+
--bs-btn-hover-color: #fff;
|
|
17430
|
+
--bs-btn-hover-bg: #ed7109;
|
|
17431
|
+
--bs-btn-hover-border-color: #ed7109;
|
|
17432
|
+
--bs-btn-active-color: #fff;
|
|
17433
|
+
--bs-btn-active-bg: #e16b09;
|
|
17434
|
+
--bs-btn-active-border-color: #e16b09;
|
|
17435
|
+
--bs-btn-disabled-color: #ed7109;
|
|
17436
|
+
--bs-btn-disabled-bg: #fff;
|
|
17437
|
+
--bs-btn-disabled-border-color: #ed7109
|
|
17407
17438
|
}
|
|
17408
17439
|
|
|
17409
|
-
.btn-
|
|
17410
|
-
|
|
17411
|
-
border-color: #cc7a00;
|
|
17412
|
-
color: #fff
|
|
17440
|
+
.btn-outline-primary, .btn-primary, .btn-secondary {
|
|
17441
|
+
opacity: 1
|
|
17413
17442
|
}
|
|
17414
17443
|
|
|
17415
|
-
.btn-outline-primary:
|
|
17416
|
-
|
|
17417
|
-
border-color: #ff9800;
|
|
17418
|
-
color: #fff
|
|
17444
|
+
.btn-outline-primary:disabled, .btn-primary:disabled, .btn-secondary:disabled {
|
|
17445
|
+
opacity: .65
|
|
17419
17446
|
}
|
|
17420
17447
|
|
|
17421
|
-
.btn
|
|
17422
|
-
|
|
17423
|
-
|
|
17424
|
-
color: #212529
|
|
17448
|
+
.btn-block {
|
|
17449
|
+
display: block;
|
|
17450
|
+
width: 100%
|
|
17425
17451
|
}
|