@coreui/coreui 4.3.0-beta.0 → 4.3.1
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/README.md +2 -2
- package/dist/css/coreui-grid.css +13 -13
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +2 -2
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +13 -18
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -6
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +46 -149
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +2 -2
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +46 -154
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +2 -6
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +82 -366
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +2 -2
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +78 -367
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +2 -6
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +522 -1125
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +2 -2
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +551 -1157
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +2 -6
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +13 -5
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +2 -2
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +13 -5
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +2 -2
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +13 -5
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +1 -1
- package/js/dist/base-component.js +2 -2
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +1 -1
- package/js/dist/carousel.js +1 -1
- package/js/dist/collapse.js +1 -1
- package/js/dist/dom/data.js +1 -1
- package/js/dist/dom/event-handler.js +1 -1
- package/js/dist/dom/manipulator.js +1 -1
- package/js/dist/dom/selector-engine.js +1 -1
- package/js/dist/dropdown.js +1 -1
- package/js/dist/modal.js +1 -1
- package/js/dist/navigation.js +1 -1
- package/js/dist/offcanvas.js +1 -1
- package/js/dist/popover.js +1 -1
- package/js/dist/scrollspy.js +1 -1
- package/js/dist/sidebar.js +1 -1
- package/js/dist/tab.js +12 -4
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +1 -1
- package/js/dist/tooltip.js +1 -1
- package/js/dist/util/backdrop.js +1 -1
- package/js/dist/util/component-functions.js +1 -1
- package/js/dist/util/config.js +1 -1
- package/js/dist/util/focustrap.js +1 -1
- package/js/dist/util/index.js +1 -1
- package/js/dist/util/sanitizer.js +1 -1
- package/js/dist/util/scrollbar.js +1 -1
- package/js/dist/util/swipe.js +1 -1
- package/js/dist/util/template-factory.js +1 -1
- package/js/src/base-component.js +1 -1
- package/js/src/dom/selector-engine.js +2 -2
- package/js/src/tab.js +14 -4
- package/package.json +40 -50
- package/scss/_accordion.scss +0 -9
- package/scss/_alert.scss +5 -5
- package/scss/_button-group.scss +3 -3
- package/scss/_buttons.scss +0 -22
- package/scss/_card.scss +3 -3
- package/scss/_carousel.scss +8 -24
- package/scss/_close.scss +1 -13
- package/scss/_dropdown.scss +4 -4
- package/scss/_functions.scss +22 -6
- package/scss/_list-group.scss +2 -11
- package/scss/_maps.scss +0 -123
- package/scss/_mixins.scss +1 -1
- package/scss/_nav.scss +2 -17
- package/scss/_navbar.scss +2 -12
- package/scss/_reboot.scss +5 -4
- package/scss/_root.scss +12 -93
- package/scss/_tooltip.scss +1 -1
- package/scss/_type.scss +1 -1
- package/scss/_utilities.scss +3 -19
- package/scss/_variables.scss +170 -122
- package/scss/coreui-grid.rtl.scss +0 -3
- package/scss/coreui-grid.scss +0 -1
- package/scss/coreui-reboot.rtl.scss +0 -3
- package/scss/coreui-reboot.scss +0 -1
- package/scss/coreui-utilities.rtl.scss +0 -3
- package/scss/coreui-utilities.scss +0 -1
- package/scss/coreui.rtl.scss +0 -3
- package/scss/coreui.scss +0 -1
- package/scss/forms/_floating-labels.scss +3 -2
- package/scss/forms/_form-check.scss +13 -20
- package/scss/forms/_form-control.scss +14 -11
- package/scss/forms/_form-range.scss +11 -11
- package/scss/forms/_form-select.scss +9 -16
- package/scss/forms/_form-text.scss +1 -1
- package/scss/forms/_labels.scss +2 -2
- package/scss/helpers/_color-bg.scss +1 -14
- package/scss/helpers/_vr.scss +1 -1
- package/scss/mixins/_banner.scss +1 -1
- package/scss/mixins/_caret.scss +3 -3
- package/scss/mixins/_grid.scss +1 -1
- package/scss/mixins/_list-group.scss +1 -2
- package/scss/mixins/_utilities.scss +15 -35
- package/scss/sidebar/_sidebar.scss +2 -10
- package/js/index.esm.js +0 -21
- package/js/index.umd.js +0 -38
- package/scss/_variables-dark.scss +0 -169
- package/scss/mixins/_color-mode.scss +0 -21
package/dist/css/coreui.css
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI v4.3.
|
|
3
|
+
* CoreUI v4.3.1 (https://coreui.io)
|
|
4
4
|
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
|
|
5
5
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
7
|
-
:root
|
|
8
|
-
[data-coreui-theme=light] {
|
|
7
|
+
:root {
|
|
9
8
|
--cui-blue: #0d6efd;
|
|
10
9
|
--cui-indigo: #6610f2;
|
|
11
10
|
--cui-purple: #6f42c1;
|
|
@@ -16,61 +15,39 @@
|
|
|
16
15
|
--cui-green: #198754;
|
|
17
16
|
--cui-teal: #20c997;
|
|
18
17
|
--cui-cyan: #0dcaf0;
|
|
19
|
-
--cui-black: #
|
|
18
|
+
--cui-black: #000015;
|
|
20
19
|
--cui-white: #fff;
|
|
21
|
-
--cui-gray: #
|
|
22
|
-
--cui-gray-dark: #
|
|
23
|
-
--cui-gray-100: #
|
|
24
|
-
--cui-gray-200: #
|
|
25
|
-
--cui-gray-300: #
|
|
26
|
-
--cui-gray-400: #
|
|
27
|
-
--cui-gray-500: #
|
|
28
|
-
--cui-gray-600: #
|
|
29
|
-
--cui-gray-700: #
|
|
30
|
-
--cui-gray-800: #
|
|
31
|
-
--cui-gray-900: #
|
|
20
|
+
--cui-gray: #8a93a2;
|
|
21
|
+
--cui-gray-dark: #636f83;
|
|
22
|
+
--cui-gray-100: #ebedef;
|
|
23
|
+
--cui-gray-200: #d8dbe0;
|
|
24
|
+
--cui-gray-300: #c4c9d0;
|
|
25
|
+
--cui-gray-400: #b1b7c1;
|
|
26
|
+
--cui-gray-500: #9da5b1;
|
|
27
|
+
--cui-gray-600: #8a93a2;
|
|
28
|
+
--cui-gray-700: #768192;
|
|
29
|
+
--cui-gray-800: #636f83;
|
|
30
|
+
--cui-gray-900: #4f5d73;
|
|
32
31
|
--cui-primary: #321fdb;
|
|
33
32
|
--cui-secondary: #9da5b1;
|
|
34
33
|
--cui-success: #2eb85c;
|
|
35
34
|
--cui-info: #39f;
|
|
36
35
|
--cui-warning: #f9b115;
|
|
37
36
|
--cui-danger: #e55353;
|
|
38
|
-
--cui-light: #
|
|
39
|
-
--cui-dark: #
|
|
37
|
+
--cui-light: #ebedef;
|
|
38
|
+
--cui-dark: #4f5d73;
|
|
40
39
|
--cui-primary-rgb: 50, 31, 219;
|
|
41
40
|
--cui-secondary-rgb: 157, 165, 177;
|
|
42
41
|
--cui-success-rgb: 46, 184, 92;
|
|
43
42
|
--cui-info-rgb: 51, 153, 255;
|
|
44
43
|
--cui-warning-rgb: 249, 177, 21;
|
|
45
44
|
--cui-danger-rgb: 229, 83, 83;
|
|
46
|
-
--cui-light-rgb:
|
|
47
|
-
--cui-dark-rgb:
|
|
48
|
-
--cui-primary-text-emphasis: #1f1498;
|
|
49
|
-
--cui-secondary-text-emphasis: #212233;
|
|
50
|
-
--cui-success-text-emphasis: #0f5722;
|
|
51
|
-
--cui-info-text-emphasis: #184c77;
|
|
52
|
-
--cui-warning-text-emphasis: #764705;
|
|
53
|
-
--cui-danger-text-emphasis: #671414;
|
|
54
|
-
--cui-light-text-emphasis: #4a566d;
|
|
55
|
-
--cui-dark-text-emphasis: #323a49;
|
|
56
|
-
--cui-primary-bg-subtle: #ccc7f6;
|
|
57
|
-
--cui-secondary-bg-subtle: #ced2d8;
|
|
58
|
-
--cui-success-bg-subtle: #cbedd6;
|
|
59
|
-
--cui-info-bg-subtle: #c0e6ff;
|
|
60
|
-
--cui-warning-bg-subtle: #feecc5;
|
|
61
|
-
--cui-danger-bg-subtle: #f9d4d4;
|
|
62
|
-
--cui-light-bg-subtle: #f9fafb;
|
|
63
|
-
--cui-dark-bg-subtle: #cfd4de;
|
|
64
|
-
--cui-primary-border-subtle: #988fed;
|
|
65
|
-
--cui-secondary-border-subtle: #9da5b1;
|
|
66
|
-
--cui-success-border-subtle: #96dbad;
|
|
67
|
-
--cui-info-border-subtle: #80c6ff;
|
|
68
|
-
--cui-warning-border-subtle: #fcd88a;
|
|
69
|
-
--cui-danger-border-subtle: #f2a9a9;
|
|
70
|
-
--cui-light-border-subtle: #e7eaee;
|
|
71
|
-
--cui-dark-border-subtle: #aab3c5;
|
|
45
|
+
--cui-light-rgb: 235, 237, 239;
|
|
46
|
+
--cui-dark-rgb: 79, 93, 115;
|
|
72
47
|
--cui-white-rgb: 255, 255, 255;
|
|
73
|
-
--cui-black-rgb:
|
|
48
|
+
--cui-black-rgb: 0, 0, 21;
|
|
49
|
+
--cui-body-color-rgb: 44, 56, 74;
|
|
50
|
+
--cui-body-bg-rgb: 255, 255, 255;
|
|
74
51
|
--cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
75
52
|
--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
76
53
|
--cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
@@ -78,23 +55,23 @@
|
|
|
78
55
|
--cui-body-font-size: 1rem;
|
|
79
56
|
--cui-body-font-weight: 400;
|
|
80
57
|
--cui-body-line-height: 1.5;
|
|
81
|
-
--cui-body-color: rgba(
|
|
82
|
-
--cui-body-color-rgb:
|
|
58
|
+
--cui-body-color: rgba(44, 56, 74, 0.95);
|
|
59
|
+
--cui-body-color-rgb: 44, 56, 74;
|
|
83
60
|
--cui-body-bg: #fff;
|
|
84
61
|
--cui-body-bg-rgb: 255, 255, 255;
|
|
85
|
-
--cui-emphasis-color: #
|
|
86
|
-
--cui-emphasis-color-rgb:
|
|
87
|
-
--cui-secondary-color: rgba(
|
|
88
|
-
--cui-secondary-color-rgb:
|
|
89
|
-
--cui-secondary-bg: #
|
|
90
|
-
--cui-secondary-bg-rgb:
|
|
91
|
-
--cui-tertiary-color: rgba(
|
|
92
|
-
--cui-tertiary-color-rgb:
|
|
93
|
-
--cui-tertiary-bg: #
|
|
94
|
-
--cui-tertiary-bg-rgb:
|
|
95
|
-
--cui-high-emphasis: rgba(
|
|
96
|
-
--cui-medium-emphasis: rgba(
|
|
97
|
-
--cui-disabled: rgba(
|
|
62
|
+
--cui-emphasis-color: #000015;
|
|
63
|
+
--cui-emphasis-color-rgb: 0, 0, 21;
|
|
64
|
+
--cui-secondary-color: rgba(44, 56, 74, 0.681);
|
|
65
|
+
--cui-secondary-color-rgb: 44, 56, 74;
|
|
66
|
+
--cui-secondary-bg: #d8dbe0;
|
|
67
|
+
--cui-secondary-bg-rgb: 216, 219, 224;
|
|
68
|
+
--cui-tertiary-color: rgba(44, 56, 74, 0.38);
|
|
69
|
+
--cui-tertiary-color-rgb: 44, 56, 74;
|
|
70
|
+
--cui-tertiary-bg: #ebedef;
|
|
71
|
+
--cui-tertiary-bg-rgb: 235, 237, 239;
|
|
72
|
+
--cui-high-emphasis: rgba(44, 56, 74, 0.95);
|
|
73
|
+
--cui-medium-emphasis: rgba(44, 56, 74, 0.681);
|
|
74
|
+
--cui-disabled: rgba(44, 56, 74, 0.38);
|
|
98
75
|
--cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87);
|
|
99
76
|
--cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6);
|
|
100
77
|
--cui-disabled-inverse: rgba(255, 255, 255, 0.38);
|
|
@@ -105,11 +82,12 @@
|
|
|
105
82
|
--cui-link-hover-color: #2819af;
|
|
106
83
|
--cui-link-hover-color-rgb: 40, 25, 175;
|
|
107
84
|
--cui-code-color: #d63384;
|
|
85
|
+
--cui-highlight-color: rgba(44, 56, 74, 0.95);
|
|
108
86
|
--cui-highlight-bg: #fff3cd;
|
|
109
87
|
--cui-border-width: 1px;
|
|
110
88
|
--cui-border-style: solid;
|
|
111
|
-
--cui-border-color: #
|
|
112
|
-
--cui-border-color-translucent: rgba(
|
|
89
|
+
--cui-border-color: #d8dbe0;
|
|
90
|
+
--cui-border-color-translucent: rgba(0, 0, 21, 0.175);
|
|
113
91
|
--cui-border-radius: 0.375rem;
|
|
114
92
|
--cui-border-radius-sm: 0.25rem;
|
|
115
93
|
--cui-border-radius-lg: 0.5rem;
|
|
@@ -117,10 +95,10 @@
|
|
|
117
95
|
--cui-border-radius-xxl: 2rem;
|
|
118
96
|
--cui-border-radius-2xl: var(--cui-border-radius-xxl);
|
|
119
97
|
--cui-border-radius-pill: 50rem;
|
|
120
|
-
--cui-box-shadow: 0 0.5rem 1rem rgba(
|
|
121
|
-
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(
|
|
122
|
-
--cui-box-shadow-lg: 0 1rem 3rem rgba(
|
|
123
|
-
--cui-box-shadow-inset: inset 0 1px 2px rgba(
|
|
98
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
99
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
100
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 21, 0.175);
|
|
101
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 21, 0.075);
|
|
124
102
|
--cui-focus-ring-width: 0.25rem;
|
|
125
103
|
--cui-focus-ring-opacity: 0.25;
|
|
126
104
|
--cui-focus-ring-color: rgba(50, 31, 219, 0.25);
|
|
@@ -128,88 +106,13 @@
|
|
|
128
106
|
--cui-form-valid-border-color: #2eb85c;
|
|
129
107
|
--cui-form-invalid-color: #e55353;
|
|
130
108
|
--cui-form-invalid-border-color: #e55353;
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
--cui-
|
|
136
|
-
--cui-
|
|
137
|
-
--cui-
|
|
138
|
-
--cui-body-bg-rgb: 33, 38, 49;
|
|
139
|
-
--cui-emphasis-color: #fff;
|
|
140
|
-
--cui-emphasis-color-rgb: 255, 255, 255;
|
|
141
|
-
--cui-secondary-color: rgba(170, 179, 197, 0.75);
|
|
142
|
-
--cui-secondary-color-rgb: 170, 179, 197;
|
|
143
|
-
--cui-secondary-bg: #323a49;
|
|
144
|
-
--cui-secondary-bg-rgb: 50, 58, 73;
|
|
145
|
-
--cui-tertiary-color: rgba(170, 179, 197, 0.5);
|
|
146
|
-
--cui-tertiary-color-rgb: 170, 179, 197;
|
|
147
|
-
--cui-tertiary-bg: #252a37;
|
|
148
|
-
--cui-tertiary-bg-rgb: 37, 42, 55;
|
|
149
|
-
--cui-high-emphasis: #aab3c5;
|
|
150
|
-
--cui-medium-emphasis: rgba(170, 179, 197, 0.75);
|
|
151
|
-
--cui-disabled: rgba(170, 179, 197, 0.5);
|
|
152
|
-
--cui-primary: #6b60ce;
|
|
153
|
-
--cui-secondary: #a6a7a8;
|
|
154
|
-
--cui-success: #3aad60;
|
|
155
|
-
--cui-info: #3d99f5;
|
|
156
|
-
--cui-warning: #edad21;
|
|
157
|
-
--cui-danger: #db5d5d;
|
|
158
|
-
--cui-light: #f4f5f6;
|
|
159
|
-
--cui-dark: #25282d;
|
|
160
|
-
--cui-gray-100: #f3f4f7;
|
|
161
|
-
--cui-gray-200: #e7eaee;
|
|
162
|
-
--cui-gray-300: #dbdfe6;
|
|
163
|
-
--cui-gray-400: #cfd4de;
|
|
164
|
-
--cui-gray-500: #aab3c5;
|
|
165
|
-
--cui-gray-600: #6d7d9c;
|
|
166
|
-
--cui-gray-700: #4a566d;
|
|
167
|
-
--cui-gray-800: #323a49;
|
|
168
|
-
--cui-gray-900: #212631;
|
|
169
|
-
--cui-primary-rgb: 107, 96, 206;
|
|
170
|
-
--cui-secondary-rgb: 166, 167, 168;
|
|
171
|
-
--cui-success-rgb: 58, 173, 96;
|
|
172
|
-
--cui-info-rgb: 61, 153, 245;
|
|
173
|
-
--cui-warning-rgb: 237, 173, 33;
|
|
174
|
-
--cui-danger-rgb: 219, 93, 93;
|
|
175
|
-
--cui-light-rgb: 244, 245, 246;
|
|
176
|
-
--cui-dark-rgb: 37, 40, 45;
|
|
177
|
-
--cui-primary-text-emphasis: #1f1498;
|
|
178
|
-
--cui-secondary-text-emphasis: #212233;
|
|
179
|
-
--cui-success-text-emphasis: #0f5722;
|
|
180
|
-
--cui-info-text-emphasis: #184c77;
|
|
181
|
-
--cui-warning-text-emphasis: #764705;
|
|
182
|
-
--cui-danger-text-emphasis: #671414;
|
|
183
|
-
--cui-light-text-emphasis: #f3f4f7;
|
|
184
|
-
--cui-dark-text-emphasis: #dbdfe6;
|
|
185
|
-
--cui-primary-bg-subtle: #ccc7f6;
|
|
186
|
-
--cui-secondary-bg-subtle: #ced2d8;
|
|
187
|
-
--cui-success-bg-subtle: #cbedd6;
|
|
188
|
-
--cui-info-bg-subtle: #c0e6ff;
|
|
189
|
-
--cui-warning-bg-subtle: #feecc5;
|
|
190
|
-
--cui-danger-bg-subtle: #f9d4d4;
|
|
191
|
-
--cui-light-bg-subtle: #323a49;
|
|
192
|
-
--cui-dark-bg-subtle: #1d222b;
|
|
193
|
-
--cui-primary-border-subtle: #988fed;
|
|
194
|
-
--cui-secondary-border-subtle: #9da5b1;
|
|
195
|
-
--cui-success-border-subtle: #96dbad;
|
|
196
|
-
--cui-info-border-subtle: #80c6ff;
|
|
197
|
-
--cui-warning-border-subtle: #fcd88a;
|
|
198
|
-
--cui-danger-border-subtle: #f2a9a9;
|
|
199
|
-
--cui-light-border-subtle: #4a566d;
|
|
200
|
-
--cui-dark-border-subtle: #323a49;
|
|
201
|
-
--cui-heading-color: inherit;
|
|
202
|
-
--cui-link-color: #8479e9;
|
|
203
|
-
--cui-link-hover-color: #9d94ed;
|
|
204
|
-
--cui-link-color-rgb: 132, 121, 233;
|
|
205
|
-
--cui-link-hover-color-rgb: 157, 148, 237;
|
|
206
|
-
--cui-code-color: #e685b5;
|
|
207
|
-
--cui-border-color: #4a566d;
|
|
208
|
-
--cui-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
209
|
-
--cui-form-valid-color: #75b798;
|
|
210
|
-
--cui-form-valid-border-color: #75b798;
|
|
211
|
-
--cui-form-invalid-color: #ea868f;
|
|
212
|
-
--cui-form-invalid-border-color: #ea868f;
|
|
109
|
+
--cui-breakpoint-xs: 0;
|
|
110
|
+
--cui-breakpoint-sm: 576px;
|
|
111
|
+
--cui-breakpoint-md: 768px;
|
|
112
|
+
--cui-breakpoint-lg: 992px;
|
|
113
|
+
--cui-breakpoint-xl: 1200px;
|
|
114
|
+
--cui-breakpoint-xxl: 1400px;
|
|
115
|
+
--cui-mobile-breakpoint: md;
|
|
213
116
|
}
|
|
214
117
|
|
|
215
118
|
*,
|
|
@@ -234,7 +137,7 @@ body {
|
|
|
234
137
|
text-align: var(--cui-body-text-align);
|
|
235
138
|
background-color: var(--cui-body-bg);
|
|
236
139
|
-webkit-text-size-adjust: 100%;
|
|
237
|
-
-webkit-tap-highlight-color: rgba(
|
|
140
|
+
-webkit-tap-highlight-color: rgba(0, 0, 21, 0);
|
|
238
141
|
}
|
|
239
142
|
|
|
240
143
|
hr {
|
|
@@ -354,6 +257,7 @@ small, .small {
|
|
|
354
257
|
|
|
355
258
|
mark, .mark {
|
|
356
259
|
padding: 0.1875em;
|
|
260
|
+
color: var(--cui-highlight-color);
|
|
357
261
|
background-color: var(--cui-highlight-bg);
|
|
358
262
|
}
|
|
359
263
|
|
|
@@ -570,8 +474,8 @@ legend + * {
|
|
|
570
474
|
}
|
|
571
475
|
|
|
572
476
|
[type=search] {
|
|
573
|
-
outline-offset: -2px;
|
|
574
477
|
-webkit-appearance: textfield;
|
|
478
|
+
outline-offset: -2px;
|
|
575
479
|
}
|
|
576
480
|
|
|
577
481
|
*[dir=rtl] [type=tel],
|
|
@@ -725,7 +629,7 @@ progress {
|
|
|
725
629
|
margin-top: -1rem;
|
|
726
630
|
margin-bottom: 1rem;
|
|
727
631
|
font-size: 0.875em;
|
|
728
|
-
color: #
|
|
632
|
+
color: #8a93a2;
|
|
729
633
|
}
|
|
730
634
|
.blockquote-footer::before {
|
|
731
635
|
content: "— ";
|
|
@@ -800,15 +704,6 @@ progress {
|
|
|
800
704
|
max-width: 1320px;
|
|
801
705
|
}
|
|
802
706
|
}
|
|
803
|
-
:root {
|
|
804
|
-
--cui-breakpoint-xs: 0;
|
|
805
|
-
--cui-breakpoint-sm: 576px;
|
|
806
|
-
--cui-breakpoint-md: 768px;
|
|
807
|
-
--cui-breakpoint-lg: 992px;
|
|
808
|
-
--cui-breakpoint-xl: 1200px;
|
|
809
|
-
--cui-breakpoint-xxl: 1400px;
|
|
810
|
-
--cui-mobile-breakpoint: md;
|
|
811
|
-
}
|
|
812
707
|
|
|
813
708
|
.row {
|
|
814
709
|
--cui-gutter-x: 1.5rem;
|
|
@@ -849,7 +744,7 @@ progress {
|
|
|
849
744
|
|
|
850
745
|
.row-cols-3 > * {
|
|
851
746
|
flex: 0 0 auto;
|
|
852
|
-
width: 33.
|
|
747
|
+
width: 33.33333333%;
|
|
853
748
|
}
|
|
854
749
|
|
|
855
750
|
.row-cols-4 > * {
|
|
@@ -864,7 +759,7 @@ progress {
|
|
|
864
759
|
|
|
865
760
|
.row-cols-6 > * {
|
|
866
761
|
flex: 0 0 auto;
|
|
867
|
-
width: 16.
|
|
762
|
+
width: 16.66666667%;
|
|
868
763
|
}
|
|
869
764
|
|
|
870
765
|
.col-auto {
|
|
@@ -1054,7 +949,7 @@ progress {
|
|
|
1054
949
|
}
|
|
1055
950
|
.row-cols-sm-3 > * {
|
|
1056
951
|
flex: 0 0 auto;
|
|
1057
|
-
width: 33.
|
|
952
|
+
width: 33.33333333%;
|
|
1058
953
|
}
|
|
1059
954
|
.row-cols-sm-4 > * {
|
|
1060
955
|
flex: 0 0 auto;
|
|
@@ -1066,7 +961,7 @@ progress {
|
|
|
1066
961
|
}
|
|
1067
962
|
.row-cols-sm-6 > * {
|
|
1068
963
|
flex: 0 0 auto;
|
|
1069
|
-
width: 16.
|
|
964
|
+
width: 16.66666667%;
|
|
1070
965
|
}
|
|
1071
966
|
.col-sm-auto {
|
|
1072
967
|
flex: 0 0 auto;
|
|
@@ -1223,7 +1118,7 @@ progress {
|
|
|
1223
1118
|
}
|
|
1224
1119
|
.row-cols-md-3 > * {
|
|
1225
1120
|
flex: 0 0 auto;
|
|
1226
|
-
width: 33.
|
|
1121
|
+
width: 33.33333333%;
|
|
1227
1122
|
}
|
|
1228
1123
|
.row-cols-md-4 > * {
|
|
1229
1124
|
flex: 0 0 auto;
|
|
@@ -1235,7 +1130,7 @@ progress {
|
|
|
1235
1130
|
}
|
|
1236
1131
|
.row-cols-md-6 > * {
|
|
1237
1132
|
flex: 0 0 auto;
|
|
1238
|
-
width: 16.
|
|
1133
|
+
width: 16.66666667%;
|
|
1239
1134
|
}
|
|
1240
1135
|
.col-md-auto {
|
|
1241
1136
|
flex: 0 0 auto;
|
|
@@ -1392,7 +1287,7 @@ progress {
|
|
|
1392
1287
|
}
|
|
1393
1288
|
.row-cols-lg-3 > * {
|
|
1394
1289
|
flex: 0 0 auto;
|
|
1395
|
-
width: 33.
|
|
1290
|
+
width: 33.33333333%;
|
|
1396
1291
|
}
|
|
1397
1292
|
.row-cols-lg-4 > * {
|
|
1398
1293
|
flex: 0 0 auto;
|
|
@@ -1404,7 +1299,7 @@ progress {
|
|
|
1404
1299
|
}
|
|
1405
1300
|
.row-cols-lg-6 > * {
|
|
1406
1301
|
flex: 0 0 auto;
|
|
1407
|
-
width: 16.
|
|
1302
|
+
width: 16.66666667%;
|
|
1408
1303
|
}
|
|
1409
1304
|
.col-lg-auto {
|
|
1410
1305
|
flex: 0 0 auto;
|
|
@@ -1561,7 +1456,7 @@ progress {
|
|
|
1561
1456
|
}
|
|
1562
1457
|
.row-cols-xl-3 > * {
|
|
1563
1458
|
flex: 0 0 auto;
|
|
1564
|
-
width: 33.
|
|
1459
|
+
width: 33.33333333%;
|
|
1565
1460
|
}
|
|
1566
1461
|
.row-cols-xl-4 > * {
|
|
1567
1462
|
flex: 0 0 auto;
|
|
@@ -1573,7 +1468,7 @@ progress {
|
|
|
1573
1468
|
}
|
|
1574
1469
|
.row-cols-xl-6 > * {
|
|
1575
1470
|
flex: 0 0 auto;
|
|
1576
|
-
width: 16.
|
|
1471
|
+
width: 16.66666667%;
|
|
1577
1472
|
}
|
|
1578
1473
|
.col-xl-auto {
|
|
1579
1474
|
flex: 0 0 auto;
|
|
@@ -1730,7 +1625,7 @@ progress {
|
|
|
1730
1625
|
}
|
|
1731
1626
|
.row-cols-xxl-3 > * {
|
|
1732
1627
|
flex: 0 0 auto;
|
|
1733
|
-
width: 33.
|
|
1628
|
+
width: 33.33333333%;
|
|
1734
1629
|
}
|
|
1735
1630
|
.row-cols-xxl-4 > * {
|
|
1736
1631
|
flex: 0 0 auto;
|
|
@@ -1742,7 +1637,7 @@ progress {
|
|
|
1742
1637
|
}
|
|
1743
1638
|
.row-cols-xxl-6 > * {
|
|
1744
1639
|
flex: 0 0 auto;
|
|
1745
|
-
width: 16.
|
|
1640
|
+
width: 16.66666667%;
|
|
1746
1641
|
}
|
|
1747
1642
|
.col-xxl-auto {
|
|
1748
1643
|
flex: 0 0 auto;
|
|
@@ -1886,16 +1781,16 @@ progress {
|
|
|
1886
1781
|
--cui-table-bg-type: initial;
|
|
1887
1782
|
--cui-table-color-state: initial;
|
|
1888
1783
|
--cui-table-bg-state: initial;
|
|
1889
|
-
--cui-table-color: var(--cui-
|
|
1784
|
+
--cui-table-color: var(--cui-emphasis-color);
|
|
1890
1785
|
--cui-table-bg: var(--cui-body-bg);
|
|
1891
1786
|
--cui-table-border-color: var(--cui-border-color);
|
|
1892
1787
|
--cui-table-accent-bg: transparent;
|
|
1893
|
-
--cui-table-striped-color: var(--cui-
|
|
1894
|
-
--cui-table-striped-bg: rgba(
|
|
1895
|
-
--cui-table-active-color: var(--cui-
|
|
1896
|
-
--cui-table-active-bg: rgba(
|
|
1897
|
-
--cui-table-hover-color: var(--cui-
|
|
1898
|
-
--cui-table-hover-bg: rgba(
|
|
1788
|
+
--cui-table-striped-color: var(--cui-emphasis-color);
|
|
1789
|
+
--cui-table-striped-bg: rgba(var(--cui-emphasis-color-rgb), 0.05);
|
|
1790
|
+
--cui-table-active-color: var(--cui-emphasis-color);
|
|
1791
|
+
--cui-table-active-bg: rgba(var(--cui-emphasis-color-rgb), 0.1);
|
|
1792
|
+
--cui-table-hover-color: var(--cui-emphasis-color);
|
|
1793
|
+
--cui-table-hover-bg: rgba(var(--cui-emphasis-color-rgb), 0.075);
|
|
1899
1794
|
width: 100%;
|
|
1900
1795
|
margin-bottom: 1rem;
|
|
1901
1796
|
vertical-align: top;
|
|
@@ -1962,112 +1857,112 @@ progress {
|
|
|
1962
1857
|
}
|
|
1963
1858
|
|
|
1964
1859
|
.table-primary {
|
|
1965
|
-
--cui-table-color: rgba(
|
|
1860
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1966
1861
|
--cui-table-bg: #d6d2f8;
|
|
1967
|
-
--cui-table-border-color: rgba(
|
|
1968
|
-
--cui-table-striped-bg: rgba(206,
|
|
1969
|
-
--cui-table-striped-color: rgba(
|
|
1970
|
-
--cui-table-active-bg: rgba(198,
|
|
1971
|
-
--cui-table-active-color: rgba(
|
|
1972
|
-
--cui-table-hover-bg: rgba(202, 199,
|
|
1973
|
-
--cui-table-hover-color: rgba(
|
|
1862
|
+
--cui-table-border-color: rgba(183, 182, 216, 0.99);
|
|
1863
|
+
--cui-table-striped-bg: rgba(206, 203, 240, 0.9975);
|
|
1864
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1865
|
+
--cui-table-active-bg: rgba(198, 196, 232, 0.995);
|
|
1866
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1867
|
+
--cui-table-hover-bg: rgba(202, 199, 236, 0.99625);
|
|
1868
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1974
1869
|
color: var(--cui-table-color);
|
|
1975
1870
|
border-color: var(--cui-table-border-color);
|
|
1976
1871
|
}
|
|
1977
1872
|
|
|
1978
1873
|
.table-secondary {
|
|
1979
|
-
--cui-table-color: rgba(
|
|
1874
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1980
1875
|
--cui-table-bg: #ebedef;
|
|
1981
|
-
--cui-table-border-color: rgba(
|
|
1982
|
-
--cui-table-striped-bg: rgba(226,
|
|
1983
|
-
--cui-table-striped-color: rgba(
|
|
1984
|
-
--cui-table-active-bg: rgba(
|
|
1985
|
-
--cui-table-active-color: rgba(
|
|
1986
|
-
--cui-table-hover-bg: rgba(
|
|
1987
|
-
--cui-table-hover-color: rgba(
|
|
1876
|
+
--cui-table-border-color: rgba(200, 204, 209, 0.99);
|
|
1877
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1878
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1879
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1880
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1881
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1882
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1988
1883
|
color: var(--cui-table-color);
|
|
1989
1884
|
border-color: var(--cui-table-border-color);
|
|
1990
1885
|
}
|
|
1991
1886
|
|
|
1992
1887
|
.table-success {
|
|
1993
|
-
--cui-table-color: rgba(
|
|
1888
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1994
1889
|
--cui-table-bg: #d5f1de;
|
|
1995
|
-
--cui-table-border-color: rgba(
|
|
1996
|
-
--cui-table-striped-bg: rgba(205,
|
|
1997
|
-
--cui-table-striped-color: rgba(
|
|
1998
|
-
--cui-table-active-bg: rgba(
|
|
1999
|
-
--cui-table-active-color: rgba(
|
|
2000
|
-
--cui-table-hover-bg: rgba(201,
|
|
2001
|
-
--cui-table-hover-color: rgba(
|
|
1890
|
+
--cui-table-border-color: rgba(182, 207, 195, 0.99);
|
|
1891
|
+
--cui-table-striped-bg: rgba(205, 233, 215, 0.9975);
|
|
1892
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1893
|
+
--cui-table-active-bg: rgba(198, 224, 208, 0.995);
|
|
1894
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1895
|
+
--cui-table-hover-bg: rgba(201, 228, 212, 0.99625);
|
|
1896
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2002
1897
|
color: var(--cui-table-color);
|
|
2003
1898
|
border-color: var(--cui-table-border-color);
|
|
2004
1899
|
}
|
|
2005
1900
|
|
|
2006
1901
|
.table-info {
|
|
2007
|
-
--cui-table-color: rgba(
|
|
1902
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2008
1903
|
--cui-table-bg: #d6ebff;
|
|
2009
|
-
--cui-table-border-color: rgba(
|
|
2010
|
-
--cui-table-striped-bg: rgba(206,
|
|
2011
|
-
--cui-table-striped-color: rgba(
|
|
2012
|
-
--cui-table-active-bg: rgba(198,
|
|
2013
|
-
--cui-table-active-color: rgba(
|
|
2014
|
-
--cui-table-hover-bg: rgba(202,
|
|
2015
|
-
--cui-table-hover-color: rgba(
|
|
1904
|
+
--cui-table-border-color: rgba(183, 202, 222, 0.99);
|
|
1905
|
+
--cui-table-striped-bg: rgba(206, 227, 247, 0.9975);
|
|
1906
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1907
|
+
--cui-table-active-bg: rgba(198, 219, 238, 0.995);
|
|
1908
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1909
|
+
--cui-table-hover-bg: rgba(202, 223, 243, 0.99625);
|
|
1910
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2016
1911
|
color: var(--cui-table-color);
|
|
2017
1912
|
border-color: var(--cui-table-border-color);
|
|
2018
1913
|
}
|
|
2019
1914
|
|
|
2020
1915
|
.table-warning {
|
|
2021
|
-
--cui-table-color: rgba(
|
|
1916
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2022
1917
|
--cui-table-bg: #feefd0;
|
|
2023
|
-
--cui-table-border-color: rgba(
|
|
2024
|
-
--cui-table-striped-bg: rgba(244,
|
|
2025
|
-
--cui-table-striped-color: rgba(
|
|
2026
|
-
--cui-table-active-bg: rgba(
|
|
2027
|
-
--cui-table-active-color: rgba(
|
|
2028
|
-
--cui-table-hover-bg: rgba(
|
|
2029
|
-
--cui-table-hover-color: rgba(
|
|
1918
|
+
--cui-table-border-color: rgba(215, 205, 183, 0.99);
|
|
1919
|
+
--cui-table-striped-bg: rgba(244, 231, 202, 0.9975);
|
|
1920
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1921
|
+
--cui-table-active-bg: rgba(235, 222, 196, 0.995);
|
|
1922
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1923
|
+
--cui-table-hover-bg: rgba(240, 226, 199, 0.99625);
|
|
1924
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2030
1925
|
color: var(--cui-table-color);
|
|
2031
1926
|
border-color: var(--cui-table-border-color);
|
|
2032
1927
|
}
|
|
2033
1928
|
|
|
2034
1929
|
.table-danger {
|
|
2035
|
-
--cui-table-color: rgba(
|
|
1930
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2036
1931
|
--cui-table-bg: #fadddd;
|
|
2037
|
-
--cui-table-border-color: rgba(
|
|
2038
|
-
--cui-table-striped-bg: rgba(
|
|
2039
|
-
--cui-table-striped-color: rgba(
|
|
2040
|
-
--cui-table-active-bg: rgba(231,
|
|
2041
|
-
--cui-table-active-color: rgba(
|
|
2042
|
-
--cui-table-hover-bg: rgba(
|
|
2043
|
-
--cui-table-hover-color: rgba(
|
|
1932
|
+
--cui-table-border-color: rgba(212, 191, 194, 0.99);
|
|
1933
|
+
--cui-table-striped-bg: rgba(241, 214, 214, 0.9975);
|
|
1934
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1935
|
+
--cui-table-active-bg: rgba(231, 206, 208, 0.995);
|
|
1936
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1937
|
+
--cui-table-hover-bg: rgba(236, 210, 211, 0.99625);
|
|
1938
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2044
1939
|
color: var(--cui-table-color);
|
|
2045
1940
|
border-color: var(--cui-table-border-color);
|
|
2046
1941
|
}
|
|
2047
1942
|
|
|
2048
1943
|
.table-light {
|
|
2049
|
-
--cui-table-color: rgba(
|
|
2050
|
-
--cui-table-bg: #
|
|
2051
|
-
--cui-table-border-color: rgba(
|
|
2052
|
-
--cui-table-striped-bg: rgba(
|
|
2053
|
-
--cui-table-striped-color: rgba(
|
|
2054
|
-
--cui-table-active-bg: rgba(
|
|
2055
|
-
--cui-table-active-color: rgba(
|
|
2056
|
-
--cui-table-hover-bg: rgba(
|
|
2057
|
-
--cui-table-hover-color: rgba(
|
|
1944
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1945
|
+
--cui-table-bg: #ebedef;
|
|
1946
|
+
--cui-table-border-color: rgba(200, 204, 209, 0.99);
|
|
1947
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1948
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1949
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1950
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1951
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1952
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2058
1953
|
color: var(--cui-table-color);
|
|
2059
1954
|
border-color: var(--cui-table-border-color);
|
|
2060
1955
|
}
|
|
2061
1956
|
|
|
2062
1957
|
.table-dark {
|
|
2063
1958
|
--cui-table-color: rgba(255, 255, 255, 0.87);
|
|
2064
|
-
--cui-table-bg: #
|
|
2065
|
-
--cui-table-border-color: rgba(
|
|
2066
|
-
--cui-table-striped-bg: rgba(
|
|
1959
|
+
--cui-table-bg: #4f5d73;
|
|
1960
|
+
--cui-table-border-color: rgba(107, 119, 138, 0.974);
|
|
1961
|
+
--cui-table-striped-bg: rgba(86, 99, 120, 0.9935);
|
|
2067
1962
|
--cui-table-striped-color: rgba(255, 255, 255, 0.87);
|
|
2068
|
-
--cui-table-active-bg: rgba(
|
|
1963
|
+
--cui-table-active-bg: rgba(93, 106, 126, 0.987);
|
|
2069
1964
|
--cui-table-active-color: rgba(255, 255, 255, 0.87);
|
|
2070
|
-
--cui-table-hover-bg: rgba(
|
|
1965
|
+
--cui-table-hover-bg: rgba(89, 103, 123, 0.99025);
|
|
2071
1966
|
--cui-table-hover-color: rgba(255, 255, 255, 0.87);
|
|
2072
1967
|
color: var(--cui-table-color);
|
|
2073
1968
|
border-color: var(--cui-table-border-color);
|
|
@@ -2110,6 +2005,7 @@ progress {
|
|
|
2110
2005
|
}
|
|
2111
2006
|
.form-label {
|
|
2112
2007
|
margin-bottom: 0.5rem;
|
|
2008
|
+
color: var(--cui-form-label-color, );
|
|
2113
2009
|
}
|
|
2114
2010
|
|
|
2115
2011
|
.col-form-label {
|
|
@@ -2118,6 +2014,7 @@ progress {
|
|
|
2118
2014
|
margin-bottom: 0;
|
|
2119
2015
|
font-size: inherit;
|
|
2120
2016
|
line-height: 1.5;
|
|
2017
|
+
color: var(--cui-form-label-color, );
|
|
2121
2018
|
}
|
|
2122
2019
|
|
|
2123
2020
|
.col-form-label-lg {
|
|
@@ -2135,7 +2032,7 @@ progress {
|
|
|
2135
2032
|
.form-text {
|
|
2136
2033
|
margin-top: 0.25rem;
|
|
2137
2034
|
font-size: 0.875em;
|
|
2138
|
-
color: var(--cui-secondary-color);
|
|
2035
|
+
color: var(--cui-form-text-color, var(--cui-secondary-color));
|
|
2139
2036
|
}
|
|
2140
2037
|
|
|
2141
2038
|
.form-control {
|
|
@@ -2145,13 +2042,13 @@ progress {
|
|
|
2145
2042
|
font-size: 1rem;
|
|
2146
2043
|
font-weight: 400;
|
|
2147
2044
|
line-height: 1.5;
|
|
2148
|
-
color: var(--cui-body-color);
|
|
2149
|
-
background-color: var(--cui-body-bg);
|
|
2150
|
-
background-clip: padding-box;
|
|
2151
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2045
|
+
color: var(--cui-input-color, var(--cui-body-color));
|
|
2152
2046
|
-webkit-appearance: none;
|
|
2153
2047
|
-moz-appearance: none;
|
|
2154
2048
|
appearance: none;
|
|
2049
|
+
background-color: var(--cui-input-bg, var(--cui-body-bg));
|
|
2050
|
+
background-clip: padding-box;
|
|
2051
|
+
border: var(--cui-border-width) solid var(--cui-input-border-color, var(--cui-border-color));
|
|
2155
2052
|
border-radius: var(--cui-border-radius);
|
|
2156
2053
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2157
2054
|
}
|
|
@@ -2167,9 +2064,9 @@ progress {
|
|
|
2167
2064
|
cursor: pointer;
|
|
2168
2065
|
}
|
|
2169
2066
|
.form-control:focus {
|
|
2170
|
-
color: var(--cui-body-color);
|
|
2171
|
-
background-color: var(--cui-body-bg);
|
|
2172
|
-
border-color: #998fed;
|
|
2067
|
+
color: var(--cui-input-focus-color, var(--cui-body-color));
|
|
2068
|
+
background-color: var(--cui-input-focus-bg, var(--cui-body-bg));
|
|
2069
|
+
border-color: var(--cui-input-focus-border-color, #998fed);
|
|
2173
2070
|
outline: 0;
|
|
2174
2071
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2175
2072
|
}
|
|
@@ -2199,8 +2096,8 @@ progress {
|
|
|
2199
2096
|
margin: -0.375rem -0.75rem;
|
|
2200
2097
|
-webkit-margin-end: 0.75rem;
|
|
2201
2098
|
margin-inline-end: 0.75rem;
|
|
2202
|
-
color: var(--cui-body-color);
|
|
2203
|
-
background-color: var(--cui-tertiary-bg);
|
|
2099
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2100
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2204
2101
|
pointer-events: none;
|
|
2205
2102
|
border-color: inherit;
|
|
2206
2103
|
border-style: solid;
|
|
@@ -2215,8 +2112,8 @@ progress {
|
|
|
2215
2112
|
margin: -0.375rem -0.75rem;
|
|
2216
2113
|
-webkit-margin-end: 0.75rem;
|
|
2217
2114
|
margin-inline-end: 0.75rem;
|
|
2218
|
-
color: var(--cui-body-color);
|
|
2219
|
-
background-color: var(--cui-tertiary-bg);
|
|
2115
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2116
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2220
2117
|
pointer-events: none;
|
|
2221
2118
|
border-color: inherit;
|
|
2222
2119
|
border-style: solid;
|
|
@@ -2235,10 +2132,10 @@ progress {
|
|
|
2235
2132
|
}
|
|
2236
2133
|
}
|
|
2237
2134
|
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
|
2238
|
-
background-color: var(--cui-secondary-bg);
|
|
2135
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2239
2136
|
}
|
|
2240
2137
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
2241
|
-
background-color: var(--cui-secondary-bg);
|
|
2138
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2242
2139
|
}
|
|
2243
2140
|
|
|
2244
2141
|
.form-control-plaintext {
|
|
@@ -2247,7 +2144,7 @@ progress {
|
|
|
2247
2144
|
padding: 0.375rem 0;
|
|
2248
2145
|
margin-bottom: 0;
|
|
2249
2146
|
line-height: 1.5;
|
|
2250
|
-
color: var(--cui-body-color);
|
|
2147
|
+
color: var(--cui-input-plaintext-color, var(--cui-body-color));
|
|
2251
2148
|
background-color: transparent;
|
|
2252
2149
|
border: solid transparent;
|
|
2253
2150
|
border-width: var(--cui-border-width) 0;
|
|
@@ -2332,25 +2229,26 @@ textarea.form-control-lg {
|
|
|
2332
2229
|
}
|
|
2333
2230
|
|
|
2334
2231
|
.form-select {
|
|
2335
|
-
--cui-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%
|
|
2232
|
+
--cui-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23636f83' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
2336
2233
|
display: block;
|
|
2337
2234
|
width: 100%;
|
|
2338
2235
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
2236
|
+
-moz-padding-start: calc(0.75rem - 3px);
|
|
2339
2237
|
font-size: 1rem;
|
|
2340
2238
|
font-weight: 400;
|
|
2341
2239
|
line-height: 1.5;
|
|
2342
|
-
color: var(--cui-body-color);
|
|
2343
|
-
|
|
2240
|
+
color: var(--cui-form-select-color, var(--cui-body-color));
|
|
2241
|
+
-webkit-appearance: none;
|
|
2242
|
+
-moz-appearance: none;
|
|
2243
|
+
appearance: none;
|
|
2244
|
+
background-color: var(--cui-form-select-bg, var(--cui-body-bg));
|
|
2344
2245
|
background-image: var(--cui-form-select-bg-img), var(--cui-form-select-bg-icon, none);
|
|
2345
2246
|
background-repeat: no-repeat;
|
|
2346
2247
|
background-position: right 0.75rem center;
|
|
2347
2248
|
background-size: 16px 12px;
|
|
2348
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2249
|
+
border: var(--cui-border-width) solid var(--cui-form-select-border-color, var(--cui-border-color));
|
|
2349
2250
|
border-radius: var(--cui-border-radius);
|
|
2350
2251
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2351
|
-
-webkit-appearance: none;
|
|
2352
|
-
-moz-appearance: none;
|
|
2353
|
-
appearance: none;
|
|
2354
2252
|
}
|
|
2355
2253
|
@media (prefers-reduced-motion: reduce) {
|
|
2356
2254
|
.form-select {
|
|
@@ -2358,7 +2256,7 @@ textarea.form-control-lg {
|
|
|
2358
2256
|
}
|
|
2359
2257
|
}
|
|
2360
2258
|
.form-select:focus {
|
|
2361
|
-
border-color: var(#998fed);
|
|
2259
|
+
border-color: var(--cui-form-select-focus-border-color, #998fed);
|
|
2362
2260
|
outline: 0;
|
|
2363
2261
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2364
2262
|
}
|
|
@@ -2367,11 +2265,12 @@ textarea.form-control-lg {
|
|
|
2367
2265
|
background-image: none;
|
|
2368
2266
|
}
|
|
2369
2267
|
.form-select:disabled {
|
|
2370
|
-
|
|
2268
|
+
color: var(--cui-form-select-disabled-color, );
|
|
2269
|
+
background-color: var(--cui-form-select-disabled-bg, var(--cui-secondary-bg));
|
|
2371
2270
|
}
|
|
2372
2271
|
.form-select:-moz-focusring {
|
|
2373
2272
|
color: transparent;
|
|
2374
|
-
text-shadow: 0 0 0 var(--cui-body-color);
|
|
2273
|
+
text-shadow: 0 0 0 var(--cui-form-select-color, var(--cui-body-color));
|
|
2375
2274
|
}
|
|
2376
2275
|
|
|
2377
2276
|
.form-select-sm {
|
|
@@ -2390,10 +2289,6 @@ textarea.form-control-lg {
|
|
|
2390
2289
|
border-radius: var(--cui-border-radius-lg);
|
|
2391
2290
|
}
|
|
2392
2291
|
|
|
2393
|
-
[data-coreui-theme=dark] .form-select {
|
|
2394
|
-
--cui-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23aab3c5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
2292
|
.form-check {
|
|
2398
2293
|
display: block;
|
|
2399
2294
|
min-height: 1.5rem;
|
|
@@ -2418,19 +2313,20 @@ textarea.form-control-lg {
|
|
|
2418
2313
|
|
|
2419
2314
|
.form-check-input {
|
|
2420
2315
|
--cui-form-check-bg: var(--cui-body-bg);
|
|
2316
|
+
flex-shrink: 0;
|
|
2421
2317
|
width: 1em;
|
|
2422
2318
|
height: 1em;
|
|
2423
2319
|
margin-top: 0.25em;
|
|
2424
2320
|
vertical-align: top;
|
|
2321
|
+
-webkit-appearance: none;
|
|
2322
|
+
-moz-appearance: none;
|
|
2323
|
+
appearance: none;
|
|
2425
2324
|
background-color: var(--cui-form-check-bg);
|
|
2426
2325
|
background-image: var(--cui-form-check-bg-image);
|
|
2427
2326
|
background-repeat: no-repeat;
|
|
2428
2327
|
background-position: center;
|
|
2429
2328
|
background-size: contain;
|
|
2430
2329
|
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2431
|
-
-webkit-appearance: none;
|
|
2432
|
-
-moz-appearance: none;
|
|
2433
|
-
appearance: none;
|
|
2434
2330
|
-webkit-print-color-adjust: exact;
|
|
2435
2331
|
color-adjust: exact;
|
|
2436
2332
|
print-color-adjust: exact;
|
|
@@ -2482,7 +2378,7 @@ textarea.form-control-lg {
|
|
|
2482
2378
|
padding-left: 2.5em;
|
|
2483
2379
|
}
|
|
2484
2380
|
.form-switch .form-check-input {
|
|
2485
|
-
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%
|
|
2381
|
+
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 21, 0.25%29'/%3e%3c/svg%3e");
|
|
2486
2382
|
width: 2em;
|
|
2487
2383
|
margin-left: -2.5em;
|
|
2488
2384
|
background-image: var(--cui-form-switch-bg);
|
|
@@ -2503,11 +2399,11 @@ textarea.form-control-lg {
|
|
|
2503
2399
|
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.87%29'/%3e%3c/svg%3e");
|
|
2504
2400
|
}
|
|
2505
2401
|
.form-switch.form-check-reverse {
|
|
2506
|
-
padding-right:
|
|
2402
|
+
padding-right: 1.5em;
|
|
2507
2403
|
padding-left: 0;
|
|
2508
2404
|
}
|
|
2509
2405
|
.form-switch.form-check-reverse .form-check-input {
|
|
2510
|
-
margin-right: -
|
|
2406
|
+
margin-right: -1.5em;
|
|
2511
2407
|
margin-left: 0;
|
|
2512
2408
|
}
|
|
2513
2409
|
|
|
@@ -2553,18 +2449,14 @@ textarea.form-control-lg {
|
|
|
2553
2449
|
opacity: 0.65;
|
|
2554
2450
|
}
|
|
2555
2451
|
|
|
2556
|
-
[data-coreui-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
|
|
2557
|
-
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
2452
|
.form-range {
|
|
2561
2453
|
width: 100%;
|
|
2562
2454
|
height: 1.5rem;
|
|
2563
2455
|
padding: 0;
|
|
2564
|
-
background-color: transparent;
|
|
2565
2456
|
-webkit-appearance: none;
|
|
2566
2457
|
-moz-appearance: none;
|
|
2567
2458
|
appearance: none;
|
|
2459
|
+
background-color: transparent;
|
|
2568
2460
|
}
|
|
2569
2461
|
.form-range:focus {
|
|
2570
2462
|
outline: 0;
|
|
@@ -2582,13 +2474,13 @@ textarea.form-control-lg {
|
|
|
2582
2474
|
width: 1rem;
|
|
2583
2475
|
height: 1rem;
|
|
2584
2476
|
margin-top: -0.25rem;
|
|
2585
|
-
|
|
2477
|
+
-webkit-appearance: none;
|
|
2478
|
+
appearance: none;
|
|
2479
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2586
2480
|
border: 0;
|
|
2587
2481
|
border-radius: 1rem;
|
|
2588
2482
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2589
2483
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2590
|
-
-webkit-appearance: none;
|
|
2591
|
-
appearance: none;
|
|
2592
2484
|
}
|
|
2593
2485
|
@media (prefers-reduced-motion: reduce) {
|
|
2594
2486
|
.form-range::-webkit-slider-thumb {
|
|
@@ -2597,27 +2489,27 @@ textarea.form-control-lg {
|
|
|
2597
2489
|
}
|
|
2598
2490
|
}
|
|
2599
2491
|
.form-range::-webkit-slider-thumb:active {
|
|
2600
|
-
background-color: #c2bcf4;
|
|
2492
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2601
2493
|
}
|
|
2602
2494
|
.form-range::-webkit-slider-runnable-track {
|
|
2603
2495
|
width: 100%;
|
|
2604
2496
|
height: 0.5rem;
|
|
2605
2497
|
color: transparent;
|
|
2606
2498
|
cursor: pointer;
|
|
2607
|
-
background-color: var(--cui-
|
|
2499
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-secondary-bg));
|
|
2608
2500
|
border-color: transparent;
|
|
2609
2501
|
border-radius: 1rem;
|
|
2610
2502
|
}
|
|
2611
2503
|
.form-range::-moz-range-thumb {
|
|
2612
2504
|
width: 1rem;
|
|
2613
2505
|
height: 1rem;
|
|
2614
|
-
|
|
2506
|
+
-moz-appearance: none;
|
|
2507
|
+
appearance: none;
|
|
2508
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2615
2509
|
border: 0;
|
|
2616
2510
|
border-radius: 1rem;
|
|
2617
2511
|
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2618
2512
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2619
|
-
-moz-appearance: none;
|
|
2620
|
-
appearance: none;
|
|
2621
2513
|
}
|
|
2622
2514
|
@media (prefers-reduced-motion: reduce) {
|
|
2623
2515
|
.form-range::-moz-range-thumb {
|
|
@@ -2626,14 +2518,14 @@ textarea.form-control-lg {
|
|
|
2626
2518
|
}
|
|
2627
2519
|
}
|
|
2628
2520
|
.form-range::-moz-range-thumb:active {
|
|
2629
|
-
background-color: #c2bcf4;
|
|
2521
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2630
2522
|
}
|
|
2631
2523
|
.form-range::-moz-range-track {
|
|
2632
2524
|
width: 100%;
|
|
2633
2525
|
height: 0.5rem;
|
|
2634
2526
|
color: transparent;
|
|
2635
2527
|
cursor: pointer;
|
|
2636
|
-
background-color: var(--cui-
|
|
2528
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-secondary-bg));
|
|
2637
2529
|
border-color: transparent;
|
|
2638
2530
|
border-radius: 1rem;
|
|
2639
2531
|
}
|
|
@@ -2641,10 +2533,10 @@ textarea.form-control-lg {
|
|
|
2641
2533
|
pointer-events: none;
|
|
2642
2534
|
}
|
|
2643
2535
|
.form-range:disabled::-webkit-slider-thumb {
|
|
2644
|
-
background-color: var(--cui-secondary-color);
|
|
2536
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2645
2537
|
}
|
|
2646
2538
|
.form-range:disabled::-moz-range-thumb {
|
|
2647
|
-
background-color: var(--cui-secondary-color);
|
|
2539
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2648
2540
|
}
|
|
2649
2541
|
|
|
2650
2542
|
.form-floating {
|
|
@@ -2747,10 +2639,12 @@ textarea.form-control-lg {
|
|
|
2747
2639
|
.form-floating > .form-control-plaintext ~ label {
|
|
2748
2640
|
border-width: var(--cui-border-width) 0;
|
|
2749
2641
|
}
|
|
2750
|
-
.form-floating > :disabled ~ label
|
|
2751
|
-
|
|
2642
|
+
.form-floating > :disabled ~ label,
|
|
2643
|
+
.form-floating > .form-control:disabled ~ label {
|
|
2644
|
+
color: #8a93a2;
|
|
2752
2645
|
}
|
|
2753
|
-
.form-floating > :disabled ~ label::after
|
|
2646
|
+
.form-floating > :disabled ~ label::after,
|
|
2647
|
+
.form-floating > .form-control:disabled ~ label::after {
|
|
2754
2648
|
background-color: var(--cui-secondary-bg);
|
|
2755
2649
|
}
|
|
2756
2650
|
|
|
@@ -3038,7 +2932,7 @@ textarea.form-control-lg {
|
|
|
3038
2932
|
--cui-btn-border-color: transparent;
|
|
3039
2933
|
--cui-btn-border-radius: var(--cui-border-radius);
|
|
3040
2934
|
--cui-btn-hover-border-color: transparent;
|
|
3041
|
-
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(
|
|
2935
|
+
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 21, 0.075);
|
|
3042
2936
|
--cui-btn-disabled-opacity: 0.65;
|
|
3043
2937
|
--cui-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cui-btn-focus-shadow-rgb), .5);
|
|
3044
2938
|
display: inline-block;
|
|
@@ -3120,129 +3014,129 @@ textarea.form-control-lg {
|
|
|
3120
3014
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3121
3015
|
--cui-btn-active-bg: #5b4ce2;
|
|
3122
3016
|
--cui-btn-active-border-color: #4735df;
|
|
3123
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3017
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3124
3018
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3125
3019
|
--cui-btn-disabled-bg: #321fdb;
|
|
3126
3020
|
--cui-btn-disabled-border-color: #321fdb;
|
|
3127
3021
|
}
|
|
3128
3022
|
|
|
3129
3023
|
.btn-secondary {
|
|
3130
|
-
--cui-btn-color:
|
|
3024
|
+
--cui-btn-color: #000015;
|
|
3131
3025
|
--cui-btn-bg: #9da5b1;
|
|
3132
3026
|
--cui-btn-border-color: #9da5b1;
|
|
3133
|
-
--cui-btn-hover-color:
|
|
3134
|
-
--cui-btn-hover-bg: #
|
|
3135
|
-
--cui-btn-hover-border-color: #
|
|
3136
|
-
--cui-btn-focus-shadow-rgb:
|
|
3137
|
-
--cui-btn-active-color:
|
|
3138
|
-
--cui-btn-active-bg: #
|
|
3139
|
-
--cui-btn-active-border-color: #
|
|
3140
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3141
|
-
--cui-btn-disabled-color:
|
|
3027
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3028
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3029
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3030
|
+
--cui-btn-focus-shadow-rgb: 133, 140, 154;
|
|
3031
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3032
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3033
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3034
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3035
|
+
--cui-btn-disabled-color: #000015;
|
|
3142
3036
|
--cui-btn-disabled-bg: #9da5b1;
|
|
3143
3037
|
--cui-btn-disabled-border-color: #9da5b1;
|
|
3144
3038
|
}
|
|
3145
3039
|
|
|
3146
3040
|
.btn-success {
|
|
3147
|
-
--cui-btn-color:
|
|
3041
|
+
--cui-btn-color: #000015;
|
|
3148
3042
|
--cui-btn-bg: #2eb85c;
|
|
3149
3043
|
--cui-btn-border-color: #2eb85c;
|
|
3150
|
-
--cui-btn-hover-color:
|
|
3151
|
-
--cui-btn-hover-bg: #
|
|
3152
|
-
--cui-btn-hover-border-color: #
|
|
3153
|
-
--cui-btn-focus-shadow-rgb:
|
|
3154
|
-
--cui-btn-active-color:
|
|
3155
|
-
--cui-btn-active-bg: #
|
|
3156
|
-
--cui-btn-active-border-color: #
|
|
3157
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3158
|
-
--cui-btn-disabled-color:
|
|
3044
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3045
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3046
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3047
|
+
--cui-btn-focus-shadow-rgb: 39, 156, 81;
|
|
3048
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3049
|
+
--cui-btn-active-bg: #58c67d;
|
|
3050
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3051
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3052
|
+
--cui-btn-disabled-color: #000015;
|
|
3159
3053
|
--cui-btn-disabled-bg: #2eb85c;
|
|
3160
3054
|
--cui-btn-disabled-border-color: #2eb85c;
|
|
3161
3055
|
}
|
|
3162
3056
|
|
|
3163
3057
|
.btn-danger {
|
|
3164
|
-
--cui-btn-color: #
|
|
3058
|
+
--cui-btn-color: #000015;
|
|
3165
3059
|
--cui-btn-bg: #e55353;
|
|
3166
3060
|
--cui-btn-border-color: #e55353;
|
|
3167
|
-
--cui-btn-hover-color: #
|
|
3061
|
+
--cui-btn-hover-color: #000015;
|
|
3168
3062
|
--cui-btn-hover-bg: #e96d6d;
|
|
3169
3063
|
--cui-btn-hover-border-color: #e86464;
|
|
3170
|
-
--cui-btn-focus-shadow-rgb:
|
|
3171
|
-
--cui-btn-active-color: #
|
|
3064
|
+
--cui-btn-focus-shadow-rgb: 195, 71, 74;
|
|
3065
|
+
--cui-btn-active-color: #000015;
|
|
3172
3066
|
--cui-btn-active-bg: #ea7575;
|
|
3173
3067
|
--cui-btn-active-border-color: #e86464;
|
|
3174
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3175
|
-
--cui-btn-disabled-color: #
|
|
3068
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3069
|
+
--cui-btn-disabled-color: #000015;
|
|
3176
3070
|
--cui-btn-disabled-bg: #e55353;
|
|
3177
3071
|
--cui-btn-disabled-border-color: #e55353;
|
|
3178
3072
|
}
|
|
3179
3073
|
|
|
3180
3074
|
.btn-warning {
|
|
3181
|
-
--cui-btn-color: rgba(
|
|
3075
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3182
3076
|
--cui-btn-bg: #f9b115;
|
|
3183
3077
|
--cui-btn-border-color: #f9b115;
|
|
3184
|
-
--cui-btn-hover-color:
|
|
3078
|
+
--cui-btn-hover-color: #000015;
|
|
3185
3079
|
--cui-btn-hover-bg: #d49612;
|
|
3186
3080
|
--cui-btn-hover-border-color: #c78e11;
|
|
3187
|
-
--cui-btn-focus-shadow-rgb:
|
|
3188
|
-
--cui-btn-active-color: #
|
|
3081
|
+
--cui-btn-focus-shadow-rgb: 221, 160, 28;
|
|
3082
|
+
--cui-btn-active-color: #000015;
|
|
3189
3083
|
--cui-btn-active-bg: #c78e11;
|
|
3190
3084
|
--cui-btn-active-border-color: #bb8510;
|
|
3191
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3192
|
-
--cui-btn-disabled-color: rgba(
|
|
3085
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3086
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3193
3087
|
--cui-btn-disabled-bg: #f9b115;
|
|
3194
3088
|
--cui-btn-disabled-border-color: #f9b115;
|
|
3195
3089
|
}
|
|
3196
3090
|
|
|
3197
3091
|
.btn-info {
|
|
3198
|
-
--cui-btn-color: #
|
|
3092
|
+
--cui-btn-color: #000015;
|
|
3199
3093
|
--cui-btn-bg: #39f;
|
|
3200
3094
|
--cui-btn-border-color: #39f;
|
|
3201
|
-
--cui-btn-hover-color:
|
|
3095
|
+
--cui-btn-hover-color: #000015;
|
|
3202
3096
|
--cui-btn-hover-bg: #52a8ff;
|
|
3203
3097
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3204
|
-
--cui-btn-focus-shadow-rgb:
|
|
3205
|
-
--cui-btn-active-color:
|
|
3098
|
+
--cui-btn-focus-shadow-rgb: 43, 130, 220;
|
|
3099
|
+
--cui-btn-active-color: #000015;
|
|
3206
3100
|
--cui-btn-active-bg: #5cadff;
|
|
3207
3101
|
--cui-btn-active-border-color: #47a3ff;
|
|
3208
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3209
|
-
--cui-btn-disabled-color: #
|
|
3102
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3103
|
+
--cui-btn-disabled-color: #000015;
|
|
3210
3104
|
--cui-btn-disabled-bg: #39f;
|
|
3211
3105
|
--cui-btn-disabled-border-color: #39f;
|
|
3212
3106
|
}
|
|
3213
3107
|
|
|
3214
3108
|
.btn-light {
|
|
3215
|
-
--cui-btn-color: rgba(
|
|
3216
|
-
--cui-btn-bg: #
|
|
3217
|
-
--cui-btn-border-color: #
|
|
3218
|
-
--cui-btn-hover-color: rgba(
|
|
3219
|
-
--cui-btn-hover-bg: #
|
|
3220
|
-
--cui-btn-hover-border-color: #
|
|
3221
|
-
--cui-btn-focus-shadow-rgb:
|
|
3222
|
-
--cui-btn-active-color: rgba(
|
|
3223
|
-
--cui-btn-active-bg: #
|
|
3224
|
-
--cui-btn-active-border-color: #
|
|
3225
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3226
|
-
--cui-btn-disabled-color: rgba(
|
|
3227
|
-
--cui-btn-disabled-bg: #
|
|
3228
|
-
--cui-btn-disabled-border-color: #
|
|
3109
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3110
|
+
--cui-btn-bg: #ebedef;
|
|
3111
|
+
--cui-btn-border-color: #ebedef;
|
|
3112
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3113
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3114
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3115
|
+
--cui-btn-focus-shadow-rgb: 209, 212, 216;
|
|
3116
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3117
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3118
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3119
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3120
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3121
|
+
--cui-btn-disabled-bg: #ebedef;
|
|
3122
|
+
--cui-btn-disabled-border-color: #ebedef;
|
|
3229
3123
|
}
|
|
3230
3124
|
|
|
3231
3125
|
.btn-dark {
|
|
3232
3126
|
--cui-btn-color: rgba(255, 255, 255, 0.87);
|
|
3233
|
-
--cui-btn-bg: #
|
|
3234
|
-
--cui-btn-border-color: #
|
|
3235
|
-
--cui-btn-hover-color:
|
|
3236
|
-
--cui-btn-hover-bg: #
|
|
3237
|
-
--cui-btn-hover-border-color: #
|
|
3238
|
-
--cui-btn-focus-shadow-rgb:
|
|
3239
|
-
--cui-btn-active-color:
|
|
3240
|
-
--cui-btn-active-bg: #
|
|
3241
|
-
--cui-btn-active-border-color: #
|
|
3242
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3127
|
+
--cui-btn-bg: #4f5d73;
|
|
3128
|
+
--cui-btn-border-color: #4f5d73;
|
|
3129
|
+
--cui-btn-hover-color: #fff;
|
|
3130
|
+
--cui-btn-hover-bg: #697588;
|
|
3131
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3132
|
+
--cui-btn-focus-shadow-rgb: 100, 112, 132;
|
|
3133
|
+
--cui-btn-active-color: #fff;
|
|
3134
|
+
--cui-btn-active-bg: #727d8f;
|
|
3135
|
+
--cui-btn-active-border-color: #616d81;
|
|
3136
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3243
3137
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3244
|
-
--cui-btn-disabled-bg: #
|
|
3245
|
-
--cui-btn-disabled-border-color: #
|
|
3138
|
+
--cui-btn-disabled-bg: #4f5d73;
|
|
3139
|
+
--cui-btn-disabled-border-color: #4f5d73;
|
|
3246
3140
|
}
|
|
3247
3141
|
|
|
3248
3142
|
.btn-outline-primary {
|
|
@@ -3255,7 +3149,7 @@ textarea.form-control-lg {
|
|
|
3255
3149
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3256
3150
|
--cui-btn-active-bg: #5b4ce2;
|
|
3257
3151
|
--cui-btn-active-border-color: #4735df;
|
|
3258
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3152
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3259
3153
|
--cui-btn-disabled-color: #321fdb;
|
|
3260
3154
|
--cui-btn-disabled-bg: transparent;
|
|
3261
3155
|
--cui-gradient: none;
|
|
@@ -3264,14 +3158,14 @@ textarea.form-control-lg {
|
|
|
3264
3158
|
.btn-outline-secondary {
|
|
3265
3159
|
--cui-btn-color: #9da5b1;
|
|
3266
3160
|
--cui-btn-border-color: #9da5b1;
|
|
3267
|
-
--cui-btn-hover-color:
|
|
3268
|
-
--cui-btn-hover-bg: #
|
|
3269
|
-
--cui-btn-hover-border-color: #
|
|
3161
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3162
|
+
--cui-btn-hover-bg: #b1b7c1;
|
|
3163
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3270
3164
|
--cui-btn-focus-shadow-rgb: 157, 165, 177;
|
|
3271
|
-
--cui-btn-active-color:
|
|
3272
|
-
--cui-btn-active-bg: #
|
|
3273
|
-
--cui-btn-active-border-color: #
|
|
3274
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3165
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3166
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3167
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3168
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3275
3169
|
--cui-btn-disabled-color: #9da5b1;
|
|
3276
3170
|
--cui-btn-disabled-bg: transparent;
|
|
3277
3171
|
--cui-gradient: none;
|
|
@@ -3280,14 +3174,14 @@ textarea.form-control-lg {
|
|
|
3280
3174
|
.btn-outline-success {
|
|
3281
3175
|
--cui-btn-color: #2eb85c;
|
|
3282
3176
|
--cui-btn-border-color: #2eb85c;
|
|
3283
|
-
--cui-btn-hover-color:
|
|
3284
|
-
--cui-btn-hover-bg: #
|
|
3285
|
-
--cui-btn-hover-border-color: #
|
|
3177
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3178
|
+
--cui-btn-hover-bg: #58c67d;
|
|
3179
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3286
3180
|
--cui-btn-focus-shadow-rgb: 46, 184, 92;
|
|
3287
|
-
--cui-btn-active-color:
|
|
3288
|
-
--cui-btn-active-bg: #
|
|
3289
|
-
--cui-btn-active-border-color: #
|
|
3290
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3181
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3182
|
+
--cui-btn-active-bg: #58c67d;
|
|
3183
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3184
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3291
3185
|
--cui-btn-disabled-color: #2eb85c;
|
|
3292
3186
|
--cui-btn-disabled-bg: transparent;
|
|
3293
3187
|
--cui-gradient: none;
|
|
@@ -3296,14 +3190,14 @@ textarea.form-control-lg {
|
|
|
3296
3190
|
.btn-outline-danger {
|
|
3297
3191
|
--cui-btn-color: #e55353;
|
|
3298
3192
|
--cui-btn-border-color: #e55353;
|
|
3299
|
-
--cui-btn-hover-color: #
|
|
3193
|
+
--cui-btn-hover-color: #000015;
|
|
3300
3194
|
--cui-btn-hover-bg: #ea7575;
|
|
3301
3195
|
--cui-btn-hover-border-color: #e86464;
|
|
3302
3196
|
--cui-btn-focus-shadow-rgb: 229, 83, 83;
|
|
3303
|
-
--cui-btn-active-color: #
|
|
3197
|
+
--cui-btn-active-color: #000015;
|
|
3304
3198
|
--cui-btn-active-bg: #ea7575;
|
|
3305
3199
|
--cui-btn-active-border-color: #e86464;
|
|
3306
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3200
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3307
3201
|
--cui-btn-disabled-color: #e55353;
|
|
3308
3202
|
--cui-btn-disabled-bg: transparent;
|
|
3309
3203
|
--cui-gradient: none;
|
|
@@ -3312,14 +3206,14 @@ textarea.form-control-lg {
|
|
|
3312
3206
|
.btn-outline-warning {
|
|
3313
3207
|
--cui-btn-color: #f9b115;
|
|
3314
3208
|
--cui-btn-border-color: #f9b115;
|
|
3315
|
-
--cui-btn-hover-color:
|
|
3209
|
+
--cui-btn-hover-color: #000015;
|
|
3316
3210
|
--cui-btn-hover-bg: #c78e11;
|
|
3317
3211
|
--cui-btn-hover-border-color: #bb8510;
|
|
3318
3212
|
--cui-btn-focus-shadow-rgb: 249, 177, 21;
|
|
3319
|
-
--cui-btn-active-color: #
|
|
3213
|
+
--cui-btn-active-color: #000015;
|
|
3320
3214
|
--cui-btn-active-bg: #c78e11;
|
|
3321
3215
|
--cui-btn-active-border-color: #bb8510;
|
|
3322
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3216
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3323
3217
|
--cui-btn-disabled-color: #f9b115;
|
|
3324
3218
|
--cui-btn-disabled-bg: transparent;
|
|
3325
3219
|
--cui-gradient: none;
|
|
@@ -3328,47 +3222,47 @@ textarea.form-control-lg {
|
|
|
3328
3222
|
.btn-outline-info {
|
|
3329
3223
|
--cui-btn-color: #39f;
|
|
3330
3224
|
--cui-btn-border-color: #39f;
|
|
3331
|
-
--cui-btn-hover-color:
|
|
3225
|
+
--cui-btn-hover-color: #000015;
|
|
3332
3226
|
--cui-btn-hover-bg: #5cadff;
|
|
3333
3227
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3334
3228
|
--cui-btn-focus-shadow-rgb: 51, 153, 255;
|
|
3335
|
-
--cui-btn-active-color:
|
|
3229
|
+
--cui-btn-active-color: #000015;
|
|
3336
3230
|
--cui-btn-active-bg: #5cadff;
|
|
3337
3231
|
--cui-btn-active-border-color: #47a3ff;
|
|
3338
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3232
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3339
3233
|
--cui-btn-disabled-color: #39f;
|
|
3340
3234
|
--cui-btn-disabled-bg: transparent;
|
|
3341
3235
|
--cui-gradient: none;
|
|
3342
3236
|
}
|
|
3343
3237
|
|
|
3344
3238
|
.btn-outline-light {
|
|
3345
|
-
--cui-btn-color: #
|
|
3346
|
-
--cui-btn-border-color: #
|
|
3347
|
-
--cui-btn-hover-color: rgba(
|
|
3348
|
-
--cui-btn-hover-bg: #
|
|
3349
|
-
--cui-btn-hover-border-color: #
|
|
3350
|
-
--cui-btn-focus-shadow-rgb:
|
|
3351
|
-
--cui-btn-active-color: rgba(
|
|
3352
|
-
--cui-btn-active-bg: #
|
|
3353
|
-
--cui-btn-active-border-color: #
|
|
3354
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3355
|
-
--cui-btn-disabled-color: #
|
|
3239
|
+
--cui-btn-color: #ebedef;
|
|
3240
|
+
--cui-btn-border-color: #ebedef;
|
|
3241
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3242
|
+
--cui-btn-hover-bg: #bcbebf;
|
|
3243
|
+
--cui-btn-hover-border-color: #b0b2b3;
|
|
3244
|
+
--cui-btn-focus-shadow-rgb: 235, 237, 239;
|
|
3245
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3246
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3247
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3248
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3249
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3356
3250
|
--cui-btn-disabled-bg: transparent;
|
|
3357
3251
|
--cui-gradient: none;
|
|
3358
3252
|
}
|
|
3359
3253
|
|
|
3360
3254
|
.btn-outline-dark {
|
|
3361
|
-
--cui-btn-color: #
|
|
3362
|
-
--cui-btn-border-color: #
|
|
3363
|
-
--cui-btn-hover-color:
|
|
3364
|
-
--cui-btn-hover-bg: #
|
|
3365
|
-
--cui-btn-hover-border-color: #
|
|
3366
|
-
--cui-btn-focus-shadow-rgb:
|
|
3367
|
-
--cui-btn-active-color:
|
|
3368
|
-
--cui-btn-active-bg: #
|
|
3369
|
-
--cui-btn-active-border-color: #
|
|
3370
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3371
|
-
--cui-btn-disabled-color: #
|
|
3255
|
+
--cui-btn-color: #4f5d73;
|
|
3256
|
+
--cui-btn-border-color: #4f5d73;
|
|
3257
|
+
--cui-btn-hover-color: #fff;
|
|
3258
|
+
--cui-btn-hover-bg: #727d8f;
|
|
3259
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3260
|
+
--cui-btn-focus-shadow-rgb: 79, 93, 115;
|
|
3261
|
+
--cui-btn-active-color: #fff;
|
|
3262
|
+
--cui-btn-active-bg: #727d8f;
|
|
3263
|
+
--cui-btn-active-border-color: #616d81;
|
|
3264
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3265
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3372
3266
|
--cui-btn-disabled-bg: transparent;
|
|
3373
3267
|
--cui-gradient: none;
|
|
3374
3268
|
}
|
|
@@ -3387,24 +3281,24 @@ textarea.form-control-lg {
|
|
|
3387
3281
|
|
|
3388
3282
|
.btn-ghost-secondary {
|
|
3389
3283
|
--cui-btn-color: #9da5b1;
|
|
3390
|
-
--cui-btn-hover-bg: #
|
|
3391
|
-
--cui-btn-hover-border-color: #
|
|
3392
|
-
--cui-btn-hover-color:
|
|
3393
|
-
--cui-btn-active-bg: #
|
|
3394
|
-
--cui-btn-active-border-color: #
|
|
3395
|
-
--cui-btn-active-color:
|
|
3284
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3285
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3286
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3287
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3288
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3289
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3396
3290
|
--cui-btn-disabled-color: #9da5b1;
|
|
3397
3291
|
--cui-btn-shadow: rgba(157, 165, 177, 0.5);
|
|
3398
3292
|
}
|
|
3399
3293
|
|
|
3400
3294
|
.btn-ghost-success {
|
|
3401
3295
|
--cui-btn-color: #2eb85c;
|
|
3402
|
-
--cui-btn-hover-bg: #
|
|
3403
|
-
--cui-btn-hover-border-color: #
|
|
3404
|
-
--cui-btn-hover-color:
|
|
3405
|
-
--cui-btn-active-bg: #
|
|
3406
|
-
--cui-btn-active-border-color: #
|
|
3407
|
-
--cui-btn-active-color:
|
|
3296
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3297
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3298
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3299
|
+
--cui-btn-active-bg: #58c67d;
|
|
3300
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3301
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3408
3302
|
--cui-btn-disabled-color: #2eb85c;
|
|
3409
3303
|
--cui-btn-shadow: rgba(46, 184, 92, 0.5);
|
|
3410
3304
|
}
|
|
@@ -3413,10 +3307,10 @@ textarea.form-control-lg {
|
|
|
3413
3307
|
--cui-btn-color: #e55353;
|
|
3414
3308
|
--cui-btn-hover-bg: #e96d6d;
|
|
3415
3309
|
--cui-btn-hover-border-color: #e86464;
|
|
3416
|
-
--cui-btn-hover-color: #
|
|
3310
|
+
--cui-btn-hover-color: #000015;
|
|
3417
3311
|
--cui-btn-active-bg: #ea7575;
|
|
3418
3312
|
--cui-btn-active-border-color: #e86464;
|
|
3419
|
-
--cui-btn-active-color: #
|
|
3313
|
+
--cui-btn-active-color: #000015;
|
|
3420
3314
|
--cui-btn-disabled-color: #e55353;
|
|
3421
3315
|
--cui-btn-shadow: rgba(229, 83, 83, 0.5);
|
|
3422
3316
|
}
|
|
@@ -3425,10 +3319,10 @@ textarea.form-control-lg {
|
|
|
3425
3319
|
--cui-btn-color: #f9b115;
|
|
3426
3320
|
--cui-btn-hover-bg: #d49612;
|
|
3427
3321
|
--cui-btn-hover-border-color: #c78e11;
|
|
3428
|
-
--cui-btn-hover-color:
|
|
3322
|
+
--cui-btn-hover-color: #000015;
|
|
3429
3323
|
--cui-btn-active-bg: #c78e11;
|
|
3430
3324
|
--cui-btn-active-border-color: #bb8510;
|
|
3431
|
-
--cui-btn-active-color: #
|
|
3325
|
+
--cui-btn-active-color: #000015;
|
|
3432
3326
|
--cui-btn-disabled-color: #f9b115;
|
|
3433
3327
|
--cui-btn-shadow: rgba(249, 177, 21, 0.5);
|
|
3434
3328
|
}
|
|
@@ -3437,36 +3331,36 @@ textarea.form-control-lg {
|
|
|
3437
3331
|
--cui-btn-color: #39f;
|
|
3438
3332
|
--cui-btn-hover-bg: #52a8ff;
|
|
3439
3333
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3440
|
-
--cui-btn-hover-color:
|
|
3334
|
+
--cui-btn-hover-color: #000015;
|
|
3441
3335
|
--cui-btn-active-bg: #5cadff;
|
|
3442
3336
|
--cui-btn-active-border-color: #47a3ff;
|
|
3443
|
-
--cui-btn-active-color:
|
|
3337
|
+
--cui-btn-active-color: #000015;
|
|
3444
3338
|
--cui-btn-disabled-color: #39f;
|
|
3445
3339
|
--cui-btn-shadow: rgba(51, 153, 255, 0.5);
|
|
3446
3340
|
}
|
|
3447
3341
|
|
|
3448
3342
|
.btn-ghost-light {
|
|
3449
|
-
--cui-btn-color: #
|
|
3450
|
-
--cui-btn-hover-bg: #
|
|
3451
|
-
--cui-btn-hover-border-color: #
|
|
3452
|
-
--cui-btn-hover-color: rgba(
|
|
3453
|
-
--cui-btn-active-bg: #
|
|
3454
|
-
--cui-btn-active-border-color: #
|
|
3455
|
-
--cui-btn-active-color: rgba(
|
|
3456
|
-
--cui-btn-disabled-color: #
|
|
3457
|
-
--cui-btn-shadow: rgba(
|
|
3343
|
+
--cui-btn-color: #ebedef;
|
|
3344
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3345
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3346
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3347
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3348
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3349
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3350
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3351
|
+
--cui-btn-shadow: rgba(235, 237, 239, 0.5);
|
|
3458
3352
|
}
|
|
3459
3353
|
|
|
3460
3354
|
.btn-ghost-dark {
|
|
3461
|
-
--cui-btn-color: #
|
|
3462
|
-
--cui-btn-hover-bg: #
|
|
3463
|
-
--cui-btn-hover-border-color: #
|
|
3464
|
-
--cui-btn-hover-color:
|
|
3465
|
-
--cui-btn-active-bg: #
|
|
3466
|
-
--cui-btn-active-border-color: #
|
|
3467
|
-
--cui-btn-active-color:
|
|
3468
|
-
--cui-btn-disabled-color: #
|
|
3469
|
-
--cui-btn-shadow: rgba(
|
|
3355
|
+
--cui-btn-color: #4f5d73;
|
|
3356
|
+
--cui-btn-hover-bg: #697588;
|
|
3357
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3358
|
+
--cui-btn-hover-color: #fff;
|
|
3359
|
+
--cui-btn-active-bg: #727d8f;
|
|
3360
|
+
--cui-btn-active-border-color: #616d81;
|
|
3361
|
+
--cui-btn-active-color: #fff;
|
|
3362
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3363
|
+
--cui-btn-shadow: rgba(79, 93, 115, 0.5);
|
|
3470
3364
|
}
|
|
3471
3365
|
|
|
3472
3366
|
.btn-link {
|
|
@@ -3477,7 +3371,7 @@ textarea.form-control-lg {
|
|
|
3477
3371
|
--cui-btn-hover-color: var(--cui-link-hover-color);
|
|
3478
3372
|
--cui-btn-hover-border-color: transparent;
|
|
3479
3373
|
--cui-btn-active-border-color: transparent;
|
|
3480
|
-
--cui-btn-disabled-color: #
|
|
3374
|
+
--cui-btn-disabled-color: #8a93a2;
|
|
3481
3375
|
--cui-btn-disabled-border-color: transparent;
|
|
3482
3376
|
--cui-btn-box-shadow: none;
|
|
3483
3377
|
--cui-btn-focus-shadow-rgb: 75, 58, 223;
|
|
@@ -3501,259 +3395,6 @@ textarea.form-control-lg {
|
|
|
3501
3395
|
--cui-btn-border-radius: var(--cui-border-radius-sm);
|
|
3502
3396
|
}
|
|
3503
3397
|
|
|
3504
|
-
[data-coreui-theme=dark] .btn-primary {
|
|
3505
|
-
--cui-btn-color: #fff;
|
|
3506
|
-
--cui-btn-bg: #6b60ce;
|
|
3507
|
-
--cui-btn-border-color: #6b60ce;
|
|
3508
|
-
--cui-btn-hover-color: #080a0c;
|
|
3509
|
-
--cui-btn-hover-bg: #8178d5;
|
|
3510
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3511
|
-
--cui-btn-focus-shadow-rgb: 129, 120, 213;
|
|
3512
|
-
--cui-btn-active-color: #080a0c;
|
|
3513
|
-
--cui-btn-active-bg: #8980d8;
|
|
3514
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3515
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3516
|
-
--cui-btn-disabled-color: #fff;
|
|
3517
|
-
--cui-btn-disabled-bg: #6b60ce;
|
|
3518
|
-
--cui-btn-disabled-border-color: #6b60ce;
|
|
3519
|
-
}
|
|
3520
|
-
[data-coreui-theme=dark] .btn-secondary {
|
|
3521
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3522
|
-
--cui-btn-bg: #a6a7a8;
|
|
3523
|
-
--cui-btn-border-color: #a6a7a8;
|
|
3524
|
-
--cui-btn-hover-color: #080a0c;
|
|
3525
|
-
--cui-btn-hover-bg: #8d8e8f;
|
|
3526
|
-
--cui-btn-hover-border-color: #858686;
|
|
3527
|
-
--cui-btn-focus-shadow-rgb: 148, 150, 152;
|
|
3528
|
-
--cui-btn-active-color: #080a0c;
|
|
3529
|
-
--cui-btn-active-bg: #858686;
|
|
3530
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3531
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3532
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3533
|
-
--cui-btn-disabled-bg: #a6a7a8;
|
|
3534
|
-
--cui-btn-disabled-border-color: #a6a7a8;
|
|
3535
|
-
}
|
|
3536
|
-
[data-coreui-theme=dark] .btn-success {
|
|
3537
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3538
|
-
--cui-btn-bg: #3aad60;
|
|
3539
|
-
--cui-btn-border-color: #3aad60;
|
|
3540
|
-
--cui-btn-hover-color: #080a0c;
|
|
3541
|
-
--cui-btn-hover-bg: #319352;
|
|
3542
|
-
--cui-btn-hover-border-color: #2e8a4d;
|
|
3543
|
-
--cui-btn-focus-shadow-rgb: 55, 155, 90;
|
|
3544
|
-
--cui-btn-active-color: #fff;
|
|
3545
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3546
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3547
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3548
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3549
|
-
--cui-btn-disabled-bg: #3aad60;
|
|
3550
|
-
--cui-btn-disabled-border-color: #3aad60;
|
|
3551
|
-
}
|
|
3552
|
-
[data-coreui-theme=dark] .btn-danger {
|
|
3553
|
-
--cui-btn-color: #080a0c;
|
|
3554
|
-
--cui-btn-bg: #db5d5d;
|
|
3555
|
-
--cui-btn-border-color: #db5d5d;
|
|
3556
|
-
--cui-btn-hover-color: #080a0c;
|
|
3557
|
-
--cui-btn-hover-bg: #e07575;
|
|
3558
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3559
|
-
--cui-btn-focus-shadow-rgb: 187, 81, 81;
|
|
3560
|
-
--cui-btn-active-color: #080a0c;
|
|
3561
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3562
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3563
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3564
|
-
--cui-btn-disabled-color: #080a0c;
|
|
3565
|
-
--cui-btn-disabled-bg: #db5d5d;
|
|
3566
|
-
--cui-btn-disabled-border-color: #db5d5d;
|
|
3567
|
-
}
|
|
3568
|
-
[data-coreui-theme=dark] .btn-warning {
|
|
3569
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3570
|
-
--cui-btn-bg: #edad21;
|
|
3571
|
-
--cui-btn-border-color: #edad21;
|
|
3572
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3573
|
-
--cui-btn-hover-bg: #c9931c;
|
|
3574
|
-
--cui-btn-hover-border-color: #be8a1a;
|
|
3575
|
-
--cui-btn-focus-shadow-rgb: 209, 155, 36;
|
|
3576
|
-
--cui-btn-active-color: #080a0c;
|
|
3577
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3578
|
-
--cui-btn-active-border-color: #b28219;
|
|
3579
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3580
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3581
|
-
--cui-btn-disabled-bg: #edad21;
|
|
3582
|
-
--cui-btn-disabled-border-color: #edad21;
|
|
3583
|
-
}
|
|
3584
|
-
[data-coreui-theme=dark] .btn-info {
|
|
3585
|
-
--cui-btn-color: #080a0c;
|
|
3586
|
-
--cui-btn-bg: #3d99f5;
|
|
3587
|
-
--cui-btn-border-color: #3d99f5;
|
|
3588
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3589
|
-
--cui-btn-hover-bg: #5aa8f7;
|
|
3590
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3591
|
-
--cui-btn-focus-shadow-rgb: 53, 132, 210;
|
|
3592
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3593
|
-
--cui-btn-active-bg: #64adf7;
|
|
3594
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3595
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3596
|
-
--cui-btn-disabled-color: #080a0c;
|
|
3597
|
-
--cui-btn-disabled-bg: #3d99f5;
|
|
3598
|
-
--cui-btn-disabled-border-color: #3d99f5;
|
|
3599
|
-
}
|
|
3600
|
-
[data-coreui-theme=dark] .btn-outline-primary {
|
|
3601
|
-
--cui-btn-color: #6b60ce;
|
|
3602
|
-
--cui-btn-border-color: #6b60ce;
|
|
3603
|
-
--cui-btn-hover-color: #080a0c;
|
|
3604
|
-
--cui-btn-hover-bg: #8980d8;
|
|
3605
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3606
|
-
--cui-btn-focus-shadow-rgb: 107, 96, 206;
|
|
3607
|
-
--cui-btn-active-color: #080a0c;
|
|
3608
|
-
--cui-btn-active-bg: #8980d8;
|
|
3609
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3610
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3611
|
-
--cui-btn-disabled-color: #6b60ce;
|
|
3612
|
-
--cui-btn-disabled-bg: transparent;
|
|
3613
|
-
--cui-gradient: none;
|
|
3614
|
-
}
|
|
3615
|
-
[data-coreui-theme=dark] .btn-outline-secondary {
|
|
3616
|
-
--cui-btn-color: #a6a7a8;
|
|
3617
|
-
--cui-btn-border-color: #a6a7a8;
|
|
3618
|
-
--cui-btn-hover-color: #080a0c;
|
|
3619
|
-
--cui-btn-hover-bg: #858686;
|
|
3620
|
-
--cui-btn-hover-border-color: #7d7d7e;
|
|
3621
|
-
--cui-btn-focus-shadow-rgb: 166, 167, 168;
|
|
3622
|
-
--cui-btn-active-color: #080a0c;
|
|
3623
|
-
--cui-btn-active-bg: #858686;
|
|
3624
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3625
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3626
|
-
--cui-btn-disabled-color: #a6a7a8;
|
|
3627
|
-
--cui-btn-disabled-bg: transparent;
|
|
3628
|
-
--cui-gradient: none;
|
|
3629
|
-
}
|
|
3630
|
-
[data-coreui-theme=dark] .btn-outline-success {
|
|
3631
|
-
--cui-btn-color: #3aad60;
|
|
3632
|
-
--cui-btn-border-color: #3aad60;
|
|
3633
|
-
--cui-btn-hover-color: #080a0c;
|
|
3634
|
-
--cui-btn-hover-bg: #2e8a4d;
|
|
3635
|
-
--cui-btn-hover-border-color: #2c8248;
|
|
3636
|
-
--cui-btn-focus-shadow-rgb: 58, 173, 96;
|
|
3637
|
-
--cui-btn-active-color: #fff;
|
|
3638
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3639
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3640
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3641
|
-
--cui-btn-disabled-color: #3aad60;
|
|
3642
|
-
--cui-btn-disabled-bg: transparent;
|
|
3643
|
-
--cui-gradient: none;
|
|
3644
|
-
}
|
|
3645
|
-
[data-coreui-theme=dark] .btn-outline-danger {
|
|
3646
|
-
--cui-btn-color: #db5d5d;
|
|
3647
|
-
--cui-btn-border-color: #db5d5d;
|
|
3648
|
-
--cui-btn-hover-color: #080a0c;
|
|
3649
|
-
--cui-btn-hover-bg: #e27d7d;
|
|
3650
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3651
|
-
--cui-btn-focus-shadow-rgb: 219, 93, 93;
|
|
3652
|
-
--cui-btn-active-color: #080a0c;
|
|
3653
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3654
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3655
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3656
|
-
--cui-btn-disabled-color: #db5d5d;
|
|
3657
|
-
--cui-btn-disabled-bg: transparent;
|
|
3658
|
-
--cui-gradient: none;
|
|
3659
|
-
}
|
|
3660
|
-
[data-coreui-theme=dark] .btn-outline-warning {
|
|
3661
|
-
--cui-btn-color: #edad21;
|
|
3662
|
-
--cui-btn-border-color: #edad21;
|
|
3663
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3664
|
-
--cui-btn-hover-bg: #be8a1a;
|
|
3665
|
-
--cui-btn-hover-border-color: #b28219;
|
|
3666
|
-
--cui-btn-focus-shadow-rgb: 237, 173, 33;
|
|
3667
|
-
--cui-btn-active-color: #080a0c;
|
|
3668
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3669
|
-
--cui-btn-active-border-color: #b28219;
|
|
3670
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3671
|
-
--cui-btn-disabled-color: #edad21;
|
|
3672
|
-
--cui-btn-disabled-bg: transparent;
|
|
3673
|
-
--cui-gradient: none;
|
|
3674
|
-
}
|
|
3675
|
-
[data-coreui-theme=dark] .btn-outline-info {
|
|
3676
|
-
--cui-btn-color: #3d99f5;
|
|
3677
|
-
--cui-btn-border-color: #3d99f5;
|
|
3678
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3679
|
-
--cui-btn-hover-bg: #64adf7;
|
|
3680
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3681
|
-
--cui-btn-focus-shadow-rgb: 61, 153, 245;
|
|
3682
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3683
|
-
--cui-btn-active-bg: #64adf7;
|
|
3684
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3685
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3686
|
-
--cui-btn-disabled-color: #3d99f5;
|
|
3687
|
-
--cui-btn-disabled-bg: transparent;
|
|
3688
|
-
--cui-gradient: none;
|
|
3689
|
-
}
|
|
3690
|
-
[data-coreui-theme=dark] .btn-ghost-primary {
|
|
3691
|
-
--cui-btn-color: #6b60ce;
|
|
3692
|
-
--cui-btn-hover-bg: #8178d5;
|
|
3693
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3694
|
-
--cui-btn-hover-color: #080a0c;
|
|
3695
|
-
--cui-btn-active-bg: #8980d8;
|
|
3696
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3697
|
-
--cui-btn-active-color: #080a0c;
|
|
3698
|
-
--cui-btn-disabled-color: #6b60ce;
|
|
3699
|
-
--cui-btn-shadow: rgba(107, 96, 206, 0.5);
|
|
3700
|
-
}
|
|
3701
|
-
[data-coreui-theme=dark] .btn-ghost-secondary {
|
|
3702
|
-
--cui-btn-color: #a6a7a8;
|
|
3703
|
-
--cui-btn-hover-bg: #8d8e8f;
|
|
3704
|
-
--cui-btn-hover-border-color: #858686;
|
|
3705
|
-
--cui-btn-hover-color: #080a0c;
|
|
3706
|
-
--cui-btn-active-bg: #858686;
|
|
3707
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3708
|
-
--cui-btn-active-color: #080a0c;
|
|
3709
|
-
--cui-btn-disabled-color: #a6a7a8;
|
|
3710
|
-
--cui-btn-shadow: rgba(166, 167, 168, 0.5);
|
|
3711
|
-
}
|
|
3712
|
-
[data-coreui-theme=dark] .btn-ghost-success {
|
|
3713
|
-
--cui-btn-color: #3aad60;
|
|
3714
|
-
--cui-btn-hover-bg: #319352;
|
|
3715
|
-
--cui-btn-hover-border-color: #2e8a4d;
|
|
3716
|
-
--cui-btn-hover-color: #080a0c;
|
|
3717
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3718
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3719
|
-
--cui-btn-active-color: #fff;
|
|
3720
|
-
--cui-btn-disabled-color: #3aad60;
|
|
3721
|
-
--cui-btn-shadow: rgba(58, 173, 96, 0.5);
|
|
3722
|
-
}
|
|
3723
|
-
[data-coreui-theme=dark] .btn-ghost-danger {
|
|
3724
|
-
--cui-btn-color: #db5d5d;
|
|
3725
|
-
--cui-btn-hover-bg: #e07575;
|
|
3726
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3727
|
-
--cui-btn-hover-color: #080a0c;
|
|
3728
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3729
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3730
|
-
--cui-btn-active-color: #080a0c;
|
|
3731
|
-
--cui-btn-disabled-color: #db5d5d;
|
|
3732
|
-
--cui-btn-shadow: rgba(219, 93, 93, 0.5);
|
|
3733
|
-
}
|
|
3734
|
-
[data-coreui-theme=dark] .btn-ghost-warning {
|
|
3735
|
-
--cui-btn-color: #edad21;
|
|
3736
|
-
--cui-btn-hover-bg: #c9931c;
|
|
3737
|
-
--cui-btn-hover-border-color: #be8a1a;
|
|
3738
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3739
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3740
|
-
--cui-btn-active-border-color: #b28219;
|
|
3741
|
-
--cui-btn-active-color: #080a0c;
|
|
3742
|
-
--cui-btn-disabled-color: #edad21;
|
|
3743
|
-
--cui-btn-shadow: rgba(237, 173, 33, 0.5);
|
|
3744
|
-
}
|
|
3745
|
-
[data-coreui-theme=dark] .btn-ghost-info {
|
|
3746
|
-
--cui-btn-color: #3d99f5;
|
|
3747
|
-
--cui-btn-hover-bg: #5aa8f7;
|
|
3748
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3749
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3750
|
-
--cui-btn-active-bg: #64adf7;
|
|
3751
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3752
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3753
|
-
--cui-btn-disabled-color: #3d99f5;
|
|
3754
|
-
--cui-btn-shadow: rgba(61, 153, 245, 0.5);
|
|
3755
|
-
}
|
|
3756
|
-
|
|
3757
3398
|
.fade {
|
|
3758
3399
|
transition: opacity 0.15s linear;
|
|
3759
3400
|
}
|
|
@@ -3832,7 +3473,7 @@ textarea.form-control-lg {
|
|
|
3832
3473
|
--cui-dropdown-inner-border-radius: calc(var(--cui-border-radius) - var(--cui-border-width));
|
|
3833
3474
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
3834
3475
|
--cui-dropdown-divider-margin-y: 0.5rem;
|
|
3835
|
-
--cui-dropdown-box-shadow:
|
|
3476
|
+
--cui-dropdown-box-shadow: var(--cui-box-shadow);
|
|
3836
3477
|
--cui-dropdown-link-color: var(--cui-body-color);
|
|
3837
3478
|
--cui-dropdown-link-hover-color: var(--cui-body-color);
|
|
3838
3479
|
--cui-dropdown-link-hover-bg: var(--cui-tertiary-bg);
|
|
@@ -3841,7 +3482,7 @@ textarea.form-control-lg {
|
|
|
3841
3482
|
--cui-dropdown-link-disabled-color: var(--cui-tertiary-color);
|
|
3842
3483
|
--cui-dropdown-item-padding-x: 1rem;
|
|
3843
3484
|
--cui-dropdown-item-padding-y: 0.25rem;
|
|
3844
|
-
--cui-dropdown-header-color: #
|
|
3485
|
+
--cui-dropdown-header-color: #8a93a2;
|
|
3845
3486
|
--cui-dropdown-header-padding-x: 1rem;
|
|
3846
3487
|
--cui-dropdown-header-padding-y: 0.5rem;
|
|
3847
3488
|
position: absolute;
|
|
@@ -4088,18 +3729,18 @@ textarea.form-control-lg {
|
|
|
4088
3729
|
}
|
|
4089
3730
|
|
|
4090
3731
|
.dropdown-menu-dark {
|
|
4091
|
-
--cui-dropdown-color: #
|
|
4092
|
-
--cui-dropdown-bg: #
|
|
3732
|
+
--cui-dropdown-color: #c4c9d0;
|
|
3733
|
+
--cui-dropdown-bg: #636f83;
|
|
4093
3734
|
--cui-dropdown-border-color: var(--cui-border-color-translucent);
|
|
4094
3735
|
--cui-dropdown-box-shadow: ;
|
|
4095
|
-
--cui-dropdown-link-color: #
|
|
4096
|
-
--cui-dropdown-link-hover-color:
|
|
3736
|
+
--cui-dropdown-link-color: #c4c9d0;
|
|
3737
|
+
--cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87);
|
|
4097
3738
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
4098
3739
|
--cui-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
|
|
4099
3740
|
--cui-dropdown-link-active-color: rgba(255, 255, 255, 0.87);
|
|
4100
3741
|
--cui-dropdown-link-active-bg: #321fdb;
|
|
4101
|
-
--cui-dropdown-link-disabled-color: #
|
|
4102
|
-
--cui-dropdown-header-color: #
|
|
3742
|
+
--cui-dropdown-link-disabled-color: #9da5b1;
|
|
3743
|
+
--cui-dropdown-header-color: #9da5b1;
|
|
4103
3744
|
}
|
|
4104
3745
|
|
|
4105
3746
|
.btn-group,
|
|
@@ -4239,7 +3880,7 @@ textarea.form-control-lg {
|
|
|
4239
3880
|
outline: 0;
|
|
4240
3881
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4241
3882
|
}
|
|
4242
|
-
.nav-link.disabled {
|
|
3883
|
+
.nav-link.disabled, .nav-link:disabled {
|
|
4243
3884
|
color: var(--cui-nav-link-disabled-color);
|
|
4244
3885
|
pointer-events: none;
|
|
4245
3886
|
cursor: default;
|
|
@@ -4257,7 +3898,6 @@ textarea.form-control-lg {
|
|
|
4257
3898
|
}
|
|
4258
3899
|
.nav-tabs .nav-link {
|
|
4259
3900
|
margin-bottom: calc(-1 * var(--cui-nav-tabs-border-width));
|
|
4260
|
-
background: none;
|
|
4261
3901
|
border: var(--cui-nav-tabs-border-width) solid transparent;
|
|
4262
3902
|
border-top-left-radius: var(--cui-nav-tabs-border-radius);
|
|
4263
3903
|
border-top-right-radius: var(--cui-nav-tabs-border-radius);
|
|
@@ -4266,11 +3906,6 @@ textarea.form-control-lg {
|
|
|
4266
3906
|
isolation: isolate;
|
|
4267
3907
|
border-color: var(--cui-nav-tabs-link-hover-border-color);
|
|
4268
3908
|
}
|
|
4269
|
-
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
|
|
4270
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4271
|
-
background-color: transparent;
|
|
4272
|
-
border-color: transparent;
|
|
4273
|
-
}
|
|
4274
3909
|
.nav-tabs .nav-link.active,
|
|
4275
3910
|
.nav-tabs .nav-item.show .nav-link {
|
|
4276
3911
|
color: var(--cui-nav-tabs-link-active-color);
|
|
@@ -4289,15 +3924,8 @@ textarea.form-control-lg {
|
|
|
4289
3924
|
--cui-nav-pills-link-active-bg: #321fdb;
|
|
4290
3925
|
}
|
|
4291
3926
|
.nav-pills .nav-link {
|
|
4292
|
-
background: none;
|
|
4293
|
-
border: 0;
|
|
4294
3927
|
border-radius: var(--cui-nav-pills-border-radius);
|
|
4295
3928
|
}
|
|
4296
|
-
.nav-pills .nav-link:disabled {
|
|
4297
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4298
|
-
background-color: transparent;
|
|
4299
|
-
border-color: transparent;
|
|
4300
|
-
}
|
|
4301
3929
|
.nav-pills .nav-link.active,
|
|
4302
3930
|
.nav-pills .show > .nav-link {
|
|
4303
3931
|
color: var(--cui-nav-pills-link-active-color);
|
|
@@ -4345,7 +3973,7 @@ textarea.form-control-lg {
|
|
|
4345
3973
|
--cui-navbar-toggler-padding-y: 0.25rem;
|
|
4346
3974
|
--cui-navbar-toggler-padding-x: 0.75rem;
|
|
4347
3975
|
--cui-navbar-toggler-font-size: 1.25rem;
|
|
4348
|
-
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%
|
|
3976
|
+
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844, 56, 74, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4349
3977
|
--cui-navbar-toggler-border-color: rgba(var(--cui-emphasis-color-rgb), 0.15);
|
|
4350
3978
|
--cui-navbar-toggler-border-radius: var(--cui-border-radius);
|
|
4351
3979
|
--cui-navbar-toggler-focus-width: 0.25rem;
|
|
@@ -4746,8 +4374,7 @@ textarea.form-control-lg {
|
|
|
4746
4374
|
overflow-y: visible;
|
|
4747
4375
|
}
|
|
4748
4376
|
|
|
4749
|
-
.navbar-dark
|
|
4750
|
-
.navbar[data-coreui-theme=dark] {
|
|
4377
|
+
.navbar-dark {
|
|
4751
4378
|
--cui-navbar-color: rgba(255, 255, 255, 0.55);
|
|
4752
4379
|
--cui-navbar-hover-color: rgba(255, 255, 255, 0.75);
|
|
4753
4380
|
--cui-navbar-disabled-color: rgba(255, 255, 255, 0.25);
|
|
@@ -4758,10 +4385,6 @@ textarea.form-control-lg {
|
|
|
4758
4385
|
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4759
4386
|
}
|
|
4760
4387
|
|
|
4761
|
-
[data-coreui-theme=dark] .navbar-toggler-icon {
|
|
4762
|
-
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4763
|
-
}
|
|
4764
|
-
|
|
4765
4388
|
.card {
|
|
4766
4389
|
--cui-card-spacer-y: 1rem;
|
|
4767
4390
|
--cui-card-spacer-x: 1rem;
|
|
@@ -4961,17 +4584,17 @@ textarea.form-control-lg {
|
|
|
4961
4584
|
--cui-accordion-btn-padding-y: 1rem;
|
|
4962
4585
|
--cui-accordion-btn-color: var(--cui-body-color);
|
|
4963
4586
|
--cui-accordion-btn-bg: var(--cui-accordion-bg);
|
|
4964
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='
|
|
4587
|
+
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--cui-body-color%29'%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-.708z'/%3e%3c/svg%3e");
|
|
4965
4588
|
--cui-accordion-btn-icon-width: 1.25rem;
|
|
4966
4589
|
--cui-accordion-btn-icon-transform: rotate(-180deg);
|
|
4967
4590
|
--cui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4968
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
4591
|
+
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d1cc5'%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-.708z'/%3e%3c/svg%3e");
|
|
4969
4592
|
--cui-accordion-btn-focus-border-color: #998fed;
|
|
4970
4593
|
--cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4971
4594
|
--cui-accordion-body-padding-x: 1.25rem;
|
|
4972
4595
|
--cui-accordion-body-padding-y: 1rem;
|
|
4973
|
-
--cui-accordion-active-color:
|
|
4974
|
-
--cui-accordion-active-bg:
|
|
4596
|
+
--cui-accordion-active-color: #2d1cc5;
|
|
4597
|
+
--cui-accordion-active-bg: #ebe9fb;
|
|
4975
4598
|
}
|
|
4976
4599
|
|
|
4977
4600
|
.accordion-button {
|
|
@@ -5084,11 +4707,6 @@ textarea.form-control-lg {
|
|
|
5084
4707
|
border-radius: 0;
|
|
5085
4708
|
}
|
|
5086
4709
|
|
|
5087
|
-
[data-coreui-theme=dark] .accordion-button::after {
|
|
5088
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23aab3c5'%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-.708z'/%3e%3c/svg%3e");
|
|
5089
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f1498'%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-.708z'/%3e%3c/svg%3e");
|
|
5090
|
-
}
|
|
5091
|
-
|
|
5092
4710
|
.breadcrumb {
|
|
5093
4711
|
--cui-breadcrumb-padding-x: 0;
|
|
5094
4712
|
--cui-breadcrumb-padding-y: 0;
|
|
@@ -5220,7 +4838,7 @@ textarea.form-control-lg {
|
|
|
5220
4838
|
--cui-badge-padding-y: 0.35em;
|
|
5221
4839
|
--cui-badge-font-size: 0.75em;
|
|
5222
4840
|
--cui-badge-font-weight: 700;
|
|
5223
|
-
--cui-badge-color:
|
|
4841
|
+
--cui-badge-color: rgba(255, 255, 255, 0.87);
|
|
5224
4842
|
--cui-badge-border-radius: var(--cui-border-radius);
|
|
5225
4843
|
display: inline-block;
|
|
5226
4844
|
padding: var(--cui-badge-padding-y) var(--cui-badge-padding-x);
|
|
@@ -5288,59 +4906,59 @@ textarea.form-control-lg {
|
|
|
5288
4906
|
}
|
|
5289
4907
|
|
|
5290
4908
|
.alert-primary {
|
|
5291
|
-
--cui-alert-color:
|
|
5292
|
-
--cui-alert-bg:
|
|
5293
|
-
--cui-alert-border-color:
|
|
5294
|
-
--cui-alert-link-color:
|
|
4909
|
+
--cui-alert-color: #1e1383;
|
|
4910
|
+
--cui-alert-bg: #d6d2f8;
|
|
4911
|
+
--cui-alert-border-color: #c2bcf4;
|
|
4912
|
+
--cui-alert-link-color: #180f69;
|
|
5295
4913
|
}
|
|
5296
4914
|
|
|
5297
4915
|
.alert-secondary {
|
|
5298
|
-
--cui-alert-color:
|
|
5299
|
-
--cui-alert-bg:
|
|
5300
|
-
--cui-alert-border-color:
|
|
5301
|
-
--cui-alert-link-color:
|
|
4916
|
+
--cui-alert-color: #5e636a;
|
|
4917
|
+
--cui-alert-bg: #ebedef;
|
|
4918
|
+
--cui-alert-border-color: #e2e4e8;
|
|
4919
|
+
--cui-alert-link-color: #4b4f55;
|
|
5302
4920
|
}
|
|
5303
4921
|
|
|
5304
4922
|
.alert-success {
|
|
5305
|
-
--cui-alert-color:
|
|
5306
|
-
--cui-alert-bg:
|
|
5307
|
-
--cui-alert-border-color:
|
|
5308
|
-
--cui-alert-link-color:
|
|
4923
|
+
--cui-alert-color: #1c6e37;
|
|
4924
|
+
--cui-alert-bg: #d5f1de;
|
|
4925
|
+
--cui-alert-border-color: #c0eace;
|
|
4926
|
+
--cui-alert-link-color: #16582c;
|
|
5309
4927
|
}
|
|
5310
4928
|
|
|
5311
4929
|
.alert-info {
|
|
5312
|
-
--cui-alert-color:
|
|
5313
|
-
--cui-alert-bg:
|
|
5314
|
-
--cui-alert-border-color:
|
|
5315
|
-
--cui-alert-link-color:
|
|
4930
|
+
--cui-alert-color: #1f5c99;
|
|
4931
|
+
--cui-alert-bg: #d6ebff;
|
|
4932
|
+
--cui-alert-border-color: #c2e0ff;
|
|
4933
|
+
--cui-alert-link-color: #194a7a;
|
|
5316
4934
|
}
|
|
5317
4935
|
|
|
5318
4936
|
.alert-warning {
|
|
5319
|
-
--cui-alert-color:
|
|
5320
|
-
--cui-alert-bg:
|
|
5321
|
-
--cui-alert-border-color:
|
|
5322
|
-
--cui-alert-link-color:
|
|
4937
|
+
--cui-alert-color: #956a0d;
|
|
4938
|
+
--cui-alert-bg: #feefd0;
|
|
4939
|
+
--cui-alert-border-color: #fde8b9;
|
|
4940
|
+
--cui-alert-link-color: #77550a;
|
|
5323
4941
|
}
|
|
5324
4942
|
|
|
5325
4943
|
.alert-danger {
|
|
5326
|
-
--cui-alert-color:
|
|
5327
|
-
--cui-alert-bg:
|
|
5328
|
-
--cui-alert-border-color:
|
|
5329
|
-
--cui-alert-link-color:
|
|
4944
|
+
--cui-alert-color: #893232;
|
|
4945
|
+
--cui-alert-bg: #fadddd;
|
|
4946
|
+
--cui-alert-border-color: #f7cbcb;
|
|
4947
|
+
--cui-alert-link-color: #6e2828;
|
|
5330
4948
|
}
|
|
5331
4949
|
|
|
5332
4950
|
.alert-light {
|
|
5333
|
-
--cui-alert-color:
|
|
5334
|
-
--cui-alert-bg:
|
|
5335
|
-
--cui-alert-border-color:
|
|
5336
|
-
--cui-alert-link-color:
|
|
4951
|
+
--cui-alert-color: #8d8e8f;
|
|
4952
|
+
--cui-alert-bg: #fbfbfc;
|
|
4953
|
+
--cui-alert-border-color: #f9fafa;
|
|
4954
|
+
--cui-alert-link-color: #717272;
|
|
5337
4955
|
}
|
|
5338
4956
|
|
|
5339
4957
|
.alert-dark {
|
|
5340
|
-
--cui-alert-color:
|
|
5341
|
-
--cui-alert-bg:
|
|
5342
|
-
--cui-alert-border-color:
|
|
5343
|
-
--cui-alert-link-color:
|
|
4958
|
+
--cui-alert-color: #2f3845;
|
|
4959
|
+
--cui-alert-bg: #dcdfe3;
|
|
4960
|
+
--cui-alert-border-color: #caced5;
|
|
4961
|
+
--cui-alert-link-color: #262d37;
|
|
5344
4962
|
}
|
|
5345
4963
|
|
|
5346
4964
|
@keyframes progress-bar-stripes {
|
|
@@ -5355,7 +4973,7 @@ textarea.form-control-lg {
|
|
|
5355
4973
|
--cui-progress-bg: var(--cui-secondary-bg);
|
|
5356
4974
|
--cui-progress-border-radius: var(--cui-border-radius);
|
|
5357
4975
|
--cui-progress-box-shadow: var(--cui-box-shadow-inset);
|
|
5358
|
-
--cui-progress-bar-color:
|
|
4976
|
+
--cui-progress-bar-color: rgba(255, 255, 255, 0.87);
|
|
5359
4977
|
--cui-progress-bar-bg: var(--cui-primary);
|
|
5360
4978
|
--cui-progress-bar-transition: width 0.6s ease;
|
|
5361
4979
|
display: flex;
|
|
@@ -5686,112 +5304,88 @@ textarea.form-control-lg {
|
|
|
5686
5304
|
}
|
|
5687
5305
|
|
|
5688
5306
|
.list-group-item-primary {
|
|
5689
|
-
--cui-list-group-color:
|
|
5690
|
-
--cui-list-group-bg:
|
|
5691
|
-
--cui-list-group-
|
|
5692
|
-
--cui-list-group-action-hover-color:
|
|
5693
|
-
--cui-list-group-action-
|
|
5694
|
-
--cui-list-group-action-active-
|
|
5695
|
-
--cui-list-group-action-active-
|
|
5696
|
-
--cui-list-group-active-color: var(--cui-primary-bg-subtle);
|
|
5697
|
-
--cui-list-group-active-bg: var(--cui-primary-text-emphasis);
|
|
5698
|
-
--cui-list-group-active-border-color: var(--cui-primary-text-emphasis);
|
|
5307
|
+
--cui-list-group-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5308
|
+
--cui-list-group-bg: #d6d2f8;
|
|
5309
|
+
--cui-list-group-hover-bg: #2d1cc5;
|
|
5310
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5311
|
+
--cui-list-group-action-active-color: #fff;
|
|
5312
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5313
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5699
5314
|
}
|
|
5700
5315
|
|
|
5701
5316
|
.list-group-item-secondary {
|
|
5702
|
-
--cui-list-group-color:
|
|
5703
|
-
--cui-list-group-bg:
|
|
5704
|
-
--cui-list-group-
|
|
5705
|
-
--cui-list-group-action-hover-color:
|
|
5706
|
-
--cui-list-group-action-
|
|
5707
|
-
--cui-list-group-action-active-
|
|
5708
|
-
--cui-list-group-action-active-
|
|
5709
|
-
--cui-list-group-active-color: var(--cui-secondary-bg-subtle);
|
|
5710
|
-
--cui-list-group-active-bg: var(--cui-secondary-text-emphasis);
|
|
5711
|
-
--cui-list-group-active-border-color: var(--cui-secondary-text-emphasis);
|
|
5317
|
+
--cui-list-group-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5318
|
+
--cui-list-group-bg: #ebedef;
|
|
5319
|
+
--cui-list-group-hover-bg: #8d959f;
|
|
5320
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5321
|
+
--cui-list-group-action-active-color: #fff;
|
|
5322
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5323
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5712
5324
|
}
|
|
5713
5325
|
|
|
5714
5326
|
.list-group-item-success {
|
|
5715
|
-
--cui-list-group-color:
|
|
5716
|
-
--cui-list-group-bg:
|
|
5717
|
-
--cui-list-group-
|
|
5718
|
-
--cui-list-group-action-hover-color:
|
|
5719
|
-
--cui-list-group-action-
|
|
5720
|
-
--cui-list-group-action-active-
|
|
5721
|
-
--cui-list-group-action-active-
|
|
5722
|
-
--cui-list-group-active-color: var(--cui-success-bg-subtle);
|
|
5723
|
-
--cui-list-group-active-bg: var(--cui-success-text-emphasis);
|
|
5724
|
-
--cui-list-group-active-border-color: var(--cui-success-text-emphasis);
|
|
5327
|
+
--cui-list-group-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5328
|
+
--cui-list-group-bg: #d5f1de;
|
|
5329
|
+
--cui-list-group-hover-bg: #29a653;
|
|
5330
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5331
|
+
--cui-list-group-action-active-color: #fff;
|
|
5332
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5333
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5725
5334
|
}
|
|
5726
5335
|
|
|
5727
|
-
.list-group-item-
|
|
5728
|
-
--cui-list-group-color:
|
|
5729
|
-
--cui-list-group-bg:
|
|
5730
|
-
--cui-list-group-
|
|
5731
|
-
--cui-list-group-action-hover-color:
|
|
5732
|
-
--cui-list-group-action-
|
|
5733
|
-
--cui-list-group-action-active-
|
|
5734
|
-
--cui-list-group-action-active-
|
|
5735
|
-
--cui-list-group-active-color: var(--cui-info-bg-subtle);
|
|
5736
|
-
--cui-list-group-active-bg: var(--cui-info-text-emphasis);
|
|
5737
|
-
--cui-list-group-active-border-color: var(--cui-info-text-emphasis);
|
|
5336
|
+
.list-group-item-danger {
|
|
5337
|
+
--cui-list-group-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5338
|
+
--cui-list-group-bg: #fadddd;
|
|
5339
|
+
--cui-list-group-hover-bg: #ce4b4b;
|
|
5340
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5341
|
+
--cui-list-group-action-active-color: #fff;
|
|
5342
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5343
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5738
5344
|
}
|
|
5739
5345
|
|
|
5740
5346
|
.list-group-item-warning {
|
|
5741
|
-
--cui-list-group-color:
|
|
5742
|
-
--cui-list-group-bg:
|
|
5743
|
-
--cui-list-group-
|
|
5744
|
-
--cui-list-group-action-hover-color:
|
|
5745
|
-
--cui-list-group-action-
|
|
5746
|
-
--cui-list-group-action-active-
|
|
5747
|
-
--cui-list-group-action-active-
|
|
5748
|
-
--cui-list-group-active-color: var(--cui-warning-bg-subtle);
|
|
5749
|
-
--cui-list-group-active-bg: var(--cui-warning-text-emphasis);
|
|
5750
|
-
--cui-list-group-active-border-color: var(--cui-warning-text-emphasis);
|
|
5347
|
+
--cui-list-group-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5348
|
+
--cui-list-group-bg: #feefd0;
|
|
5349
|
+
--cui-list-group-hover-bg: #e09f13;
|
|
5350
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5351
|
+
--cui-list-group-action-active-color: #fff;
|
|
5352
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5353
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5751
5354
|
}
|
|
5752
5355
|
|
|
5753
|
-
.list-group-item-
|
|
5754
|
-
--cui-list-group-color:
|
|
5755
|
-
--cui-list-group-bg:
|
|
5756
|
-
--cui-list-group-
|
|
5757
|
-
--cui-list-group-action-hover-color:
|
|
5758
|
-
--cui-list-group-action-
|
|
5759
|
-
--cui-list-group-action-active-
|
|
5760
|
-
--cui-list-group-action-active-
|
|
5761
|
-
--cui-list-group-active-color: var(--cui-danger-bg-subtle);
|
|
5762
|
-
--cui-list-group-active-bg: var(--cui-danger-text-emphasis);
|
|
5763
|
-
--cui-list-group-active-border-color: var(--cui-danger-text-emphasis);
|
|
5356
|
+
.list-group-item-info {
|
|
5357
|
+
--cui-list-group-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5358
|
+
--cui-list-group-bg: #d6ebff;
|
|
5359
|
+
--cui-list-group-hover-bg: #2e8ae6;
|
|
5360
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5361
|
+
--cui-list-group-action-active-color: #fff;
|
|
5362
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5363
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5764
5364
|
}
|
|
5765
5365
|
|
|
5766
5366
|
.list-group-item-light {
|
|
5767
|
-
--cui-list-group-color:
|
|
5768
|
-
--cui-list-group-bg:
|
|
5769
|
-
--cui-list-group-
|
|
5770
|
-
--cui-list-group-action-hover-color:
|
|
5771
|
-
--cui-list-group-action-
|
|
5772
|
-
--cui-list-group-action-active-
|
|
5773
|
-
--cui-list-group-action-active-
|
|
5774
|
-
--cui-list-group-active-color: var(--cui-light-bg-subtle);
|
|
5775
|
-
--cui-list-group-active-bg: var(--cui-light-text-emphasis);
|
|
5776
|
-
--cui-list-group-active-border-color: var(--cui-light-text-emphasis);
|
|
5367
|
+
--cui-list-group-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5368
|
+
--cui-list-group-bg: #fbfbfc;
|
|
5369
|
+
--cui-list-group-hover-bg: #d4d5d7;
|
|
5370
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5371
|
+
--cui-list-group-action-active-color: #fff;
|
|
5372
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5373
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5777
5374
|
}
|
|
5778
5375
|
|
|
5779
5376
|
.list-group-item-dark {
|
|
5780
|
-
--cui-list-group-color:
|
|
5781
|
-
--cui-list-group-bg:
|
|
5782
|
-
--cui-list-group-
|
|
5783
|
-
--cui-list-group-action-hover-color:
|
|
5784
|
-
--cui-list-group-action-
|
|
5785
|
-
--cui-list-group-action-active-
|
|
5786
|
-
--cui-list-group-action-active-
|
|
5787
|
-
--cui-list-group-active-color: var(--cui-dark-bg-subtle);
|
|
5788
|
-
--cui-list-group-active-bg: var(--cui-dark-text-emphasis);
|
|
5789
|
-
--cui-list-group-active-border-color: var(--cui-dark-text-emphasis);
|
|
5377
|
+
--cui-list-group-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5378
|
+
--cui-list-group-bg: #dcdfe3;
|
|
5379
|
+
--cui-list-group-hover-bg: #475468;
|
|
5380
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5381
|
+
--cui-list-group-action-active-color: #fff;
|
|
5382
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5383
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5790
5384
|
}
|
|
5791
5385
|
|
|
5792
5386
|
.btn-close {
|
|
5793
|
-
--cui-btn-close-color:
|
|
5794
|
-
--cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5387
|
+
--cui-btn-close-color: rgba(44, 56, 74, 0.95);
|
|
5388
|
+
--cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
|
|
5795
5389
|
--cui-btn-close-opacity: 0.5;
|
|
5796
5390
|
--cui-btn-close-hover-opacity: 0.75;
|
|
5797
5391
|
--cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
@@ -5830,10 +5424,6 @@ textarea.form-control-lg {
|
|
|
5830
5424
|
filter: var(--cui-btn-close-white-filter);
|
|
5831
5425
|
}
|
|
5832
5426
|
|
|
5833
|
-
[data-coreui-theme=dark] .btn-close {
|
|
5834
|
-
filter: var(--cui-btn-close-white-filter);
|
|
5835
|
-
}
|
|
5836
|
-
|
|
5837
5427
|
.toast {
|
|
5838
5428
|
--cui-toast-zindex: 1090;
|
|
5839
5429
|
--cui-toast-padding-x: 0.75rem;
|
|
@@ -5913,7 +5503,7 @@ textarea.form-control-lg {
|
|
|
5913
5503
|
--cui-modal-border-color: var(--cui-border-color-translucent);
|
|
5914
5504
|
--cui-modal-border-width: var(--cui-border-width);
|
|
5915
5505
|
--cui-modal-border-radius: var(--cui-border-radius-lg);
|
|
5916
|
-
--cui-modal-box-shadow:
|
|
5506
|
+
--cui-modal-box-shadow: var(--cui-box-shadow-sm);
|
|
5917
5507
|
--cui-modal-inner-border-radius: calc(var(--cui-border-radius-lg) - (var(--cui-border-width)));
|
|
5918
5508
|
--cui-modal-header-padding-x: 1rem;
|
|
5919
5509
|
--cui-modal-header-padding-y: 1rem;
|
|
@@ -5992,7 +5582,7 @@ textarea.form-control-lg {
|
|
|
5992
5582
|
|
|
5993
5583
|
.modal-backdrop {
|
|
5994
5584
|
--cui-backdrop-zindex: 1050;
|
|
5995
|
-
--cui-backdrop-bg: #
|
|
5585
|
+
--cui-backdrop-bg: #000015;
|
|
5996
5586
|
--cui-backdrop-opacity: 0.5;
|
|
5997
5587
|
position: fixed;
|
|
5998
5588
|
top: 0;
|
|
@@ -6054,7 +5644,7 @@ textarea.form-control-lg {
|
|
|
6054
5644
|
@media (min-width: 576px) {
|
|
6055
5645
|
.modal {
|
|
6056
5646
|
--cui-modal-margin: 1.75rem;
|
|
6057
|
-
--cui-modal-box-shadow:
|
|
5647
|
+
--cui-modal-box-shadow: var(--cui-box-shadow);
|
|
6058
5648
|
}
|
|
6059
5649
|
.modal-dialog {
|
|
6060
5650
|
max-width: var(--cui-modal-width);
|
|
@@ -6306,7 +5896,7 @@ textarea.form-control-lg {
|
|
|
6306
5896
|
--cui-popover-border-color: var(--cui-border-color-translucent);
|
|
6307
5897
|
--cui-popover-border-radius: var(--cui-border-radius-lg);
|
|
6308
5898
|
--cui-popover-inner-border-radius: calc(var(--cui-border-radius-lg) - var(--cui-border-width));
|
|
6309
|
-
--cui-popover-box-shadow:
|
|
5899
|
+
--cui-popover-box-shadow: var(--cui-box-shadow);
|
|
6310
5900
|
--cui-popover-header-padding-x: 1rem;
|
|
6311
5901
|
--cui-popover-header-padding-y: 0.5rem;
|
|
6312
5902
|
--cui-popover-header-font-size: 1rem;
|
|
@@ -6539,7 +6129,7 @@ textarea.form-control-lg {
|
|
|
6539
6129
|
justify-content: center;
|
|
6540
6130
|
width: 15%;
|
|
6541
6131
|
padding: 0;
|
|
6542
|
-
color:
|
|
6132
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6543
6133
|
text-align: center;
|
|
6544
6134
|
background: none;
|
|
6545
6135
|
border: 0;
|
|
@@ -6555,7 +6145,7 @@ textarea.form-control-lg {
|
|
|
6555
6145
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6556
6146
|
.carousel-control-next:hover,
|
|
6557
6147
|
.carousel-control-next:focus {
|
|
6558
|
-
color:
|
|
6148
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6559
6149
|
text-decoration: none;
|
|
6560
6150
|
outline: 0;
|
|
6561
6151
|
opacity: 0.9;
|
|
@@ -6588,11 +6178,11 @@ textarea.form-control-lg {
|
|
|
6588
6178
|
} ]
|
|
6589
6179
|
} */
|
|
6590
6180
|
.carousel-control-prev-icon {
|
|
6591
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
6181
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
|
|
6592
6182
|
}
|
|
6593
6183
|
|
|
6594
6184
|
.carousel-control-next-icon {
|
|
6595
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
6185
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
6596
6186
|
}
|
|
6597
6187
|
|
|
6598
6188
|
.carousel-indicators {
|
|
@@ -6607,6 +6197,7 @@ textarea.form-control-lg {
|
|
|
6607
6197
|
margin-right: 15%;
|
|
6608
6198
|
margin-bottom: 1rem;
|
|
6609
6199
|
margin-left: 15%;
|
|
6200
|
+
list-style: none;
|
|
6610
6201
|
}
|
|
6611
6202
|
.carousel-indicators [data-coreui-target] {
|
|
6612
6203
|
box-sizing: content-box;
|
|
@@ -6618,7 +6209,7 @@ textarea.form-control-lg {
|
|
|
6618
6209
|
margin-left: 3px;
|
|
6619
6210
|
text-indent: -999px;
|
|
6620
6211
|
cursor: pointer;
|
|
6621
|
-
background-color: #fff;
|
|
6212
|
+
background-color: var(--cui-carousel-indicator-active-bg, #fff);
|
|
6622
6213
|
background-clip: padding-box;
|
|
6623
6214
|
border: 0;
|
|
6624
6215
|
border-top: 10px solid transparent;
|
|
@@ -6642,31 +6233,23 @@ textarea.form-control-lg {
|
|
|
6642
6233
|
left: 15%;
|
|
6643
6234
|
padding-top: 1.25rem;
|
|
6644
6235
|
padding-bottom: 1.25rem;
|
|
6645
|
-
color:
|
|
6236
|
+
color: var(--cui-carousel-caption-color, rgba(255, 255, 255, 0.87));
|
|
6646
6237
|
text-align: center;
|
|
6647
6238
|
}
|
|
6648
6239
|
|
|
6240
|
+
.carousel-dark {
|
|
6241
|
+
--cui-carousel-indicator-active-bg: #000015;
|
|
6242
|
+
--cui-carousel-caption-color: rgba(44, 56, 74, 0.95);
|
|
6243
|
+
}
|
|
6649
6244
|
.carousel-dark .carousel-control-prev-icon,
|
|
6650
6245
|
.carousel-dark .carousel-control-next-icon {
|
|
6651
6246
|
filter: invert(1) grayscale(100);
|
|
6652
6247
|
}
|
|
6653
6248
|
.carousel-dark .carousel-indicators [data-coreui-target] {
|
|
6654
|
-
background-color: #
|
|
6249
|
+
background-color: #000015;
|
|
6655
6250
|
}
|
|
6656
6251
|
.carousel-dark .carousel-caption {
|
|
6657
|
-
color:
|
|
6658
|
-
}
|
|
6659
|
-
|
|
6660
|
-
[data-coreui-theme=dark] .carousel .carousel-control-prev-icon,
|
|
6661
|
-
[data-coreui-theme=dark] .carousel .carousel-control-next-icon, [data-coreui-theme=dark].carousel .carousel-control-prev-icon,
|
|
6662
|
-
[data-coreui-theme=dark].carousel .carousel-control-next-icon {
|
|
6663
|
-
filter: invert(1) grayscale(100);
|
|
6664
|
-
}
|
|
6665
|
-
[data-coreui-theme=dark] .carousel .carousel-indicators [data-coreui-target], [data-coreui-theme=dark].carousel .carousel-indicators [data-coreui-target] {
|
|
6666
|
-
background-color: #080a0c;
|
|
6667
|
-
}
|
|
6668
|
-
[data-coreui-theme=dark] .carousel .carousel-caption, [data-coreui-theme=dark].carousel .carousel-caption {
|
|
6669
|
-
color: #080a0c;
|
|
6252
|
+
color: rgba(44, 56, 74, 0.95);
|
|
6670
6253
|
}
|
|
6671
6254
|
|
|
6672
6255
|
.spinner-grow,
|
|
@@ -6741,7 +6324,7 @@ textarea.form-control-lg {
|
|
|
6741
6324
|
--cui-offcanvas-bg: var(--cui-body-bg);
|
|
6742
6325
|
--cui-offcanvas-border-width: var(--cui-border-width);
|
|
6743
6326
|
--cui-offcanvas-border-color: var(--cui-border-color-translucent);
|
|
6744
|
-
--cui-offcanvas-box-shadow:
|
|
6327
|
+
--cui-offcanvas-box-shadow: var(--cui-box-shadow-sm);
|
|
6745
6328
|
--cui-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6746
6329
|
--cui-offcanvas-title-line-height: 1.5;
|
|
6747
6330
|
}
|
|
@@ -7200,7 +6783,7 @@ textarea.form-control-lg {
|
|
|
7200
6783
|
z-index: 1040;
|
|
7201
6784
|
width: 100vw;
|
|
7202
6785
|
height: 100vh;
|
|
7203
|
-
background-color: var(--cui-offcanvas-backdrop-bg, #
|
|
6786
|
+
background-color: var(--cui-offcanvas-backdrop-bg, #000015);
|
|
7204
6787
|
}
|
|
7205
6788
|
.offcanvas-backdrop.fade {
|
|
7206
6789
|
opacity: 0;
|
|
@@ -7268,8 +6851,8 @@ textarea.form-control-lg {
|
|
|
7268
6851
|
}
|
|
7269
6852
|
}
|
|
7270
6853
|
.placeholder-wave {
|
|
7271
|
-
-webkit-mask-image: linear-gradient(130deg, #
|
|
7272
|
-
mask-image: linear-gradient(130deg, #
|
|
6854
|
+
-webkit-mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
6855
|
+
mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
7273
6856
|
-webkit-mask-size: 200% 100%;
|
|
7274
6857
|
mask-size: 200% 100%;
|
|
7275
6858
|
animation: placeholder-wave 2s linear infinite;
|
|
@@ -7422,11 +7005,11 @@ textarea.form-control-lg {
|
|
|
7422
7005
|
}
|
|
7423
7006
|
|
|
7424
7007
|
.callout-light {
|
|
7425
|
-
--cui-callout-border-left-color: #
|
|
7008
|
+
--cui-callout-border-left-color: #ebedef;
|
|
7426
7009
|
}
|
|
7427
7010
|
|
|
7428
7011
|
.callout-dark {
|
|
7429
|
-
--cui-callout-border-left-color: #
|
|
7012
|
+
--cui-callout-border-left-color: #4f5d73;
|
|
7430
7013
|
}
|
|
7431
7014
|
|
|
7432
7015
|
.footer {
|
|
@@ -7475,16 +7058,16 @@ textarea.form-control-lg {
|
|
|
7475
7058
|
--cui-header-disabled-color: rgba(var(--cui-emphasis-color-rgb), 0.3);
|
|
7476
7059
|
--cui-header-active-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7477
7060
|
--cui-header-brand-padding-y: 0.3125rem;
|
|
7478
|
-
--cui-header-brand-color: #
|
|
7479
|
-
--cui-header-brand-hover-color: #
|
|
7061
|
+
--cui-header-brand-color: #4f5d73;
|
|
7062
|
+
--cui-header-brand-hover-color: #475468;
|
|
7480
7063
|
--cui-header-toggler-padding-x: 0.75rem;
|
|
7481
7064
|
--cui-header-toggler-padding-y: 0.25rem;
|
|
7482
7065
|
--cui-header-toggler-bg: transparent;
|
|
7483
7066
|
--cui-header-toggler-color: rgba(var(--cui-emphasis-color-rgb), 0.65);
|
|
7484
7067
|
--cui-header-toggler-border-radius: var(--cui-border-radius);
|
|
7485
7068
|
--cui-header-toggler-hover-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7486
|
-
--cui-header-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='
|
|
7487
|
-
--cui-header-toggler-hover-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='
|
|
7069
|
+
--cui-header-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
|
7070
|
+
--cui-header-toggler-hover-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
|
7488
7071
|
--cui-header-nav-link-padding-x: 0.5rem;
|
|
7489
7072
|
--cui-header-nav-link-padding-y: 0.5rem;
|
|
7490
7073
|
--cui-header-divider-border-color: var(--cui-border-color);
|
|
@@ -7701,7 +7284,7 @@ textarea.form-control-lg {
|
|
|
7701
7284
|
|
|
7702
7285
|
.sidebar {
|
|
7703
7286
|
--cui-sidebar-width: 16rem;
|
|
7704
|
-
--cui-sidebar-bg: #
|
|
7287
|
+
--cui-sidebar-bg: #3c4b64;
|
|
7705
7288
|
--cui-sidebar-padding-x: 0;
|
|
7706
7289
|
--cui-sidebar-padding-y: 0;
|
|
7707
7290
|
--cui-sidebar-color: rgba(255, 255, 255, 0.87);
|
|
@@ -7709,16 +7292,16 @@ textarea.form-control-lg {
|
|
|
7709
7292
|
--cui-sidebar-border-color: transparent;
|
|
7710
7293
|
--cui-sidebar-brand-color: rgba(255, 255, 255, 0.87);
|
|
7711
7294
|
--cui-sidebar-brand-height: 4rem;
|
|
7712
|
-
--cui-sidebar-brand-bg: rgba(
|
|
7295
|
+
--cui-sidebar-brand-bg: rgba(0, 0, 21, 0.2);
|
|
7713
7296
|
--cui-sidebar-header-height: 4rem;
|
|
7714
|
-
--cui-sidebar-header-bg: rgba(
|
|
7297
|
+
--cui-sidebar-header-bg: rgba(0, 0, 21, 0.2);
|
|
7715
7298
|
--cui-sidebar-header-padding-x: 1rem;
|
|
7716
7299
|
--cui-sidebar-header-padding-y: 0.75rem;
|
|
7717
|
-
--cui-sidebar-footer-bg: rgba(
|
|
7300
|
+
--cui-sidebar-footer-bg: rgba(0, 0, 21, 0.2);
|
|
7718
7301
|
--cui-sidebar-footer-height: auto;
|
|
7719
7302
|
--cui-sidebar-footer-padding-x: 1rem;
|
|
7720
7303
|
--cui-sidebar-footer-padding-y: 0.75rem;
|
|
7721
|
-
--cui-sidebar-toggler-bg: rgba(
|
|
7304
|
+
--cui-sidebar-toggler-bg: rgba(0, 0, 21, 0.2);
|
|
7722
7305
|
--cui-sidebar-toggler-height: 3rem;
|
|
7723
7306
|
--cui-sidebar-toggler-indicator: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba%28255, 255, 255, 0.38%29' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
|
|
7724
7307
|
--cui-sidebar-toggler-indicator-width: 4rem;
|
|
@@ -7787,7 +7370,7 @@ textarea.form-control-lg {
|
|
|
7787
7370
|
--cui-sidebar-occupy-end: 16rem;
|
|
7788
7371
|
}
|
|
7789
7372
|
.sidebar[class*=bg-] {
|
|
7790
|
-
border-color: rgba(
|
|
7373
|
+
border-color: rgba(0, 0, 21, 0.1);
|
|
7791
7374
|
}
|
|
7792
7375
|
.sidebar.sidebar-sm {
|
|
7793
7376
|
--cui-sidebar-width: 12rem;
|
|
@@ -8012,7 +7595,7 @@ textarea.form-control-lg {
|
|
|
8012
7595
|
|
|
8013
7596
|
.sidebar-backdrop {
|
|
8014
7597
|
--cui-backdrop-zindex: 1030;
|
|
8015
|
-
--cui-backdrop-bg: #
|
|
7598
|
+
--cui-backdrop-bg: #000015;
|
|
8016
7599
|
--cui-backdrop-opacity: 0.5;
|
|
8017
7600
|
}
|
|
8018
7601
|
@media (max-width: 767.98px) {
|
|
@@ -8033,12 +7616,6 @@ textarea.form-control-lg {
|
|
|
8033
7616
|
}
|
|
8034
7617
|
}
|
|
8035
7618
|
|
|
8036
|
-
[data-coreui-theme=dark] .sidebar {
|
|
8037
|
-
--cui-sidebar-bg: #212631;
|
|
8038
|
-
--cui-sidebar-border-width: var(--cui-border-width);
|
|
8039
|
-
--cui-sidebar-border-color: var(--cui-border-color);
|
|
8040
|
-
}
|
|
8041
|
-
|
|
8042
7619
|
.sidebar-nav {
|
|
8043
7620
|
position: relative;
|
|
8044
7621
|
display: flex;
|
|
@@ -8339,7 +7916,7 @@ textarea.form-control-lg {
|
|
|
8339
7916
|
min-height: 3rem;
|
|
8340
7917
|
padding: 0.5rem 1rem;
|
|
8341
7918
|
background: var(--cui-subheader-bg, #fff);
|
|
8342
|
-
border-bottom: var(--cui-subheader-border-width,
|
|
7919
|
+
border-bottom: var(--cui-subheader-border-width, var(--cui-border-width)) solid var(--cui-subheader-border-color, var(--cui-border-color));
|
|
8343
7920
|
}
|
|
8344
7921
|
|
|
8345
7922
|
.subheader-sticky {
|
|
@@ -8365,7 +7942,7 @@ textarea.form-control-lg {
|
|
|
8365
7942
|
color: var(--cui-subheader-hover-color, var(--cui-body-color));
|
|
8366
7943
|
}
|
|
8367
7944
|
.subheader-nav .nav-link.disabled {
|
|
8368
|
-
color: var(--cui-subheader-disabled-color, rgba(
|
|
7945
|
+
color: var(--cui-subheader-disabled-color, rgba(44, 56, 74, 0.38));
|
|
8369
7946
|
}
|
|
8370
7947
|
.subheader-nav .show > .nav-link,
|
|
8371
7948
|
.subheader-nav .nav-link.active {
|
|
@@ -8395,75 +7972,42 @@ textarea.form-control-lg {
|
|
|
8395
7972
|
|
|
8396
7973
|
.text-bg-primary {
|
|
8397
7974
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8398
|
-
background-color: RGBA(
|
|
7975
|
+
background-color: RGBA(var(--cui-primary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8399
7976
|
}
|
|
8400
7977
|
|
|
8401
7978
|
.text-bg-secondary {
|
|
8402
|
-
color:
|
|
8403
|
-
background-color: RGBA(
|
|
7979
|
+
color: #000015 !important;
|
|
7980
|
+
background-color: RGBA(var(--cui-secondary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8404
7981
|
}
|
|
8405
7982
|
|
|
8406
7983
|
.text-bg-success {
|
|
8407
|
-
color:
|
|
8408
|
-
background-color: RGBA(
|
|
7984
|
+
color: #000015 !important;
|
|
7985
|
+
background-color: RGBA(var(--cui-success-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8409
7986
|
}
|
|
8410
7987
|
|
|
8411
7988
|
.text-bg-info {
|
|
8412
|
-
color: #
|
|
8413
|
-
background-color: RGBA(
|
|
7989
|
+
color: #000015 !important;
|
|
7990
|
+
background-color: RGBA(var(--cui-info-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8414
7991
|
}
|
|
8415
7992
|
|
|
8416
7993
|
.text-bg-warning {
|
|
8417
|
-
color: rgba(
|
|
8418
|
-
background-color: RGBA(
|
|
7994
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
7995
|
+
background-color: RGBA(var(--cui-warning-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8419
7996
|
}
|
|
8420
7997
|
|
|
8421
7998
|
.text-bg-danger {
|
|
8422
|
-
color: #
|
|
8423
|
-
background-color: RGBA(
|
|
7999
|
+
color: #000015 !important;
|
|
8000
|
+
background-color: RGBA(var(--cui-danger-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8424
8001
|
}
|
|
8425
8002
|
|
|
8426
8003
|
.text-bg-light {
|
|
8427
|
-
color: rgba(
|
|
8428
|
-
background-color: RGBA(
|
|
8004
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
8005
|
+
background-color: RGBA(var(--cui-light-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8429
8006
|
}
|
|
8430
8007
|
|
|
8431
8008
|
.text-bg-dark {
|
|
8432
8009
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8433
|
-
background-color: RGBA(
|
|
8434
|
-
}
|
|
8435
|
-
|
|
8436
|
-
[data-coreui-theme=dark] .text-bg-primary {
|
|
8437
|
-
color: #fff !important;
|
|
8438
|
-
background-color: RGBA(107, 96, 206, var(--cui-bg-opacity, 1)) !important;
|
|
8439
|
-
}
|
|
8440
|
-
[data-coreui-theme=dark] .text-bg-secondary {
|
|
8441
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8442
|
-
background-color: RGBA(166, 167, 168, var(--cui-bg-opacity, 1)) !important;
|
|
8443
|
-
}
|
|
8444
|
-
[data-coreui-theme=dark] .text-bg-success {
|
|
8445
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8446
|
-
background-color: RGBA(58, 173, 96, var(--cui-bg-opacity, 1)) !important;
|
|
8447
|
-
}
|
|
8448
|
-
[data-coreui-theme=dark] .text-bg-info {
|
|
8449
|
-
color: #080a0c !important;
|
|
8450
|
-
background-color: RGBA(61, 153, 245, var(--cui-bg-opacity, 1)) !important;
|
|
8451
|
-
}
|
|
8452
|
-
[data-coreui-theme=dark] .text-bg-warning {
|
|
8453
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8454
|
-
background-color: RGBA(237, 173, 33, var(--cui-bg-opacity, 1)) !important;
|
|
8455
|
-
}
|
|
8456
|
-
[data-coreui-theme=dark] .text-bg-danger {
|
|
8457
|
-
color: #080a0c !important;
|
|
8458
|
-
background-color: RGBA(219, 93, 93, var(--cui-bg-opacity, 1)) !important;
|
|
8459
|
-
}
|
|
8460
|
-
[data-coreui-theme=dark] .text-bg-light {
|
|
8461
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8462
|
-
background-color: RGBA(244, 245, 246, var(--cui-bg-opacity, 1)) !important;
|
|
8463
|
-
}
|
|
8464
|
-
[data-coreui-theme=dark] .text-bg-dark {
|
|
8465
|
-
color: rgba(255, 255, 255, 0.87) !important;
|
|
8466
|
-
background-color: RGBA(37, 40, 45, var(--cui-bg-opacity, 1)) !important;
|
|
8010
|
+
background-color: RGBA(var(--cui-dark-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8467
8011
|
}
|
|
8468
8012
|
|
|
8469
8013
|
.link-primary {
|
|
@@ -8483,9 +8027,9 @@ textarea.form-control-lg {
|
|
|
8483
8027
|
text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8484
8028
|
}
|
|
8485
8029
|
.link-secondary:hover, .link-secondary:focus {
|
|
8486
|
-
color: RGBA(
|
|
8487
|
-
-webkit-text-decoration-color: RGBA(
|
|
8488
|
-
text-decoration-color: RGBA(
|
|
8030
|
+
color: RGBA(177, 183, 193, var(--cui-link-opacity, 1)) !important;
|
|
8031
|
+
-webkit-text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8032
|
+
text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8489
8033
|
}
|
|
8490
8034
|
|
|
8491
8035
|
.link-success {
|
|
@@ -8494,9 +8038,9 @@ textarea.form-control-lg {
|
|
|
8494
8038
|
text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8495
8039
|
}
|
|
8496
8040
|
.link-success:hover, .link-success:focus {
|
|
8497
|
-
color: RGBA(
|
|
8498
|
-
-webkit-text-decoration-color: RGBA(
|
|
8499
|
-
text-decoration-color: RGBA(
|
|
8041
|
+
color: RGBA(88, 198, 125, var(--cui-link-opacity, 1)) !important;
|
|
8042
|
+
-webkit-text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8043
|
+
text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8500
8044
|
}
|
|
8501
8045
|
|
|
8502
8046
|
.link-info {
|
|
@@ -8538,9 +8082,9 @@ textarea.form-control-lg {
|
|
|
8538
8082
|
text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8539
8083
|
}
|
|
8540
8084
|
.link-light:hover, .link-light:focus {
|
|
8541
|
-
color: RGBA(
|
|
8542
|
-
-webkit-text-decoration-color: RGBA(
|
|
8543
|
-
text-decoration-color: RGBA(
|
|
8085
|
+
color: RGBA(188, 190, 191, var(--cui-link-opacity, 1)) !important;
|
|
8086
|
+
-webkit-text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8087
|
+
text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8544
8088
|
}
|
|
8545
8089
|
|
|
8546
8090
|
.link-dark {
|
|
@@ -8549,9 +8093,9 @@ textarea.form-control-lg {
|
|
|
8549
8093
|
text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8550
8094
|
}
|
|
8551
8095
|
.link-dark:hover, .link-dark:focus {
|
|
8552
|
-
color: RGBA(
|
|
8553
|
-
-webkit-text-decoration-color: RGBA(
|
|
8554
|
-
text-decoration-color: RGBA(
|
|
8096
|
+
color: RGBA(114, 125, 143, var(--cui-link-opacity, 1)) !important;
|
|
8097
|
+
-webkit-text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8098
|
+
text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8555
8099
|
}
|
|
8556
8100
|
|
|
8557
8101
|
.link-body-emphasis {
|
|
@@ -8779,7 +8323,7 @@ textarea.form-control-lg {
|
|
|
8779
8323
|
.vr {
|
|
8780
8324
|
display: inline-block;
|
|
8781
8325
|
align-self: stretch;
|
|
8782
|
-
width:
|
|
8326
|
+
width: var(--cui-border-width);
|
|
8783
8327
|
min-height: 1em;
|
|
8784
8328
|
padding: 0;
|
|
8785
8329
|
background-color: currentcolor;
|
|
@@ -8960,15 +8504,15 @@ textarea.form-control-lg {
|
|
|
8960
8504
|
}
|
|
8961
8505
|
|
|
8962
8506
|
.shadow {
|
|
8963
|
-
box-shadow:
|
|
8507
|
+
box-shadow: var(--cui-box-shadow) !important;
|
|
8964
8508
|
}
|
|
8965
8509
|
|
|
8966
8510
|
.shadow-sm {
|
|
8967
|
-
box-shadow:
|
|
8511
|
+
box-shadow: var(--cui-box-shadow-sm) !important;
|
|
8968
8512
|
}
|
|
8969
8513
|
|
|
8970
8514
|
.shadow-lg {
|
|
8971
|
-
box-shadow:
|
|
8515
|
+
box-shadow: var(--cui-box-shadow-lg) !important;
|
|
8972
8516
|
}
|
|
8973
8517
|
|
|
8974
8518
|
.shadow-none {
|
|
@@ -9168,11 +8712,6 @@ textarea.form-control-lg {
|
|
|
9168
8712
|
border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
9169
8713
|
}
|
|
9170
8714
|
|
|
9171
|
-
.border-black {
|
|
9172
|
-
--cui-border-opacity: 1;
|
|
9173
|
-
border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
|
|
9174
|
-
}
|
|
9175
|
-
|
|
9176
8715
|
.border-white {
|
|
9177
8716
|
--cui-border-opacity: 1;
|
|
9178
8717
|
border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
@@ -9203,11 +8742,11 @@ textarea.form-control-lg {
|
|
|
9203
8742
|
}
|
|
9204
8743
|
|
|
9205
8744
|
.border-top-light {
|
|
9206
|
-
border-top-color: #
|
|
8745
|
+
border-top-color: #ebedef !important;
|
|
9207
8746
|
}
|
|
9208
8747
|
|
|
9209
8748
|
.border-top-dark {
|
|
9210
|
-
border-top-color: #
|
|
8749
|
+
border-top-color: #4f5d73 !important;
|
|
9211
8750
|
}
|
|
9212
8751
|
|
|
9213
8752
|
.border-top-white {
|
|
@@ -9239,11 +8778,11 @@ textarea.form-control-lg {
|
|
|
9239
8778
|
}
|
|
9240
8779
|
|
|
9241
8780
|
.border-end-light {
|
|
9242
|
-
border-right-color: #
|
|
8781
|
+
border-right-color: #ebedef !important;
|
|
9243
8782
|
}
|
|
9244
8783
|
|
|
9245
8784
|
.border-end-dark {
|
|
9246
|
-
border-right-color: #
|
|
8785
|
+
border-right-color: #4f5d73 !important;
|
|
9247
8786
|
}
|
|
9248
8787
|
|
|
9249
8788
|
.border-end-white {
|
|
@@ -9275,11 +8814,11 @@ textarea.form-control-lg {
|
|
|
9275
8814
|
}
|
|
9276
8815
|
|
|
9277
8816
|
.border-bottom-light {
|
|
9278
|
-
border-bottom-color: #
|
|
8817
|
+
border-bottom-color: #ebedef !important;
|
|
9279
8818
|
}
|
|
9280
8819
|
|
|
9281
8820
|
.border-bottom-dark {
|
|
9282
|
-
border-bottom-color: #
|
|
8821
|
+
border-bottom-color: #4f5d73 !important;
|
|
9283
8822
|
}
|
|
9284
8823
|
|
|
9285
8824
|
.border-bottom-white {
|
|
@@ -9311,11 +8850,11 @@ textarea.form-control-lg {
|
|
|
9311
8850
|
}
|
|
9312
8851
|
|
|
9313
8852
|
.border-start-light {
|
|
9314
|
-
border-left-color: #
|
|
8853
|
+
border-left-color: #ebedef !important;
|
|
9315
8854
|
}
|
|
9316
8855
|
|
|
9317
8856
|
.border-start-dark {
|
|
9318
|
-
border-left-color: #
|
|
8857
|
+
border-left-color: #4f5d73 !important;
|
|
9319
8858
|
}
|
|
9320
8859
|
|
|
9321
8860
|
.border-start-white {
|
|
@@ -9422,38 +8961,6 @@ textarea.form-control-lg {
|
|
|
9422
8961
|
border-left-width: 5px !important;
|
|
9423
8962
|
}
|
|
9424
8963
|
|
|
9425
|
-
.border-primary-subtle {
|
|
9426
|
-
border-color: var(--cui-primary-border-subtle) !important;
|
|
9427
|
-
}
|
|
9428
|
-
|
|
9429
|
-
.border-secondary-subtle {
|
|
9430
|
-
border-color: var(--cui-secondary-border-subtle) !important;
|
|
9431
|
-
}
|
|
9432
|
-
|
|
9433
|
-
.border-success-subtle {
|
|
9434
|
-
border-color: var(--cui-success-border-subtle) !important;
|
|
9435
|
-
}
|
|
9436
|
-
|
|
9437
|
-
.border-info-subtle {
|
|
9438
|
-
border-color: var(--cui-info-border-subtle) !important;
|
|
9439
|
-
}
|
|
9440
|
-
|
|
9441
|
-
.border-warning-subtle {
|
|
9442
|
-
border-color: var(--cui-warning-border-subtle) !important;
|
|
9443
|
-
}
|
|
9444
|
-
|
|
9445
|
-
.border-danger-subtle {
|
|
9446
|
-
border-color: var(--cui-danger-border-subtle) !important;
|
|
9447
|
-
}
|
|
9448
|
-
|
|
9449
|
-
.border-light-subtle {
|
|
9450
|
-
border-color: var(--cui-light-border-subtle) !important;
|
|
9451
|
-
}
|
|
9452
|
-
|
|
9453
|
-
.border-dark-subtle {
|
|
9454
|
-
border-color: var(--cui-dark-border-subtle) !important;
|
|
9455
|
-
}
|
|
9456
|
-
|
|
9457
8964
|
.border-opacity-10 {
|
|
9458
8965
|
--cui-border-opacity: 0.1;
|
|
9459
8966
|
}
|
|
@@ -10309,145 +9816,121 @@ textarea.form-control-lg {
|
|
|
10309
9816
|
}
|
|
10310
9817
|
|
|
10311
9818
|
/* rtl:end:remove */
|
|
10312
|
-
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
10313
9819
|
.text-primary {
|
|
10314
9820
|
--cui-text-opacity: 1;
|
|
10315
9821
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
10316
9822
|
}
|
|
10317
9823
|
|
|
10318
|
-
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
10319
9824
|
.text-secondary {
|
|
10320
9825
|
--cui-text-opacity: 1;
|
|
10321
9826
|
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
10322
9827
|
}
|
|
10323
9828
|
|
|
10324
|
-
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
10325
9829
|
.text-success {
|
|
10326
9830
|
--cui-text-opacity: 1;
|
|
10327
9831
|
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
10328
9832
|
}
|
|
10329
9833
|
|
|
10330
|
-
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
10331
9834
|
.text-info {
|
|
10332
9835
|
--cui-text-opacity: 1;
|
|
10333
9836
|
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
10334
9837
|
}
|
|
10335
9838
|
|
|
10336
|
-
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
10337
9839
|
.text-warning {
|
|
10338
9840
|
--cui-text-opacity: 1;
|
|
10339
9841
|
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
10340
9842
|
}
|
|
10341
9843
|
|
|
10342
|
-
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
10343
9844
|
.text-danger {
|
|
10344
9845
|
--cui-text-opacity: 1;
|
|
10345
9846
|
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
10346
9847
|
}
|
|
10347
9848
|
|
|
10348
|
-
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
10349
9849
|
.text-light {
|
|
10350
9850
|
--cui-text-opacity: 1;
|
|
10351
9851
|
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
10352
9852
|
}
|
|
10353
9853
|
|
|
10354
|
-
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
10355
9854
|
.text-dark {
|
|
10356
9855
|
--cui-text-opacity: 1;
|
|
10357
9856
|
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
10358
9857
|
}
|
|
10359
9858
|
|
|
10360
|
-
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
10361
9859
|
.text-black {
|
|
10362
9860
|
--cui-text-opacity: 1;
|
|
10363
9861
|
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
10364
9862
|
}
|
|
10365
9863
|
|
|
10366
|
-
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
10367
9864
|
.text-white {
|
|
10368
9865
|
--cui-text-opacity: 1;
|
|
10369
9866
|
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
10370
9867
|
}
|
|
10371
9868
|
|
|
10372
|
-
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
10373
9869
|
.text-body {
|
|
10374
9870
|
--cui-text-opacity: 1;
|
|
10375
9871
|
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
10376
9872
|
}
|
|
10377
9873
|
|
|
10378
|
-
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
10379
9874
|
.text-muted {
|
|
10380
9875
|
--cui-text-opacity: 1;
|
|
10381
9876
|
color: var(--cui-secondary-color) !important;
|
|
10382
9877
|
}
|
|
10383
9878
|
|
|
10384
|
-
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
10385
9879
|
.text-black-50 {
|
|
10386
9880
|
--cui-text-opacity: 1;
|
|
10387
|
-
color: rgba(
|
|
9881
|
+
color: rgba(0, 0, 21, 0.5) !important;
|
|
10388
9882
|
}
|
|
10389
9883
|
|
|
10390
|
-
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
10391
9884
|
.text-white-50 {
|
|
10392
9885
|
--cui-text-opacity: 1;
|
|
10393
9886
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
10394
9887
|
}
|
|
10395
9888
|
|
|
10396
|
-
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
10397
9889
|
.text-body-secondary {
|
|
10398
9890
|
--cui-text-opacity: 1;
|
|
10399
9891
|
color: var(--cui-secondary-color) !important;
|
|
10400
9892
|
}
|
|
10401
9893
|
|
|
10402
|
-
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
10403
9894
|
.text-body-tertiary {
|
|
10404
9895
|
--cui-text-opacity: 1;
|
|
10405
9896
|
color: var(--cui-tertiary-color) !important;
|
|
10406
9897
|
}
|
|
10407
9898
|
|
|
10408
|
-
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
10409
9899
|
.text-body-emphasis {
|
|
10410
9900
|
--cui-text-opacity: 1;
|
|
10411
9901
|
color: var(--cui-emphasis-color) !important;
|
|
10412
9902
|
}
|
|
10413
9903
|
|
|
10414
|
-
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
10415
9904
|
.text-reset {
|
|
10416
9905
|
--cui-text-opacity: 1;
|
|
10417
9906
|
color: inherit !important;
|
|
10418
9907
|
}
|
|
10419
9908
|
|
|
10420
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
|
|
10421
9909
|
.text-high-emphasis-inverse {
|
|
10422
9910
|
--cui-text-opacity: 1;
|
|
10423
9911
|
color: var(--cui-high-emphasis-inverse) !important;
|
|
10424
9912
|
}
|
|
10425
9913
|
|
|
10426
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
|
|
10427
9914
|
.text-medium-emphasis-inverse {
|
|
10428
9915
|
--cui-text-opacity: 1;
|
|
10429
9916
|
color: var(--cui-medium-emphasis-inverse) !important;
|
|
10430
9917
|
}
|
|
10431
9918
|
|
|
10432
|
-
[data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
|
|
10433
9919
|
.text-disabled-inverse {
|
|
10434
9920
|
--cui-text-opacity: 1;
|
|
10435
9921
|
color: var(--cui-disabled-inverse) !important;
|
|
10436
9922
|
}
|
|
10437
9923
|
|
|
10438
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
|
|
10439
9924
|
.text-high-emphasis {
|
|
10440
9925
|
--cui-text-opacity: 1;
|
|
10441
9926
|
color: var(--cui-high-emphasis) !important;
|
|
10442
9927
|
}
|
|
10443
9928
|
|
|
10444
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
|
|
10445
9929
|
.text-medium-emphasis {
|
|
10446
9930
|
--cui-text-opacity: 1;
|
|
10447
9931
|
color: var(--cui-medium-emphasis) !important;
|
|
10448
9932
|
}
|
|
10449
9933
|
|
|
10450
|
-
[data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
|
|
10451
9934
|
.text-disabled {
|
|
10452
9935
|
--cui-text-opacity: 1;
|
|
10453
9936
|
color: var(--cui-disabled) !important;
|
|
@@ -10469,38 +9952,6 @@ textarea.form-control-lg {
|
|
|
10469
9952
|
--cui-text-opacity: 1;
|
|
10470
9953
|
}
|
|
10471
9954
|
|
|
10472
|
-
.text-primary-emphasis {
|
|
10473
|
-
color: var(--cui-primary-text-emphasis) !important;
|
|
10474
|
-
}
|
|
10475
|
-
|
|
10476
|
-
.text-secondary-emphasis {
|
|
10477
|
-
color: var(--cui-secondary-text-emphasis) !important;
|
|
10478
|
-
}
|
|
10479
|
-
|
|
10480
|
-
.text-success-emphasis {
|
|
10481
|
-
color: var(--cui-success-text-emphasis) !important;
|
|
10482
|
-
}
|
|
10483
|
-
|
|
10484
|
-
.text-info-emphasis {
|
|
10485
|
-
color: var(--cui-info-text-emphasis) !important;
|
|
10486
|
-
}
|
|
10487
|
-
|
|
10488
|
-
.text-warning-emphasis {
|
|
10489
|
-
color: var(--cui-warning-text-emphasis) !important;
|
|
10490
|
-
}
|
|
10491
|
-
|
|
10492
|
-
.text-danger-emphasis {
|
|
10493
|
-
color: var(--cui-danger-text-emphasis) !important;
|
|
10494
|
-
}
|
|
10495
|
-
|
|
10496
|
-
.text-light-emphasis {
|
|
10497
|
-
color: var(--cui-light-text-emphasis) !important;
|
|
10498
|
-
}
|
|
10499
|
-
|
|
10500
|
-
.text-dark-emphasis {
|
|
10501
|
-
color: var(--cui-dark-text-emphasis) !important;
|
|
10502
|
-
}
|
|
10503
|
-
|
|
10504
9955
|
.link-opacity-10 {
|
|
10505
9956
|
--cui-link-opacity: 0.1;
|
|
10506
9957
|
}
|
|
@@ -10667,85 +10118,71 @@ textarea.form-control-lg {
|
|
|
10667
10118
|
--cui-link-underline-opacity: 1;
|
|
10668
10119
|
}
|
|
10669
10120
|
|
|
10670
|
-
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
10671
10121
|
.bg-primary {
|
|
10672
10122
|
--cui-bg-opacity: 1;
|
|
10673
10123
|
background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
|
|
10674
10124
|
}
|
|
10675
10125
|
|
|
10676
|
-
[data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
|
|
10677
10126
|
.bg-secondary {
|
|
10678
10127
|
--cui-bg-opacity: 1;
|
|
10679
10128
|
background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
|
|
10680
10129
|
}
|
|
10681
10130
|
|
|
10682
|
-
[data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
|
|
10683
10131
|
.bg-success {
|
|
10684
10132
|
--cui-bg-opacity: 1;
|
|
10685
10133
|
background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
|
|
10686
10134
|
}
|
|
10687
10135
|
|
|
10688
|
-
[data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
|
|
10689
10136
|
.bg-info {
|
|
10690
10137
|
--cui-bg-opacity: 1;
|
|
10691
10138
|
background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
|
|
10692
10139
|
}
|
|
10693
10140
|
|
|
10694
|
-
[data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
|
|
10695
10141
|
.bg-warning {
|
|
10696
10142
|
--cui-bg-opacity: 1;
|
|
10697
10143
|
background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
|
|
10698
10144
|
}
|
|
10699
10145
|
|
|
10700
|
-
[data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
|
|
10701
10146
|
.bg-danger {
|
|
10702
10147
|
--cui-bg-opacity: 1;
|
|
10703
10148
|
background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
|
|
10704
10149
|
}
|
|
10705
10150
|
|
|
10706
|
-
[data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
|
|
10707
10151
|
.bg-light {
|
|
10708
10152
|
--cui-bg-opacity: 1;
|
|
10709
10153
|
background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
|
|
10710
10154
|
}
|
|
10711
10155
|
|
|
10712
|
-
[data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
|
|
10713
10156
|
.bg-dark {
|
|
10714
10157
|
--cui-bg-opacity: 1;
|
|
10715
10158
|
background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
|
|
10716
10159
|
}
|
|
10717
10160
|
|
|
10718
|
-
[data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
|
|
10719
10161
|
.bg-black {
|
|
10720
10162
|
--cui-bg-opacity: 1;
|
|
10721
10163
|
background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
|
|
10722
10164
|
}
|
|
10723
10165
|
|
|
10724
|
-
[data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
|
|
10725
10166
|
.bg-white {
|
|
10726
10167
|
--cui-bg-opacity: 1;
|
|
10727
10168
|
background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
|
|
10728
10169
|
}
|
|
10729
10170
|
|
|
10730
|
-
[data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
|
|
10731
10171
|
.bg-body {
|
|
10732
10172
|
--cui-bg-opacity: 1;
|
|
10733
10173
|
background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10734
10174
|
}
|
|
10735
10175
|
|
|
10736
|
-
[data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
|
|
10737
10176
|
.bg-transparent {
|
|
10738
10177
|
--cui-bg-opacity: 1;
|
|
10739
10178
|
background-color: transparent !important;
|
|
10740
10179
|
}
|
|
10741
10180
|
|
|
10742
|
-
[data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
|
|
10743
10181
|
.bg-body-secondary {
|
|
10744
10182
|
--cui-bg-opacity: 1;
|
|
10745
10183
|
background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10746
10184
|
}
|
|
10747
10185
|
|
|
10748
|
-
[data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
|
|
10749
10186
|
.bg-body-tertiary {
|
|
10750
10187
|
--cui-bg-opacity: 1;
|
|
10751
10188
|
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
@@ -10771,46 +10208,6 @@ textarea.form-control-lg {
|
|
|
10771
10208
|
--cui-bg-opacity: 1;
|
|
10772
10209
|
}
|
|
10773
10210
|
|
|
10774
|
-
[data-coreui-theme=dark] .dark\:bg-primary-subtle, [data-coreui-theme=dark] .dark\:bg-primary-subtle:not([class*="dark:"]),
|
|
10775
|
-
.bg-primary-subtle {
|
|
10776
|
-
background-color: var(--cui-primary-bg-subtle) !important;
|
|
10777
|
-
}
|
|
10778
|
-
|
|
10779
|
-
[data-coreui-theme=dark] .dark\:bg-secondary-subtle, [data-coreui-theme=dark] .dark\:bg-secondary-subtle:not([class*="dark:"]),
|
|
10780
|
-
.bg-secondary-subtle {
|
|
10781
|
-
background-color: var(--cui-secondary-bg-subtle) !important;
|
|
10782
|
-
}
|
|
10783
|
-
|
|
10784
|
-
[data-coreui-theme=dark] .dark\:bg-success-subtle, [data-coreui-theme=dark] .dark\:bg-success-subtle:not([class*="dark:"]),
|
|
10785
|
-
.bg-success-subtle {
|
|
10786
|
-
background-color: var(--cui-success-bg-subtle) !important;
|
|
10787
|
-
}
|
|
10788
|
-
|
|
10789
|
-
[data-coreui-theme=dark] .dark\:bg-info-subtle, [data-coreui-theme=dark] .dark\:bg-info-subtle:not([class*="dark:"]),
|
|
10790
|
-
.bg-info-subtle {
|
|
10791
|
-
background-color: var(--cui-info-bg-subtle) !important;
|
|
10792
|
-
}
|
|
10793
|
-
|
|
10794
|
-
[data-coreui-theme=dark] .dark\:bg-warning-subtle, [data-coreui-theme=dark] .dark\:bg-warning-subtle:not([class*="dark:"]),
|
|
10795
|
-
.bg-warning-subtle {
|
|
10796
|
-
background-color: var(--cui-warning-bg-subtle) !important;
|
|
10797
|
-
}
|
|
10798
|
-
|
|
10799
|
-
[data-coreui-theme=dark] .dark\:bg-danger-subtle, [data-coreui-theme=dark] .dark\:bg-danger-subtle:not([class*="dark:"]),
|
|
10800
|
-
.bg-danger-subtle {
|
|
10801
|
-
background-color: var(--cui-danger-bg-subtle) !important;
|
|
10802
|
-
}
|
|
10803
|
-
|
|
10804
|
-
[data-coreui-theme=dark] .dark\:bg-light-subtle, [data-coreui-theme=dark] .dark\:bg-light-subtle:not([class*="dark:"]),
|
|
10805
|
-
.bg-light-subtle {
|
|
10806
|
-
background-color: var(--cui-light-bg-subtle) !important;
|
|
10807
|
-
}
|
|
10808
|
-
|
|
10809
|
-
[data-coreui-theme=dark] .dark\:bg-dark-subtle, [data-coreui-theme=dark] .dark\:bg-dark-subtle:not([class*="dark:"]),
|
|
10810
|
-
.bg-dark-subtle {
|
|
10811
|
-
background-color: var(--cui-dark-bg-subtle) !important;
|
|
10812
|
-
}
|
|
10813
|
-
|
|
10814
10211
|
.bg-gradient {
|
|
10815
10212
|
background-image: var(--cui-gradient) !important;
|
|
10816
10213
|
}
|