@coreui/coreui 4.3.0-beta.0 → 4.3.0
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 +1 -1
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +1 -1
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +2 -2
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -2
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +44 -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 +45 -150
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +3 -3
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +81 -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 -363
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +3 -3
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +503 -1109
- 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 +533 -1137
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +3 -3
- 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/tab.js +13 -3
- package/package.json +31 -42
- 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 +4 -4
- package/scss/_root.scss +11 -93
- package/scss/_tooltip.scss +1 -1
- package/scss/_type.scss +1 -1
- package/scss/_utilities.scss +0 -16
- package/scss/_variables.scss +156 -109
- package/scss/coreui-grid.rtl.scss +1 -1
- package/scss/coreui-grid.scss +0 -1
- package/scss/coreui-reboot.rtl.scss +1 -1
- package/scss/coreui-reboot.scss +0 -1
- package/scss/coreui-utilities.rtl.scss +1 -1
- package/scss/coreui-utilities.scss +0 -1
- package/scss/coreui.scss +0 -1
- package/scss/forms/_floating-labels.scss +3 -2
- package/scss/forms/_form-check.scss +12 -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/_list-group.scss +0 -1
- 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.0
|
|
3
|
+
* CoreUI v4.3.0 (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);
|
|
@@ -108,8 +85,8 @@
|
|
|
108
85
|
--cui-highlight-bg: #fff3cd;
|
|
109
86
|
--cui-border-width: 1px;
|
|
110
87
|
--cui-border-style: solid;
|
|
111
|
-
--cui-border-color: #
|
|
112
|
-
--cui-border-color-translucent: rgba(
|
|
88
|
+
--cui-border-color: #d8dbe0;
|
|
89
|
+
--cui-border-color-translucent: rgba(0, 0, 21, 0.175);
|
|
113
90
|
--cui-border-radius: 0.375rem;
|
|
114
91
|
--cui-border-radius-sm: 0.25rem;
|
|
115
92
|
--cui-border-radius-lg: 0.5rem;
|
|
@@ -117,10 +94,10 @@
|
|
|
117
94
|
--cui-border-radius-xxl: 2rem;
|
|
118
95
|
--cui-border-radius-2xl: var(--cui-border-radius-xxl);
|
|
119
96
|
--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(
|
|
97
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
98
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
99
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 21, 0.175);
|
|
100
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 21, 0.075);
|
|
124
101
|
--cui-focus-ring-width: 0.25rem;
|
|
125
102
|
--cui-focus-ring-opacity: 0.25;
|
|
126
103
|
--cui-focus-ring-color: rgba(50, 31, 219, 0.25);
|
|
@@ -128,88 +105,13 @@
|
|
|
128
105
|
--cui-form-valid-border-color: #2eb85c;
|
|
129
106
|
--cui-form-invalid-color: #e55353;
|
|
130
107
|
--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;
|
|
108
|
+
--cui-breakpoint-xs: 0;
|
|
109
|
+
--cui-breakpoint-sm: 576px;
|
|
110
|
+
--cui-breakpoint-md: 768px;
|
|
111
|
+
--cui-breakpoint-lg: 992px;
|
|
112
|
+
--cui-breakpoint-xl: 1200px;
|
|
113
|
+
--cui-breakpoint-xxl: 1400px;
|
|
114
|
+
--cui-mobile-breakpoint: md;
|
|
213
115
|
}
|
|
214
116
|
|
|
215
117
|
*,
|
|
@@ -234,7 +136,7 @@ body {
|
|
|
234
136
|
text-align: var(--cui-body-text-align);
|
|
235
137
|
background-color: var(--cui-body-bg);
|
|
236
138
|
-webkit-text-size-adjust: 100%;
|
|
237
|
-
-webkit-tap-highlight-color: rgba(
|
|
139
|
+
-webkit-tap-highlight-color: rgba(0, 0, 21, 0);
|
|
238
140
|
}
|
|
239
141
|
|
|
240
142
|
hr {
|
|
@@ -570,8 +472,8 @@ legend + * {
|
|
|
570
472
|
}
|
|
571
473
|
|
|
572
474
|
[type=search] {
|
|
573
|
-
outline-offset: -2px;
|
|
574
475
|
-webkit-appearance: textfield;
|
|
476
|
+
outline-offset: -2px;
|
|
575
477
|
}
|
|
576
478
|
|
|
577
479
|
*[dir=rtl] [type=tel],
|
|
@@ -725,7 +627,7 @@ progress {
|
|
|
725
627
|
margin-top: -1rem;
|
|
726
628
|
margin-bottom: 1rem;
|
|
727
629
|
font-size: 0.875em;
|
|
728
|
-
color: #
|
|
630
|
+
color: #8a93a2;
|
|
729
631
|
}
|
|
730
632
|
.blockquote-footer::before {
|
|
731
633
|
content: "— ";
|
|
@@ -800,15 +702,6 @@ progress {
|
|
|
800
702
|
max-width: 1320px;
|
|
801
703
|
}
|
|
802
704
|
}
|
|
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
705
|
|
|
813
706
|
.row {
|
|
814
707
|
--cui-gutter-x: 1.5rem;
|
|
@@ -1891,11 +1784,11 @@ progress {
|
|
|
1891
1784
|
--cui-table-border-color: var(--cui-border-color);
|
|
1892
1785
|
--cui-table-accent-bg: transparent;
|
|
1893
1786
|
--cui-table-striped-color: var(--cui-body-color);
|
|
1894
|
-
--cui-table-striped-bg: rgba(
|
|
1787
|
+
--cui-table-striped-bg: rgba(0, 0, 21, 0.05);
|
|
1895
1788
|
--cui-table-active-color: var(--cui-body-color);
|
|
1896
|
-
--cui-table-active-bg: rgba(
|
|
1789
|
+
--cui-table-active-bg: rgba(0, 0, 21, 0.1);
|
|
1897
1790
|
--cui-table-hover-color: var(--cui-body-color);
|
|
1898
|
-
--cui-table-hover-bg: rgba(
|
|
1791
|
+
--cui-table-hover-bg: rgba(0, 0, 21, 0.075);
|
|
1899
1792
|
width: 100%;
|
|
1900
1793
|
margin-bottom: 1rem;
|
|
1901
1794
|
vertical-align: top;
|
|
@@ -1962,112 +1855,112 @@ progress {
|
|
|
1962
1855
|
}
|
|
1963
1856
|
|
|
1964
1857
|
.table-primary {
|
|
1965
|
-
--cui-table-color: rgba(
|
|
1858
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1966
1859
|
--cui-table-bg: #d6d2f8;
|
|
1967
|
-
--cui-table-border-color: rgba(198,
|
|
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(
|
|
1860
|
+
--cui-table-border-color: rgba(198, 196, 232, 0.995);
|
|
1861
|
+
--cui-table-striped-bg: rgba(206, 203, 240, 0.9975);
|
|
1862
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1863
|
+
--cui-table-active-bg: rgba(198, 196, 232, 0.995);
|
|
1864
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1865
|
+
--cui-table-hover-bg: rgba(202, 199, 236, 0.99625);
|
|
1866
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1974
1867
|
color: var(--cui-table-color);
|
|
1975
1868
|
border-color: var(--cui-table-border-color);
|
|
1976
1869
|
}
|
|
1977
1870
|
|
|
1978
1871
|
.table-secondary {
|
|
1979
|
-
--cui-table-color: rgba(
|
|
1872
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1980
1873
|
--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(
|
|
1874
|
+
--cui-table-border-color: rgba(218, 220, 224, 0.995);
|
|
1875
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1876
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1877
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1878
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1879
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1880
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1988
1881
|
color: var(--cui-table-color);
|
|
1989
1882
|
border-color: var(--cui-table-border-color);
|
|
1990
1883
|
}
|
|
1991
1884
|
|
|
1992
1885
|
.table-success {
|
|
1993
|
-
--cui-table-color: rgba(
|
|
1886
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1994
1887
|
--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(
|
|
1888
|
+
--cui-table-border-color: rgba(198, 224, 208, 0.995);
|
|
1889
|
+
--cui-table-striped-bg: rgba(205, 233, 215, 0.9975);
|
|
1890
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1891
|
+
--cui-table-active-bg: rgba(198, 224, 208, 0.995);
|
|
1892
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1893
|
+
--cui-table-hover-bg: rgba(201, 228, 212, 0.99625);
|
|
1894
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2002
1895
|
color: var(--cui-table-color);
|
|
2003
1896
|
border-color: var(--cui-table-border-color);
|
|
2004
1897
|
}
|
|
2005
1898
|
|
|
2006
1899
|
.table-info {
|
|
2007
|
-
--cui-table-color: rgba(
|
|
1900
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2008
1901
|
--cui-table-bg: #d6ebff;
|
|
2009
|
-
--cui-table-border-color: rgba(198,
|
|
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(
|
|
1902
|
+
--cui-table-border-color: rgba(198, 219, 238, 0.995);
|
|
1903
|
+
--cui-table-striped-bg: rgba(206, 227, 247, 0.9975);
|
|
1904
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1905
|
+
--cui-table-active-bg: rgba(198, 219, 238, 0.995);
|
|
1906
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1907
|
+
--cui-table-hover-bg: rgba(202, 223, 243, 0.99625);
|
|
1908
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2016
1909
|
color: var(--cui-table-color);
|
|
2017
1910
|
border-color: var(--cui-table-border-color);
|
|
2018
1911
|
}
|
|
2019
1912
|
|
|
2020
1913
|
.table-warning {
|
|
2021
|
-
--cui-table-color: rgba(
|
|
1914
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2022
1915
|
--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(
|
|
1916
|
+
--cui-table-border-color: rgba(235, 222, 196, 0.995);
|
|
1917
|
+
--cui-table-striped-bg: rgba(244, 231, 202, 0.9975);
|
|
1918
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1919
|
+
--cui-table-active-bg: rgba(235, 222, 196, 0.995);
|
|
1920
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1921
|
+
--cui-table-hover-bg: rgba(240, 226, 199, 0.99625);
|
|
1922
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2030
1923
|
color: var(--cui-table-color);
|
|
2031
1924
|
border-color: var(--cui-table-border-color);
|
|
2032
1925
|
}
|
|
2033
1926
|
|
|
2034
1927
|
.table-danger {
|
|
2035
|
-
--cui-table-color: rgba(
|
|
1928
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2036
1929
|
--cui-table-bg: #fadddd;
|
|
2037
|
-
--cui-table-border-color: rgba(231,
|
|
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(
|
|
1930
|
+
--cui-table-border-color: rgba(231, 206, 208, 0.995);
|
|
1931
|
+
--cui-table-striped-bg: rgba(241, 214, 214, 0.9975);
|
|
1932
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1933
|
+
--cui-table-active-bg: rgba(231, 206, 208, 0.995);
|
|
1934
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1935
|
+
--cui-table-hover-bg: rgba(236, 210, 211, 0.99625);
|
|
1936
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2044
1937
|
color: var(--cui-table-color);
|
|
2045
1938
|
border-color: var(--cui-table-border-color);
|
|
2046
1939
|
}
|
|
2047
1940
|
|
|
2048
1941
|
.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(
|
|
1942
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1943
|
+
--cui-table-bg: #ebedef;
|
|
1944
|
+
--cui-table-border-color: rgba(218, 220, 224, 0.995);
|
|
1945
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1946
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1947
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1948
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1949
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1950
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2058
1951
|
color: var(--cui-table-color);
|
|
2059
1952
|
border-color: var(--cui-table-border-color);
|
|
2060
1953
|
}
|
|
2061
1954
|
|
|
2062
1955
|
.table-dark {
|
|
2063
1956
|
--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(
|
|
1957
|
+
--cui-table-bg: #4f5d73;
|
|
1958
|
+
--cui-table-border-color: rgba(93, 106, 126, 0.987);
|
|
1959
|
+
--cui-table-striped-bg: rgba(86, 99, 120, 0.9935);
|
|
2067
1960
|
--cui-table-striped-color: rgba(255, 255, 255, 0.87);
|
|
2068
|
-
--cui-table-active-bg: rgba(
|
|
1961
|
+
--cui-table-active-bg: rgba(93, 106, 126, 0.987);
|
|
2069
1962
|
--cui-table-active-color: rgba(255, 255, 255, 0.87);
|
|
2070
|
-
--cui-table-hover-bg: rgba(
|
|
1963
|
+
--cui-table-hover-bg: rgba(89, 103, 123, 0.99025);
|
|
2071
1964
|
--cui-table-hover-color: rgba(255, 255, 255, 0.87);
|
|
2072
1965
|
color: var(--cui-table-color);
|
|
2073
1966
|
border-color: var(--cui-table-border-color);
|
|
@@ -2110,6 +2003,7 @@ progress {
|
|
|
2110
2003
|
}
|
|
2111
2004
|
.form-label {
|
|
2112
2005
|
margin-bottom: 0.5rem;
|
|
2006
|
+
color: var(--cui-form-label-color, );
|
|
2113
2007
|
}
|
|
2114
2008
|
|
|
2115
2009
|
.col-form-label {
|
|
@@ -2118,6 +2012,7 @@ progress {
|
|
|
2118
2012
|
margin-bottom: 0;
|
|
2119
2013
|
font-size: inherit;
|
|
2120
2014
|
line-height: 1.5;
|
|
2015
|
+
color: var(--cui-form-label-color, );
|
|
2121
2016
|
}
|
|
2122
2017
|
|
|
2123
2018
|
.col-form-label-lg {
|
|
@@ -2135,7 +2030,7 @@ progress {
|
|
|
2135
2030
|
.form-text {
|
|
2136
2031
|
margin-top: 0.25rem;
|
|
2137
2032
|
font-size: 0.875em;
|
|
2138
|
-
color: var(--cui-secondary-color);
|
|
2033
|
+
color: var(--cui-form-text-color, var(--cui-secondary-color));
|
|
2139
2034
|
}
|
|
2140
2035
|
|
|
2141
2036
|
.form-control {
|
|
@@ -2145,13 +2040,13 @@ progress {
|
|
|
2145
2040
|
font-size: 1rem;
|
|
2146
2041
|
font-weight: 400;
|
|
2147
2042
|
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);
|
|
2043
|
+
color: var(--cui-input-color, var(--cui-body-color));
|
|
2152
2044
|
-webkit-appearance: none;
|
|
2153
2045
|
-moz-appearance: none;
|
|
2154
2046
|
appearance: none;
|
|
2047
|
+
background-color: var(--cui-input-bg, var(--cui-body-bg));
|
|
2048
|
+
background-clip: padding-box;
|
|
2049
|
+
border: var(--cui-border-width) solid var(--cui-input-border-color, var(--cui-border-color));
|
|
2155
2050
|
border-radius: var(--cui-border-radius);
|
|
2156
2051
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2157
2052
|
}
|
|
@@ -2167,9 +2062,9 @@ progress {
|
|
|
2167
2062
|
cursor: pointer;
|
|
2168
2063
|
}
|
|
2169
2064
|
.form-control:focus {
|
|
2170
|
-
color: var(--cui-body-color);
|
|
2171
|
-
background-color: var(--cui-body-bg);
|
|
2172
|
-
border-color: #998fed;
|
|
2065
|
+
color: var(--cui-input-focus-color, var(--cui-body-color));
|
|
2066
|
+
background-color: var(--cui-input-focus-bg, var(--cui-body-bg));
|
|
2067
|
+
border-color: var(--cui-input-focus-border-color, #998fed);
|
|
2173
2068
|
outline: 0;
|
|
2174
2069
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2175
2070
|
}
|
|
@@ -2199,8 +2094,8 @@ progress {
|
|
|
2199
2094
|
margin: -0.375rem -0.75rem;
|
|
2200
2095
|
-webkit-margin-end: 0.75rem;
|
|
2201
2096
|
margin-inline-end: 0.75rem;
|
|
2202
|
-
color: var(--cui-body-color);
|
|
2203
|
-
background-color: var(--cui-tertiary-bg);
|
|
2097
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2098
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2204
2099
|
pointer-events: none;
|
|
2205
2100
|
border-color: inherit;
|
|
2206
2101
|
border-style: solid;
|
|
@@ -2215,8 +2110,8 @@ progress {
|
|
|
2215
2110
|
margin: -0.375rem -0.75rem;
|
|
2216
2111
|
-webkit-margin-end: 0.75rem;
|
|
2217
2112
|
margin-inline-end: 0.75rem;
|
|
2218
|
-
color: var(--cui-body-color);
|
|
2219
|
-
background-color: var(--cui-tertiary-bg);
|
|
2113
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2114
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2220
2115
|
pointer-events: none;
|
|
2221
2116
|
border-color: inherit;
|
|
2222
2117
|
border-style: solid;
|
|
@@ -2235,10 +2130,10 @@ progress {
|
|
|
2235
2130
|
}
|
|
2236
2131
|
}
|
|
2237
2132
|
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
|
2238
|
-
background-color: var(--cui-secondary-bg);
|
|
2133
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2239
2134
|
}
|
|
2240
2135
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
2241
|
-
background-color: var(--cui-secondary-bg);
|
|
2136
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2242
2137
|
}
|
|
2243
2138
|
|
|
2244
2139
|
.form-control-plaintext {
|
|
@@ -2247,7 +2142,7 @@ progress {
|
|
|
2247
2142
|
padding: 0.375rem 0;
|
|
2248
2143
|
margin-bottom: 0;
|
|
2249
2144
|
line-height: 1.5;
|
|
2250
|
-
color: var(--cui-body-color);
|
|
2145
|
+
color: var(--cui-input-plaintext-color, var(--cui-body-color));
|
|
2251
2146
|
background-color: transparent;
|
|
2252
2147
|
border: solid transparent;
|
|
2253
2148
|
border-width: var(--cui-border-width) 0;
|
|
@@ -2332,25 +2227,26 @@ textarea.form-control-lg {
|
|
|
2332
2227
|
}
|
|
2333
2228
|
|
|
2334
2229
|
.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='%
|
|
2230
|
+
--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
2231
|
display: block;
|
|
2337
2232
|
width: 100%;
|
|
2338
2233
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
2234
|
+
-moz-padding-start: calc(0.75rem - 3px);
|
|
2339
2235
|
font-size: 1rem;
|
|
2340
2236
|
font-weight: 400;
|
|
2341
2237
|
line-height: 1.5;
|
|
2342
|
-
color: var(--cui-body-color);
|
|
2343
|
-
|
|
2238
|
+
color: var(--cui-form-select-color, var(--cui-body-color));
|
|
2239
|
+
-webkit-appearance: none;
|
|
2240
|
+
-moz-appearance: none;
|
|
2241
|
+
appearance: none;
|
|
2242
|
+
background-color: var(--cui-form-select-bg, var(--cui-body-bg));
|
|
2344
2243
|
background-image: var(--cui-form-select-bg-img), var(--cui-form-select-bg-icon, none);
|
|
2345
2244
|
background-repeat: no-repeat;
|
|
2346
2245
|
background-position: right 0.75rem center;
|
|
2347
2246
|
background-size: 16px 12px;
|
|
2348
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2247
|
+
border: var(--cui-border-width) solid var(--cui-form-select-border-color, var(--cui-border-color));
|
|
2349
2248
|
border-radius: var(--cui-border-radius);
|
|
2350
2249
|
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
2250
|
}
|
|
2355
2251
|
@media (prefers-reduced-motion: reduce) {
|
|
2356
2252
|
.form-select {
|
|
@@ -2358,7 +2254,7 @@ textarea.form-control-lg {
|
|
|
2358
2254
|
}
|
|
2359
2255
|
}
|
|
2360
2256
|
.form-select:focus {
|
|
2361
|
-
border-color: var(#998fed);
|
|
2257
|
+
border-color: var(--cui-form-select-focus-border-color, #998fed);
|
|
2362
2258
|
outline: 0;
|
|
2363
2259
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2364
2260
|
}
|
|
@@ -2367,11 +2263,12 @@ textarea.form-control-lg {
|
|
|
2367
2263
|
background-image: none;
|
|
2368
2264
|
}
|
|
2369
2265
|
.form-select:disabled {
|
|
2370
|
-
|
|
2266
|
+
color: var(--cui-form-select-disabled-color, );
|
|
2267
|
+
background-color: var(--cui-form-select-disabled-bg, var(--cui-secondary-bg));
|
|
2371
2268
|
}
|
|
2372
2269
|
.form-select:-moz-focusring {
|
|
2373
2270
|
color: transparent;
|
|
2374
|
-
text-shadow: 0 0 0 var(--cui-body-color);
|
|
2271
|
+
text-shadow: 0 0 0 var(--cui-form-select-color, var(--cui-body-color));
|
|
2375
2272
|
}
|
|
2376
2273
|
|
|
2377
2274
|
.form-select-sm {
|
|
@@ -2390,10 +2287,6 @@ textarea.form-control-lg {
|
|
|
2390
2287
|
border-radius: var(--cui-border-radius-lg);
|
|
2391
2288
|
}
|
|
2392
2289
|
|
|
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
2290
|
.form-check {
|
|
2398
2291
|
display: block;
|
|
2399
2292
|
min-height: 1.5rem;
|
|
@@ -2422,15 +2315,15 @@ textarea.form-control-lg {
|
|
|
2422
2315
|
height: 1em;
|
|
2423
2316
|
margin-top: 0.25em;
|
|
2424
2317
|
vertical-align: top;
|
|
2318
|
+
-webkit-appearance: none;
|
|
2319
|
+
-moz-appearance: none;
|
|
2320
|
+
appearance: none;
|
|
2425
2321
|
background-color: var(--cui-form-check-bg);
|
|
2426
2322
|
background-image: var(--cui-form-check-bg-image);
|
|
2427
2323
|
background-repeat: no-repeat;
|
|
2428
2324
|
background-position: center;
|
|
2429
2325
|
background-size: contain;
|
|
2430
2326
|
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2431
|
-
-webkit-appearance: none;
|
|
2432
|
-
-moz-appearance: none;
|
|
2433
|
-
appearance: none;
|
|
2434
2327
|
-webkit-print-color-adjust: exact;
|
|
2435
2328
|
color-adjust: exact;
|
|
2436
2329
|
print-color-adjust: exact;
|
|
@@ -2482,7 +2375,7 @@ textarea.form-control-lg {
|
|
|
2482
2375
|
padding-left: 2.5em;
|
|
2483
2376
|
}
|
|
2484
2377
|
.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%
|
|
2378
|
+
--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
2379
|
width: 2em;
|
|
2487
2380
|
margin-left: -2.5em;
|
|
2488
2381
|
background-image: var(--cui-form-switch-bg);
|
|
@@ -2503,11 +2396,11 @@ textarea.form-control-lg {
|
|
|
2503
2396
|
--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
2397
|
}
|
|
2505
2398
|
.form-switch.form-check-reverse {
|
|
2506
|
-
padding-right:
|
|
2399
|
+
padding-right: 1.5em;
|
|
2507
2400
|
padding-left: 0;
|
|
2508
2401
|
}
|
|
2509
2402
|
.form-switch.form-check-reverse .form-check-input {
|
|
2510
|
-
margin-right: -
|
|
2403
|
+
margin-right: -1.5em;
|
|
2511
2404
|
margin-left: 0;
|
|
2512
2405
|
}
|
|
2513
2406
|
|
|
@@ -2553,18 +2446,14 @@ textarea.form-control-lg {
|
|
|
2553
2446
|
opacity: 0.65;
|
|
2554
2447
|
}
|
|
2555
2448
|
|
|
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
2449
|
.form-range {
|
|
2561
2450
|
width: 100%;
|
|
2562
2451
|
height: 1.5rem;
|
|
2563
2452
|
padding: 0;
|
|
2564
|
-
background-color: transparent;
|
|
2565
2453
|
-webkit-appearance: none;
|
|
2566
2454
|
-moz-appearance: none;
|
|
2567
2455
|
appearance: none;
|
|
2456
|
+
background-color: transparent;
|
|
2568
2457
|
}
|
|
2569
2458
|
.form-range:focus {
|
|
2570
2459
|
outline: 0;
|
|
@@ -2582,13 +2471,13 @@ textarea.form-control-lg {
|
|
|
2582
2471
|
width: 1rem;
|
|
2583
2472
|
height: 1rem;
|
|
2584
2473
|
margin-top: -0.25rem;
|
|
2585
|
-
|
|
2474
|
+
-webkit-appearance: none;
|
|
2475
|
+
appearance: none;
|
|
2476
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2586
2477
|
border: 0;
|
|
2587
2478
|
border-radius: 1rem;
|
|
2588
2479
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2589
2480
|
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
2481
|
}
|
|
2593
2482
|
@media (prefers-reduced-motion: reduce) {
|
|
2594
2483
|
.form-range::-webkit-slider-thumb {
|
|
@@ -2597,27 +2486,27 @@ textarea.form-control-lg {
|
|
|
2597
2486
|
}
|
|
2598
2487
|
}
|
|
2599
2488
|
.form-range::-webkit-slider-thumb:active {
|
|
2600
|
-
background-color: #c2bcf4;
|
|
2489
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2601
2490
|
}
|
|
2602
2491
|
.form-range::-webkit-slider-runnable-track {
|
|
2603
2492
|
width: 100%;
|
|
2604
2493
|
height: 0.5rem;
|
|
2605
2494
|
color: transparent;
|
|
2606
2495
|
cursor: pointer;
|
|
2607
|
-
background-color: var(--cui-tertiary-bg);
|
|
2496
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-tertiary-bg));
|
|
2608
2497
|
border-color: transparent;
|
|
2609
2498
|
border-radius: 1rem;
|
|
2610
2499
|
}
|
|
2611
2500
|
.form-range::-moz-range-thumb {
|
|
2612
2501
|
width: 1rem;
|
|
2613
2502
|
height: 1rem;
|
|
2614
|
-
|
|
2503
|
+
-moz-appearance: none;
|
|
2504
|
+
appearance: none;
|
|
2505
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2615
2506
|
border: 0;
|
|
2616
2507
|
border-radius: 1rem;
|
|
2617
2508
|
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2618
2509
|
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
2510
|
}
|
|
2622
2511
|
@media (prefers-reduced-motion: reduce) {
|
|
2623
2512
|
.form-range::-moz-range-thumb {
|
|
@@ -2626,14 +2515,14 @@ textarea.form-control-lg {
|
|
|
2626
2515
|
}
|
|
2627
2516
|
}
|
|
2628
2517
|
.form-range::-moz-range-thumb:active {
|
|
2629
|
-
background-color: #c2bcf4;
|
|
2518
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2630
2519
|
}
|
|
2631
2520
|
.form-range::-moz-range-track {
|
|
2632
2521
|
width: 100%;
|
|
2633
2522
|
height: 0.5rem;
|
|
2634
2523
|
color: transparent;
|
|
2635
2524
|
cursor: pointer;
|
|
2636
|
-
background-color: var(--cui-tertiary-bg);
|
|
2525
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-tertiary-bg));
|
|
2637
2526
|
border-color: transparent;
|
|
2638
2527
|
border-radius: 1rem;
|
|
2639
2528
|
}
|
|
@@ -2641,10 +2530,10 @@ textarea.form-control-lg {
|
|
|
2641
2530
|
pointer-events: none;
|
|
2642
2531
|
}
|
|
2643
2532
|
.form-range:disabled::-webkit-slider-thumb {
|
|
2644
|
-
background-color: var(--cui-secondary-color);
|
|
2533
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2645
2534
|
}
|
|
2646
2535
|
.form-range:disabled::-moz-range-thumb {
|
|
2647
|
-
background-color: var(--cui-secondary-color);
|
|
2536
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2648
2537
|
}
|
|
2649
2538
|
|
|
2650
2539
|
.form-floating {
|
|
@@ -2747,10 +2636,12 @@ textarea.form-control-lg {
|
|
|
2747
2636
|
.form-floating > .form-control-plaintext ~ label {
|
|
2748
2637
|
border-width: var(--cui-border-width) 0;
|
|
2749
2638
|
}
|
|
2750
|
-
.form-floating > :disabled ~ label
|
|
2751
|
-
|
|
2639
|
+
.form-floating > :disabled ~ label,
|
|
2640
|
+
.form-floating > .form-control:disabled ~ label {
|
|
2641
|
+
color: #8a93a2;
|
|
2752
2642
|
}
|
|
2753
|
-
.form-floating > :disabled ~ label::after
|
|
2643
|
+
.form-floating > :disabled ~ label::after,
|
|
2644
|
+
.form-floating > .form-control:disabled ~ label::after {
|
|
2754
2645
|
background-color: var(--cui-secondary-bg);
|
|
2755
2646
|
}
|
|
2756
2647
|
|
|
@@ -3038,7 +2929,7 @@ textarea.form-control-lg {
|
|
|
3038
2929
|
--cui-btn-border-color: transparent;
|
|
3039
2930
|
--cui-btn-border-radius: var(--cui-border-radius);
|
|
3040
2931
|
--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(
|
|
2932
|
+
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 21, 0.075);
|
|
3042
2933
|
--cui-btn-disabled-opacity: 0.65;
|
|
3043
2934
|
--cui-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cui-btn-focus-shadow-rgb), .5);
|
|
3044
2935
|
display: inline-block;
|
|
@@ -3120,129 +3011,129 @@ textarea.form-control-lg {
|
|
|
3120
3011
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3121
3012
|
--cui-btn-active-bg: #5b4ce2;
|
|
3122
3013
|
--cui-btn-active-border-color: #4735df;
|
|
3123
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3014
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3124
3015
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3125
3016
|
--cui-btn-disabled-bg: #321fdb;
|
|
3126
3017
|
--cui-btn-disabled-border-color: #321fdb;
|
|
3127
3018
|
}
|
|
3128
3019
|
|
|
3129
3020
|
.btn-secondary {
|
|
3130
|
-
--cui-btn-color:
|
|
3021
|
+
--cui-btn-color: #000015;
|
|
3131
3022
|
--cui-btn-bg: #9da5b1;
|
|
3132
3023
|
--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:
|
|
3024
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3025
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3026
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3027
|
+
--cui-btn-focus-shadow-rgb: 133, 140, 154;
|
|
3028
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3029
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3030
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3031
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3032
|
+
--cui-btn-disabled-color: #000015;
|
|
3142
3033
|
--cui-btn-disabled-bg: #9da5b1;
|
|
3143
3034
|
--cui-btn-disabled-border-color: #9da5b1;
|
|
3144
3035
|
}
|
|
3145
3036
|
|
|
3146
3037
|
.btn-success {
|
|
3147
|
-
--cui-btn-color:
|
|
3038
|
+
--cui-btn-color: #000015;
|
|
3148
3039
|
--cui-btn-bg: #2eb85c;
|
|
3149
3040
|
--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:
|
|
3041
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3042
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3043
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3044
|
+
--cui-btn-focus-shadow-rgb: 39, 156, 81;
|
|
3045
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3046
|
+
--cui-btn-active-bg: #58c67d;
|
|
3047
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3048
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3049
|
+
--cui-btn-disabled-color: #000015;
|
|
3159
3050
|
--cui-btn-disabled-bg: #2eb85c;
|
|
3160
3051
|
--cui-btn-disabled-border-color: #2eb85c;
|
|
3161
3052
|
}
|
|
3162
3053
|
|
|
3163
3054
|
.btn-danger {
|
|
3164
|
-
--cui-btn-color: #
|
|
3055
|
+
--cui-btn-color: #000015;
|
|
3165
3056
|
--cui-btn-bg: #e55353;
|
|
3166
3057
|
--cui-btn-border-color: #e55353;
|
|
3167
|
-
--cui-btn-hover-color: #
|
|
3058
|
+
--cui-btn-hover-color: #000015;
|
|
3168
3059
|
--cui-btn-hover-bg: #e96d6d;
|
|
3169
3060
|
--cui-btn-hover-border-color: #e86464;
|
|
3170
|
-
--cui-btn-focus-shadow-rgb:
|
|
3171
|
-
--cui-btn-active-color: #
|
|
3061
|
+
--cui-btn-focus-shadow-rgb: 195, 71, 74;
|
|
3062
|
+
--cui-btn-active-color: #000015;
|
|
3172
3063
|
--cui-btn-active-bg: #ea7575;
|
|
3173
3064
|
--cui-btn-active-border-color: #e86464;
|
|
3174
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3175
|
-
--cui-btn-disabled-color: #
|
|
3065
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3066
|
+
--cui-btn-disabled-color: #000015;
|
|
3176
3067
|
--cui-btn-disabled-bg: #e55353;
|
|
3177
3068
|
--cui-btn-disabled-border-color: #e55353;
|
|
3178
3069
|
}
|
|
3179
3070
|
|
|
3180
3071
|
.btn-warning {
|
|
3181
|
-
--cui-btn-color: rgba(
|
|
3072
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3182
3073
|
--cui-btn-bg: #f9b115;
|
|
3183
3074
|
--cui-btn-border-color: #f9b115;
|
|
3184
|
-
--cui-btn-hover-color:
|
|
3075
|
+
--cui-btn-hover-color: #000015;
|
|
3185
3076
|
--cui-btn-hover-bg: #d49612;
|
|
3186
3077
|
--cui-btn-hover-border-color: #c78e11;
|
|
3187
|
-
--cui-btn-focus-shadow-rgb:
|
|
3188
|
-
--cui-btn-active-color: #
|
|
3078
|
+
--cui-btn-focus-shadow-rgb: 221, 160, 28;
|
|
3079
|
+
--cui-btn-active-color: #000015;
|
|
3189
3080
|
--cui-btn-active-bg: #c78e11;
|
|
3190
3081
|
--cui-btn-active-border-color: #bb8510;
|
|
3191
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3192
|
-
--cui-btn-disabled-color: rgba(
|
|
3082
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3083
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3193
3084
|
--cui-btn-disabled-bg: #f9b115;
|
|
3194
3085
|
--cui-btn-disabled-border-color: #f9b115;
|
|
3195
3086
|
}
|
|
3196
3087
|
|
|
3197
3088
|
.btn-info {
|
|
3198
|
-
--cui-btn-color: #
|
|
3089
|
+
--cui-btn-color: #000015;
|
|
3199
3090
|
--cui-btn-bg: #39f;
|
|
3200
3091
|
--cui-btn-border-color: #39f;
|
|
3201
|
-
--cui-btn-hover-color:
|
|
3092
|
+
--cui-btn-hover-color: #000015;
|
|
3202
3093
|
--cui-btn-hover-bg: #52a8ff;
|
|
3203
3094
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3204
|
-
--cui-btn-focus-shadow-rgb:
|
|
3205
|
-
--cui-btn-active-color:
|
|
3095
|
+
--cui-btn-focus-shadow-rgb: 43, 130, 220;
|
|
3096
|
+
--cui-btn-active-color: #000015;
|
|
3206
3097
|
--cui-btn-active-bg: #5cadff;
|
|
3207
3098
|
--cui-btn-active-border-color: #47a3ff;
|
|
3208
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3209
|
-
--cui-btn-disabled-color: #
|
|
3099
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3100
|
+
--cui-btn-disabled-color: #000015;
|
|
3210
3101
|
--cui-btn-disabled-bg: #39f;
|
|
3211
3102
|
--cui-btn-disabled-border-color: #39f;
|
|
3212
3103
|
}
|
|
3213
3104
|
|
|
3214
3105
|
.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: #
|
|
3106
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3107
|
+
--cui-btn-bg: #ebedef;
|
|
3108
|
+
--cui-btn-border-color: #ebedef;
|
|
3109
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3110
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3111
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3112
|
+
--cui-btn-focus-shadow-rgb: 209, 212, 216;
|
|
3113
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3114
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3115
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3116
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3117
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3118
|
+
--cui-btn-disabled-bg: #ebedef;
|
|
3119
|
+
--cui-btn-disabled-border-color: #ebedef;
|
|
3229
3120
|
}
|
|
3230
3121
|
|
|
3231
3122
|
.btn-dark {
|
|
3232
3123
|
--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(
|
|
3124
|
+
--cui-btn-bg: #4f5d73;
|
|
3125
|
+
--cui-btn-border-color: #4f5d73;
|
|
3126
|
+
--cui-btn-hover-color: #fff;
|
|
3127
|
+
--cui-btn-hover-bg: #697588;
|
|
3128
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3129
|
+
--cui-btn-focus-shadow-rgb: 100, 112, 132;
|
|
3130
|
+
--cui-btn-active-color: #fff;
|
|
3131
|
+
--cui-btn-active-bg: #727d8f;
|
|
3132
|
+
--cui-btn-active-border-color: #616d81;
|
|
3133
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3243
3134
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3244
|
-
--cui-btn-disabled-bg: #
|
|
3245
|
-
--cui-btn-disabled-border-color: #
|
|
3135
|
+
--cui-btn-disabled-bg: #4f5d73;
|
|
3136
|
+
--cui-btn-disabled-border-color: #4f5d73;
|
|
3246
3137
|
}
|
|
3247
3138
|
|
|
3248
3139
|
.btn-outline-primary {
|
|
@@ -3255,7 +3146,7 @@ textarea.form-control-lg {
|
|
|
3255
3146
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3256
3147
|
--cui-btn-active-bg: #5b4ce2;
|
|
3257
3148
|
--cui-btn-active-border-color: #4735df;
|
|
3258
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3149
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3259
3150
|
--cui-btn-disabled-color: #321fdb;
|
|
3260
3151
|
--cui-btn-disabled-bg: transparent;
|
|
3261
3152
|
--cui-gradient: none;
|
|
@@ -3264,14 +3155,14 @@ textarea.form-control-lg {
|
|
|
3264
3155
|
.btn-outline-secondary {
|
|
3265
3156
|
--cui-btn-color: #9da5b1;
|
|
3266
3157
|
--cui-btn-border-color: #9da5b1;
|
|
3267
|
-
--cui-btn-hover-color:
|
|
3268
|
-
--cui-btn-hover-bg: #
|
|
3269
|
-
--cui-btn-hover-border-color: #
|
|
3158
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3159
|
+
--cui-btn-hover-bg: #b1b7c1;
|
|
3160
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3270
3161
|
--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(
|
|
3162
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3163
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3164
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3165
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3275
3166
|
--cui-btn-disabled-color: #9da5b1;
|
|
3276
3167
|
--cui-btn-disabled-bg: transparent;
|
|
3277
3168
|
--cui-gradient: none;
|
|
@@ -3280,14 +3171,14 @@ textarea.form-control-lg {
|
|
|
3280
3171
|
.btn-outline-success {
|
|
3281
3172
|
--cui-btn-color: #2eb85c;
|
|
3282
3173
|
--cui-btn-border-color: #2eb85c;
|
|
3283
|
-
--cui-btn-hover-color:
|
|
3284
|
-
--cui-btn-hover-bg: #
|
|
3285
|
-
--cui-btn-hover-border-color: #
|
|
3174
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3175
|
+
--cui-btn-hover-bg: #58c67d;
|
|
3176
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3286
3177
|
--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(
|
|
3178
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3179
|
+
--cui-btn-active-bg: #58c67d;
|
|
3180
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3181
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3291
3182
|
--cui-btn-disabled-color: #2eb85c;
|
|
3292
3183
|
--cui-btn-disabled-bg: transparent;
|
|
3293
3184
|
--cui-gradient: none;
|
|
@@ -3296,14 +3187,14 @@ textarea.form-control-lg {
|
|
|
3296
3187
|
.btn-outline-danger {
|
|
3297
3188
|
--cui-btn-color: #e55353;
|
|
3298
3189
|
--cui-btn-border-color: #e55353;
|
|
3299
|
-
--cui-btn-hover-color: #
|
|
3190
|
+
--cui-btn-hover-color: #000015;
|
|
3300
3191
|
--cui-btn-hover-bg: #ea7575;
|
|
3301
3192
|
--cui-btn-hover-border-color: #e86464;
|
|
3302
3193
|
--cui-btn-focus-shadow-rgb: 229, 83, 83;
|
|
3303
|
-
--cui-btn-active-color: #
|
|
3194
|
+
--cui-btn-active-color: #000015;
|
|
3304
3195
|
--cui-btn-active-bg: #ea7575;
|
|
3305
3196
|
--cui-btn-active-border-color: #e86464;
|
|
3306
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3197
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3307
3198
|
--cui-btn-disabled-color: #e55353;
|
|
3308
3199
|
--cui-btn-disabled-bg: transparent;
|
|
3309
3200
|
--cui-gradient: none;
|
|
@@ -3312,14 +3203,14 @@ textarea.form-control-lg {
|
|
|
3312
3203
|
.btn-outline-warning {
|
|
3313
3204
|
--cui-btn-color: #f9b115;
|
|
3314
3205
|
--cui-btn-border-color: #f9b115;
|
|
3315
|
-
--cui-btn-hover-color:
|
|
3206
|
+
--cui-btn-hover-color: #000015;
|
|
3316
3207
|
--cui-btn-hover-bg: #c78e11;
|
|
3317
3208
|
--cui-btn-hover-border-color: #bb8510;
|
|
3318
3209
|
--cui-btn-focus-shadow-rgb: 249, 177, 21;
|
|
3319
|
-
--cui-btn-active-color: #
|
|
3210
|
+
--cui-btn-active-color: #000015;
|
|
3320
3211
|
--cui-btn-active-bg: #c78e11;
|
|
3321
3212
|
--cui-btn-active-border-color: #bb8510;
|
|
3322
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3213
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3323
3214
|
--cui-btn-disabled-color: #f9b115;
|
|
3324
3215
|
--cui-btn-disabled-bg: transparent;
|
|
3325
3216
|
--cui-gradient: none;
|
|
@@ -3328,47 +3219,47 @@ textarea.form-control-lg {
|
|
|
3328
3219
|
.btn-outline-info {
|
|
3329
3220
|
--cui-btn-color: #39f;
|
|
3330
3221
|
--cui-btn-border-color: #39f;
|
|
3331
|
-
--cui-btn-hover-color:
|
|
3222
|
+
--cui-btn-hover-color: #000015;
|
|
3332
3223
|
--cui-btn-hover-bg: #5cadff;
|
|
3333
3224
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3334
3225
|
--cui-btn-focus-shadow-rgb: 51, 153, 255;
|
|
3335
|
-
--cui-btn-active-color:
|
|
3226
|
+
--cui-btn-active-color: #000015;
|
|
3336
3227
|
--cui-btn-active-bg: #5cadff;
|
|
3337
3228
|
--cui-btn-active-border-color: #47a3ff;
|
|
3338
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3229
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3339
3230
|
--cui-btn-disabled-color: #39f;
|
|
3340
3231
|
--cui-btn-disabled-bg: transparent;
|
|
3341
3232
|
--cui-gradient: none;
|
|
3342
3233
|
}
|
|
3343
3234
|
|
|
3344
3235
|
.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: #
|
|
3236
|
+
--cui-btn-color: #ebedef;
|
|
3237
|
+
--cui-btn-border-color: #ebedef;
|
|
3238
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3239
|
+
--cui-btn-hover-bg: #bcbebf;
|
|
3240
|
+
--cui-btn-hover-border-color: #b0b2b3;
|
|
3241
|
+
--cui-btn-focus-shadow-rgb: 235, 237, 239;
|
|
3242
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3243
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3244
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3245
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3246
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3356
3247
|
--cui-btn-disabled-bg: transparent;
|
|
3357
3248
|
--cui-gradient: none;
|
|
3358
3249
|
}
|
|
3359
3250
|
|
|
3360
3251
|
.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: #
|
|
3252
|
+
--cui-btn-color: #4f5d73;
|
|
3253
|
+
--cui-btn-border-color: #4f5d73;
|
|
3254
|
+
--cui-btn-hover-color: #fff;
|
|
3255
|
+
--cui-btn-hover-bg: #727d8f;
|
|
3256
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3257
|
+
--cui-btn-focus-shadow-rgb: 79, 93, 115;
|
|
3258
|
+
--cui-btn-active-color: #fff;
|
|
3259
|
+
--cui-btn-active-bg: #727d8f;
|
|
3260
|
+
--cui-btn-active-border-color: #616d81;
|
|
3261
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3262
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3372
3263
|
--cui-btn-disabled-bg: transparent;
|
|
3373
3264
|
--cui-gradient: none;
|
|
3374
3265
|
}
|
|
@@ -3387,24 +3278,24 @@ textarea.form-control-lg {
|
|
|
3387
3278
|
|
|
3388
3279
|
.btn-ghost-secondary {
|
|
3389
3280
|
--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:
|
|
3281
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3282
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3283
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3284
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3285
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3286
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3396
3287
|
--cui-btn-disabled-color: #9da5b1;
|
|
3397
3288
|
--cui-btn-shadow: rgba(157, 165, 177, 0.5);
|
|
3398
3289
|
}
|
|
3399
3290
|
|
|
3400
3291
|
.btn-ghost-success {
|
|
3401
3292
|
--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:
|
|
3293
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3294
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3295
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3296
|
+
--cui-btn-active-bg: #58c67d;
|
|
3297
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3298
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3408
3299
|
--cui-btn-disabled-color: #2eb85c;
|
|
3409
3300
|
--cui-btn-shadow: rgba(46, 184, 92, 0.5);
|
|
3410
3301
|
}
|
|
@@ -3413,10 +3304,10 @@ textarea.form-control-lg {
|
|
|
3413
3304
|
--cui-btn-color: #e55353;
|
|
3414
3305
|
--cui-btn-hover-bg: #e96d6d;
|
|
3415
3306
|
--cui-btn-hover-border-color: #e86464;
|
|
3416
|
-
--cui-btn-hover-color: #
|
|
3307
|
+
--cui-btn-hover-color: #000015;
|
|
3417
3308
|
--cui-btn-active-bg: #ea7575;
|
|
3418
3309
|
--cui-btn-active-border-color: #e86464;
|
|
3419
|
-
--cui-btn-active-color: #
|
|
3310
|
+
--cui-btn-active-color: #000015;
|
|
3420
3311
|
--cui-btn-disabled-color: #e55353;
|
|
3421
3312
|
--cui-btn-shadow: rgba(229, 83, 83, 0.5);
|
|
3422
3313
|
}
|
|
@@ -3425,10 +3316,10 @@ textarea.form-control-lg {
|
|
|
3425
3316
|
--cui-btn-color: #f9b115;
|
|
3426
3317
|
--cui-btn-hover-bg: #d49612;
|
|
3427
3318
|
--cui-btn-hover-border-color: #c78e11;
|
|
3428
|
-
--cui-btn-hover-color:
|
|
3319
|
+
--cui-btn-hover-color: #000015;
|
|
3429
3320
|
--cui-btn-active-bg: #c78e11;
|
|
3430
3321
|
--cui-btn-active-border-color: #bb8510;
|
|
3431
|
-
--cui-btn-active-color: #
|
|
3322
|
+
--cui-btn-active-color: #000015;
|
|
3432
3323
|
--cui-btn-disabled-color: #f9b115;
|
|
3433
3324
|
--cui-btn-shadow: rgba(249, 177, 21, 0.5);
|
|
3434
3325
|
}
|
|
@@ -3437,36 +3328,36 @@ textarea.form-control-lg {
|
|
|
3437
3328
|
--cui-btn-color: #39f;
|
|
3438
3329
|
--cui-btn-hover-bg: #52a8ff;
|
|
3439
3330
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3440
|
-
--cui-btn-hover-color:
|
|
3331
|
+
--cui-btn-hover-color: #000015;
|
|
3441
3332
|
--cui-btn-active-bg: #5cadff;
|
|
3442
3333
|
--cui-btn-active-border-color: #47a3ff;
|
|
3443
|
-
--cui-btn-active-color:
|
|
3334
|
+
--cui-btn-active-color: #000015;
|
|
3444
3335
|
--cui-btn-disabled-color: #39f;
|
|
3445
3336
|
--cui-btn-shadow: rgba(51, 153, 255, 0.5);
|
|
3446
3337
|
}
|
|
3447
3338
|
|
|
3448
3339
|
.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(
|
|
3340
|
+
--cui-btn-color: #ebedef;
|
|
3341
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3342
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3343
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3344
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3345
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3346
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3347
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3348
|
+
--cui-btn-shadow: rgba(235, 237, 239, 0.5);
|
|
3458
3349
|
}
|
|
3459
3350
|
|
|
3460
3351
|
.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(
|
|
3352
|
+
--cui-btn-color: #4f5d73;
|
|
3353
|
+
--cui-btn-hover-bg: #697588;
|
|
3354
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3355
|
+
--cui-btn-hover-color: #fff;
|
|
3356
|
+
--cui-btn-active-bg: #727d8f;
|
|
3357
|
+
--cui-btn-active-border-color: #616d81;
|
|
3358
|
+
--cui-btn-active-color: #fff;
|
|
3359
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3360
|
+
--cui-btn-shadow: rgba(79, 93, 115, 0.5);
|
|
3470
3361
|
}
|
|
3471
3362
|
|
|
3472
3363
|
.btn-link {
|
|
@@ -3477,7 +3368,7 @@ textarea.form-control-lg {
|
|
|
3477
3368
|
--cui-btn-hover-color: var(--cui-link-hover-color);
|
|
3478
3369
|
--cui-btn-hover-border-color: transparent;
|
|
3479
3370
|
--cui-btn-active-border-color: transparent;
|
|
3480
|
-
--cui-btn-disabled-color: #
|
|
3371
|
+
--cui-btn-disabled-color: #8a93a2;
|
|
3481
3372
|
--cui-btn-disabled-border-color: transparent;
|
|
3482
3373
|
--cui-btn-box-shadow: none;
|
|
3483
3374
|
--cui-btn-focus-shadow-rgb: 75, 58, 223;
|
|
@@ -3501,259 +3392,6 @@ textarea.form-control-lg {
|
|
|
3501
3392
|
--cui-btn-border-radius: var(--cui-border-radius-sm);
|
|
3502
3393
|
}
|
|
3503
3394
|
|
|
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
3395
|
.fade {
|
|
3758
3396
|
transition: opacity 0.15s linear;
|
|
3759
3397
|
}
|
|
@@ -3832,7 +3470,7 @@ textarea.form-control-lg {
|
|
|
3832
3470
|
--cui-dropdown-inner-border-radius: calc(var(--cui-border-radius) - var(--cui-border-width));
|
|
3833
3471
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
3834
3472
|
--cui-dropdown-divider-margin-y: 0.5rem;
|
|
3835
|
-
--cui-dropdown-box-shadow: 0 0.5rem 1rem rgba(
|
|
3473
|
+
--cui-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
3836
3474
|
--cui-dropdown-link-color: var(--cui-body-color);
|
|
3837
3475
|
--cui-dropdown-link-hover-color: var(--cui-body-color);
|
|
3838
3476
|
--cui-dropdown-link-hover-bg: var(--cui-tertiary-bg);
|
|
@@ -3841,7 +3479,7 @@ textarea.form-control-lg {
|
|
|
3841
3479
|
--cui-dropdown-link-disabled-color: var(--cui-tertiary-color);
|
|
3842
3480
|
--cui-dropdown-item-padding-x: 1rem;
|
|
3843
3481
|
--cui-dropdown-item-padding-y: 0.25rem;
|
|
3844
|
-
--cui-dropdown-header-color: #
|
|
3482
|
+
--cui-dropdown-header-color: #8a93a2;
|
|
3845
3483
|
--cui-dropdown-header-padding-x: 1rem;
|
|
3846
3484
|
--cui-dropdown-header-padding-y: 0.5rem;
|
|
3847
3485
|
position: absolute;
|
|
@@ -4088,18 +3726,18 @@ textarea.form-control-lg {
|
|
|
4088
3726
|
}
|
|
4089
3727
|
|
|
4090
3728
|
.dropdown-menu-dark {
|
|
4091
|
-
--cui-dropdown-color: #
|
|
4092
|
-
--cui-dropdown-bg: #
|
|
3729
|
+
--cui-dropdown-color: #c4c9d0;
|
|
3730
|
+
--cui-dropdown-bg: #636f83;
|
|
4093
3731
|
--cui-dropdown-border-color: var(--cui-border-color-translucent);
|
|
4094
3732
|
--cui-dropdown-box-shadow: ;
|
|
4095
|
-
--cui-dropdown-link-color: #
|
|
4096
|
-
--cui-dropdown-link-hover-color:
|
|
3733
|
+
--cui-dropdown-link-color: #c4c9d0;
|
|
3734
|
+
--cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87);
|
|
4097
3735
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
4098
3736
|
--cui-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
|
|
4099
3737
|
--cui-dropdown-link-active-color: rgba(255, 255, 255, 0.87);
|
|
4100
3738
|
--cui-dropdown-link-active-bg: #321fdb;
|
|
4101
|
-
--cui-dropdown-link-disabled-color: #
|
|
4102
|
-
--cui-dropdown-header-color: #
|
|
3739
|
+
--cui-dropdown-link-disabled-color: #9da5b1;
|
|
3740
|
+
--cui-dropdown-header-color: #9da5b1;
|
|
4103
3741
|
}
|
|
4104
3742
|
|
|
4105
3743
|
.btn-group,
|
|
@@ -4239,7 +3877,7 @@ textarea.form-control-lg {
|
|
|
4239
3877
|
outline: 0;
|
|
4240
3878
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4241
3879
|
}
|
|
4242
|
-
.nav-link.disabled {
|
|
3880
|
+
.nav-link.disabled, .nav-link:disabled {
|
|
4243
3881
|
color: var(--cui-nav-link-disabled-color);
|
|
4244
3882
|
pointer-events: none;
|
|
4245
3883
|
cursor: default;
|
|
@@ -4257,7 +3895,6 @@ textarea.form-control-lg {
|
|
|
4257
3895
|
}
|
|
4258
3896
|
.nav-tabs .nav-link {
|
|
4259
3897
|
margin-bottom: calc(-1 * var(--cui-nav-tabs-border-width));
|
|
4260
|
-
background: none;
|
|
4261
3898
|
border: var(--cui-nav-tabs-border-width) solid transparent;
|
|
4262
3899
|
border-top-left-radius: var(--cui-nav-tabs-border-radius);
|
|
4263
3900
|
border-top-right-radius: var(--cui-nav-tabs-border-radius);
|
|
@@ -4266,11 +3903,6 @@ textarea.form-control-lg {
|
|
|
4266
3903
|
isolation: isolate;
|
|
4267
3904
|
border-color: var(--cui-nav-tabs-link-hover-border-color);
|
|
4268
3905
|
}
|
|
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
3906
|
.nav-tabs .nav-link.active,
|
|
4275
3907
|
.nav-tabs .nav-item.show .nav-link {
|
|
4276
3908
|
color: var(--cui-nav-tabs-link-active-color);
|
|
@@ -4289,15 +3921,8 @@ textarea.form-control-lg {
|
|
|
4289
3921
|
--cui-nav-pills-link-active-bg: #321fdb;
|
|
4290
3922
|
}
|
|
4291
3923
|
.nav-pills .nav-link {
|
|
4292
|
-
background: none;
|
|
4293
|
-
border: 0;
|
|
4294
3924
|
border-radius: var(--cui-nav-pills-border-radius);
|
|
4295
3925
|
}
|
|
4296
|
-
.nav-pills .nav-link:disabled {
|
|
4297
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4298
|
-
background-color: transparent;
|
|
4299
|
-
border-color: transparent;
|
|
4300
|
-
}
|
|
4301
3926
|
.nav-pills .nav-link.active,
|
|
4302
3927
|
.nav-pills .show > .nav-link {
|
|
4303
3928
|
color: var(--cui-nav-pills-link-active-color);
|
|
@@ -4345,7 +3970,7 @@ textarea.form-control-lg {
|
|
|
4345
3970
|
--cui-navbar-toggler-padding-y: 0.25rem;
|
|
4346
3971
|
--cui-navbar-toggler-padding-x: 0.75rem;
|
|
4347
3972
|
--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%
|
|
3973
|
+
--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
3974
|
--cui-navbar-toggler-border-color: rgba(var(--cui-emphasis-color-rgb), 0.15);
|
|
4350
3975
|
--cui-navbar-toggler-border-radius: var(--cui-border-radius);
|
|
4351
3976
|
--cui-navbar-toggler-focus-width: 0.25rem;
|
|
@@ -4746,8 +4371,7 @@ textarea.form-control-lg {
|
|
|
4746
4371
|
overflow-y: visible;
|
|
4747
4372
|
}
|
|
4748
4373
|
|
|
4749
|
-
.navbar-dark
|
|
4750
|
-
.navbar[data-coreui-theme=dark] {
|
|
4374
|
+
.navbar-dark {
|
|
4751
4375
|
--cui-navbar-color: rgba(255, 255, 255, 0.55);
|
|
4752
4376
|
--cui-navbar-hover-color: rgba(255, 255, 255, 0.75);
|
|
4753
4377
|
--cui-navbar-disabled-color: rgba(255, 255, 255, 0.25);
|
|
@@ -4758,10 +4382,6 @@ textarea.form-control-lg {
|
|
|
4758
4382
|
--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
4383
|
}
|
|
4760
4384
|
|
|
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
4385
|
.card {
|
|
4766
4386
|
--cui-card-spacer-y: 1rem;
|
|
4767
4387
|
--cui-card-spacer-x: 1rem;
|
|
@@ -4961,17 +4581,17 @@ textarea.form-control-lg {
|
|
|
4961
4581
|
--cui-accordion-btn-padding-y: 1rem;
|
|
4962
4582
|
--cui-accordion-btn-color: var(--cui-body-color);
|
|
4963
4583
|
--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='
|
|
4584
|
+
--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
4585
|
--cui-accordion-btn-icon-width: 1.25rem;
|
|
4966
4586
|
--cui-accordion-btn-icon-transform: rotate(-180deg);
|
|
4967
4587
|
--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='%
|
|
4588
|
+
--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
4589
|
--cui-accordion-btn-focus-border-color: #998fed;
|
|
4970
4590
|
--cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4971
4591
|
--cui-accordion-body-padding-x: 1.25rem;
|
|
4972
4592
|
--cui-accordion-body-padding-y: 1rem;
|
|
4973
|
-
--cui-accordion-active-color:
|
|
4974
|
-
--cui-accordion-active-bg:
|
|
4593
|
+
--cui-accordion-active-color: #2d1cc5;
|
|
4594
|
+
--cui-accordion-active-bg: #ebe9fb;
|
|
4975
4595
|
}
|
|
4976
4596
|
|
|
4977
4597
|
.accordion-button {
|
|
@@ -5084,11 +4704,6 @@ textarea.form-control-lg {
|
|
|
5084
4704
|
border-radius: 0;
|
|
5085
4705
|
}
|
|
5086
4706
|
|
|
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
4707
|
.breadcrumb {
|
|
5093
4708
|
--cui-breadcrumb-padding-x: 0;
|
|
5094
4709
|
--cui-breadcrumb-padding-y: 0;
|
|
@@ -5220,7 +4835,7 @@ textarea.form-control-lg {
|
|
|
5220
4835
|
--cui-badge-padding-y: 0.35em;
|
|
5221
4836
|
--cui-badge-font-size: 0.75em;
|
|
5222
4837
|
--cui-badge-font-weight: 700;
|
|
5223
|
-
--cui-badge-color:
|
|
4838
|
+
--cui-badge-color: rgba(255, 255, 255, 0.87);
|
|
5224
4839
|
--cui-badge-border-radius: var(--cui-border-radius);
|
|
5225
4840
|
display: inline-block;
|
|
5226
4841
|
padding: var(--cui-badge-padding-y) var(--cui-badge-padding-x);
|
|
@@ -5288,59 +4903,59 @@ textarea.form-control-lg {
|
|
|
5288
4903
|
}
|
|
5289
4904
|
|
|
5290
4905
|
.alert-primary {
|
|
5291
|
-
--cui-alert-color:
|
|
5292
|
-
--cui-alert-bg:
|
|
5293
|
-
--cui-alert-border-color:
|
|
5294
|
-
--cui-alert-link-color:
|
|
4906
|
+
--cui-alert-color: #1e1383;
|
|
4907
|
+
--cui-alert-bg: #d6d2f8;
|
|
4908
|
+
--cui-alert-border-color: #c2bcf4;
|
|
4909
|
+
--cui-alert-link-color: #180f69;
|
|
5295
4910
|
}
|
|
5296
4911
|
|
|
5297
4912
|
.alert-secondary {
|
|
5298
|
-
--cui-alert-color:
|
|
5299
|
-
--cui-alert-bg:
|
|
5300
|
-
--cui-alert-border-color:
|
|
5301
|
-
--cui-alert-link-color:
|
|
4913
|
+
--cui-alert-color: #5e636a;
|
|
4914
|
+
--cui-alert-bg: #ebedef;
|
|
4915
|
+
--cui-alert-border-color: #e2e4e8;
|
|
4916
|
+
--cui-alert-link-color: #4b4f55;
|
|
5302
4917
|
}
|
|
5303
4918
|
|
|
5304
4919
|
.alert-success {
|
|
5305
|
-
--cui-alert-color:
|
|
5306
|
-
--cui-alert-bg:
|
|
5307
|
-
--cui-alert-border-color:
|
|
5308
|
-
--cui-alert-link-color:
|
|
4920
|
+
--cui-alert-color: #1c6e37;
|
|
4921
|
+
--cui-alert-bg: #d5f1de;
|
|
4922
|
+
--cui-alert-border-color: #c0eace;
|
|
4923
|
+
--cui-alert-link-color: #16582c;
|
|
5309
4924
|
}
|
|
5310
4925
|
|
|
5311
4926
|
.alert-info {
|
|
5312
|
-
--cui-alert-color:
|
|
5313
|
-
--cui-alert-bg:
|
|
5314
|
-
--cui-alert-border-color:
|
|
5315
|
-
--cui-alert-link-color:
|
|
4927
|
+
--cui-alert-color: #1f5c99;
|
|
4928
|
+
--cui-alert-bg: #d6ebff;
|
|
4929
|
+
--cui-alert-border-color: #c2e0ff;
|
|
4930
|
+
--cui-alert-link-color: #194a7a;
|
|
5316
4931
|
}
|
|
5317
4932
|
|
|
5318
4933
|
.alert-warning {
|
|
5319
|
-
--cui-alert-color:
|
|
5320
|
-
--cui-alert-bg:
|
|
5321
|
-
--cui-alert-border-color:
|
|
5322
|
-
--cui-alert-link-color:
|
|
4934
|
+
--cui-alert-color: #956a0d;
|
|
4935
|
+
--cui-alert-bg: #feefd0;
|
|
4936
|
+
--cui-alert-border-color: #fde8b9;
|
|
4937
|
+
--cui-alert-link-color: #77550a;
|
|
5323
4938
|
}
|
|
5324
4939
|
|
|
5325
4940
|
.alert-danger {
|
|
5326
|
-
--cui-alert-color:
|
|
5327
|
-
--cui-alert-bg:
|
|
5328
|
-
--cui-alert-border-color:
|
|
5329
|
-
--cui-alert-link-color:
|
|
4941
|
+
--cui-alert-color: #893232;
|
|
4942
|
+
--cui-alert-bg: #fadddd;
|
|
4943
|
+
--cui-alert-border-color: #f7cbcb;
|
|
4944
|
+
--cui-alert-link-color: #6e2828;
|
|
5330
4945
|
}
|
|
5331
4946
|
|
|
5332
4947
|
.alert-light {
|
|
5333
|
-
--cui-alert-color:
|
|
5334
|
-
--cui-alert-bg:
|
|
5335
|
-
--cui-alert-border-color:
|
|
5336
|
-
--cui-alert-link-color:
|
|
4948
|
+
--cui-alert-color: #8d8e8f;
|
|
4949
|
+
--cui-alert-bg: #fbfbfc;
|
|
4950
|
+
--cui-alert-border-color: #f9fafa;
|
|
4951
|
+
--cui-alert-link-color: #717272;
|
|
5337
4952
|
}
|
|
5338
4953
|
|
|
5339
4954
|
.alert-dark {
|
|
5340
|
-
--cui-alert-color:
|
|
5341
|
-
--cui-alert-bg:
|
|
5342
|
-
--cui-alert-border-color:
|
|
5343
|
-
--cui-alert-link-color:
|
|
4955
|
+
--cui-alert-color: #2f3845;
|
|
4956
|
+
--cui-alert-bg: #dcdfe3;
|
|
4957
|
+
--cui-alert-border-color: #caced5;
|
|
4958
|
+
--cui-alert-link-color: #262d37;
|
|
5344
4959
|
}
|
|
5345
4960
|
|
|
5346
4961
|
@keyframes progress-bar-stripes {
|
|
@@ -5355,7 +4970,7 @@ textarea.form-control-lg {
|
|
|
5355
4970
|
--cui-progress-bg: var(--cui-secondary-bg);
|
|
5356
4971
|
--cui-progress-border-radius: var(--cui-border-radius);
|
|
5357
4972
|
--cui-progress-box-shadow: var(--cui-box-shadow-inset);
|
|
5358
|
-
--cui-progress-bar-color:
|
|
4973
|
+
--cui-progress-bar-color: rgba(255, 255, 255, 0.87);
|
|
5359
4974
|
--cui-progress-bar-bg: var(--cui-primary);
|
|
5360
4975
|
--cui-progress-bar-transition: width 0.6s ease;
|
|
5361
4976
|
display: flex;
|
|
@@ -5686,112 +5301,88 @@ textarea.form-control-lg {
|
|
|
5686
5301
|
}
|
|
5687
5302
|
|
|
5688
5303
|
.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);
|
|
5304
|
+
--cui-list-group-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5305
|
+
--cui-list-group-bg: #d6d2f8;
|
|
5306
|
+
--cui-list-group-hover-bg: #2d1cc5;
|
|
5307
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5308
|
+
--cui-list-group-action-active-color: #fff;
|
|
5309
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5310
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5699
5311
|
}
|
|
5700
5312
|
|
|
5701
5313
|
.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);
|
|
5314
|
+
--cui-list-group-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5315
|
+
--cui-list-group-bg: #ebedef;
|
|
5316
|
+
--cui-list-group-hover-bg: #8d959f;
|
|
5317
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5318
|
+
--cui-list-group-action-active-color: #fff;
|
|
5319
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5320
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5712
5321
|
}
|
|
5713
5322
|
|
|
5714
5323
|
.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);
|
|
5324
|
+
--cui-list-group-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5325
|
+
--cui-list-group-bg: #d5f1de;
|
|
5326
|
+
--cui-list-group-hover-bg: #29a653;
|
|
5327
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5328
|
+
--cui-list-group-action-active-color: #fff;
|
|
5329
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5330
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5725
5331
|
}
|
|
5726
5332
|
|
|
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);
|
|
5333
|
+
.list-group-item-danger {
|
|
5334
|
+
--cui-list-group-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5335
|
+
--cui-list-group-bg: #fadddd;
|
|
5336
|
+
--cui-list-group-hover-bg: #ce4b4b;
|
|
5337
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5338
|
+
--cui-list-group-action-active-color: #fff;
|
|
5339
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5340
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5738
5341
|
}
|
|
5739
5342
|
|
|
5740
5343
|
.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);
|
|
5344
|
+
--cui-list-group-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5345
|
+
--cui-list-group-bg: #feefd0;
|
|
5346
|
+
--cui-list-group-hover-bg: #e09f13;
|
|
5347
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5348
|
+
--cui-list-group-action-active-color: #fff;
|
|
5349
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5350
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5751
5351
|
}
|
|
5752
5352
|
|
|
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);
|
|
5353
|
+
.list-group-item-info {
|
|
5354
|
+
--cui-list-group-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5355
|
+
--cui-list-group-bg: #d6ebff;
|
|
5356
|
+
--cui-list-group-hover-bg: #2e8ae6;
|
|
5357
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5358
|
+
--cui-list-group-action-active-color: #fff;
|
|
5359
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5360
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5764
5361
|
}
|
|
5765
5362
|
|
|
5766
5363
|
.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);
|
|
5364
|
+
--cui-list-group-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5365
|
+
--cui-list-group-bg: #fbfbfc;
|
|
5366
|
+
--cui-list-group-hover-bg: #d4d5d7;
|
|
5367
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5368
|
+
--cui-list-group-action-active-color: #fff;
|
|
5369
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5370
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5777
5371
|
}
|
|
5778
5372
|
|
|
5779
5373
|
.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);
|
|
5374
|
+
--cui-list-group-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5375
|
+
--cui-list-group-bg: #dcdfe3;
|
|
5376
|
+
--cui-list-group-hover-bg: #475468;
|
|
5377
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5378
|
+
--cui-list-group-action-active-color: #fff;
|
|
5379
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5380
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5790
5381
|
}
|
|
5791
5382
|
|
|
5792
5383
|
.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='%
|
|
5384
|
+
--cui-btn-close-color: rgba(44, 56, 74, 0.95);
|
|
5385
|
+
--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
5386
|
--cui-btn-close-opacity: 0.5;
|
|
5796
5387
|
--cui-btn-close-hover-opacity: 0.75;
|
|
5797
5388
|
--cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
@@ -5830,10 +5421,6 @@ textarea.form-control-lg {
|
|
|
5830
5421
|
filter: var(--cui-btn-close-white-filter);
|
|
5831
5422
|
}
|
|
5832
5423
|
|
|
5833
|
-
[data-coreui-theme=dark] .btn-close {
|
|
5834
|
-
filter: var(--cui-btn-close-white-filter);
|
|
5835
|
-
}
|
|
5836
|
-
|
|
5837
5424
|
.toast {
|
|
5838
5425
|
--cui-toast-zindex: 1090;
|
|
5839
5426
|
--cui-toast-padding-x: 0.75rem;
|
|
@@ -5913,7 +5500,7 @@ textarea.form-control-lg {
|
|
|
5913
5500
|
--cui-modal-border-color: var(--cui-border-color-translucent);
|
|
5914
5501
|
--cui-modal-border-width: var(--cui-border-width);
|
|
5915
5502
|
--cui-modal-border-radius: var(--cui-border-radius-lg);
|
|
5916
|
-
--cui-modal-box-shadow: 0 0.125rem 0.25rem rgba(
|
|
5503
|
+
--cui-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
5917
5504
|
--cui-modal-inner-border-radius: calc(var(--cui-border-radius-lg) - (var(--cui-border-width)));
|
|
5918
5505
|
--cui-modal-header-padding-x: 1rem;
|
|
5919
5506
|
--cui-modal-header-padding-y: 1rem;
|
|
@@ -5992,7 +5579,7 @@ textarea.form-control-lg {
|
|
|
5992
5579
|
|
|
5993
5580
|
.modal-backdrop {
|
|
5994
5581
|
--cui-backdrop-zindex: 1050;
|
|
5995
|
-
--cui-backdrop-bg: #
|
|
5582
|
+
--cui-backdrop-bg: #000015;
|
|
5996
5583
|
--cui-backdrop-opacity: 0.5;
|
|
5997
5584
|
position: fixed;
|
|
5998
5585
|
top: 0;
|
|
@@ -6054,7 +5641,7 @@ textarea.form-control-lg {
|
|
|
6054
5641
|
@media (min-width: 576px) {
|
|
6055
5642
|
.modal {
|
|
6056
5643
|
--cui-modal-margin: 1.75rem;
|
|
6057
|
-
--cui-modal-box-shadow: 0 0.5rem 1rem rgba(
|
|
5644
|
+
--cui-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
6058
5645
|
}
|
|
6059
5646
|
.modal-dialog {
|
|
6060
5647
|
max-width: var(--cui-modal-width);
|
|
@@ -6306,7 +5893,7 @@ textarea.form-control-lg {
|
|
|
6306
5893
|
--cui-popover-border-color: var(--cui-border-color-translucent);
|
|
6307
5894
|
--cui-popover-border-radius: var(--cui-border-radius-lg);
|
|
6308
5895
|
--cui-popover-inner-border-radius: calc(var(--cui-border-radius-lg) - var(--cui-border-width));
|
|
6309
|
-
--cui-popover-box-shadow: 0 0.5rem 1rem rgba(
|
|
5896
|
+
--cui-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
6310
5897
|
--cui-popover-header-padding-x: 1rem;
|
|
6311
5898
|
--cui-popover-header-padding-y: 0.5rem;
|
|
6312
5899
|
--cui-popover-header-font-size: 1rem;
|
|
@@ -6539,7 +6126,7 @@ textarea.form-control-lg {
|
|
|
6539
6126
|
justify-content: center;
|
|
6540
6127
|
width: 15%;
|
|
6541
6128
|
padding: 0;
|
|
6542
|
-
color:
|
|
6129
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6543
6130
|
text-align: center;
|
|
6544
6131
|
background: none;
|
|
6545
6132
|
border: 0;
|
|
@@ -6555,7 +6142,7 @@ textarea.form-control-lg {
|
|
|
6555
6142
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6556
6143
|
.carousel-control-next:hover,
|
|
6557
6144
|
.carousel-control-next:focus {
|
|
6558
|
-
color:
|
|
6145
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6559
6146
|
text-decoration: none;
|
|
6560
6147
|
outline: 0;
|
|
6561
6148
|
opacity: 0.9;
|
|
@@ -6588,11 +6175,11 @@ textarea.form-control-lg {
|
|
|
6588
6175
|
} ]
|
|
6589
6176
|
} */
|
|
6590
6177
|
.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='%
|
|
6178
|
+
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
6179
|
}
|
|
6593
6180
|
|
|
6594
6181
|
.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='%
|
|
6182
|
+
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
6183
|
}
|
|
6597
6184
|
|
|
6598
6185
|
.carousel-indicators {
|
|
@@ -6607,6 +6194,7 @@ textarea.form-control-lg {
|
|
|
6607
6194
|
margin-right: 15%;
|
|
6608
6195
|
margin-bottom: 1rem;
|
|
6609
6196
|
margin-left: 15%;
|
|
6197
|
+
list-style: none;
|
|
6610
6198
|
}
|
|
6611
6199
|
.carousel-indicators [data-coreui-target] {
|
|
6612
6200
|
box-sizing: content-box;
|
|
@@ -6618,7 +6206,7 @@ textarea.form-control-lg {
|
|
|
6618
6206
|
margin-left: 3px;
|
|
6619
6207
|
text-indent: -999px;
|
|
6620
6208
|
cursor: pointer;
|
|
6621
|
-
background-color: #fff;
|
|
6209
|
+
background-color: var(--cui-carousel-indicator-active-bg, #fff);
|
|
6622
6210
|
background-clip: padding-box;
|
|
6623
6211
|
border: 0;
|
|
6624
6212
|
border-top: 10px solid transparent;
|
|
@@ -6642,31 +6230,23 @@ textarea.form-control-lg {
|
|
|
6642
6230
|
left: 15%;
|
|
6643
6231
|
padding-top: 1.25rem;
|
|
6644
6232
|
padding-bottom: 1.25rem;
|
|
6645
|
-
color:
|
|
6233
|
+
color: var(--cui-carousel-caption-color, rgba(255, 255, 255, 0.87));
|
|
6646
6234
|
text-align: center;
|
|
6647
6235
|
}
|
|
6648
6236
|
|
|
6237
|
+
.carousel-dark {
|
|
6238
|
+
--cui-carousel-indicator-active-bg: #000015;
|
|
6239
|
+
--cui-carousel-caption-color: rgba(44, 56, 74, 0.95);
|
|
6240
|
+
}
|
|
6649
6241
|
.carousel-dark .carousel-control-prev-icon,
|
|
6650
6242
|
.carousel-dark .carousel-control-next-icon {
|
|
6651
6243
|
filter: invert(1) grayscale(100);
|
|
6652
6244
|
}
|
|
6653
6245
|
.carousel-dark .carousel-indicators [data-coreui-target] {
|
|
6654
|
-
background-color: #
|
|
6246
|
+
background-color: #000015;
|
|
6655
6247
|
}
|
|
6656
6248
|
.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;
|
|
6249
|
+
color: rgba(44, 56, 74, 0.95);
|
|
6670
6250
|
}
|
|
6671
6251
|
|
|
6672
6252
|
.spinner-grow,
|
|
@@ -6741,7 +6321,7 @@ textarea.form-control-lg {
|
|
|
6741
6321
|
--cui-offcanvas-bg: var(--cui-body-bg);
|
|
6742
6322
|
--cui-offcanvas-border-width: var(--cui-border-width);
|
|
6743
6323
|
--cui-offcanvas-border-color: var(--cui-border-color-translucent);
|
|
6744
|
-
--cui-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(
|
|
6324
|
+
--cui-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
6745
6325
|
--cui-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6746
6326
|
--cui-offcanvas-title-line-height: 1.5;
|
|
6747
6327
|
}
|
|
@@ -7200,7 +6780,7 @@ textarea.form-control-lg {
|
|
|
7200
6780
|
z-index: 1040;
|
|
7201
6781
|
width: 100vw;
|
|
7202
6782
|
height: 100vh;
|
|
7203
|
-
background-color: var(--cui-offcanvas-backdrop-bg, #
|
|
6783
|
+
background-color: var(--cui-offcanvas-backdrop-bg, #000015);
|
|
7204
6784
|
}
|
|
7205
6785
|
.offcanvas-backdrop.fade {
|
|
7206
6786
|
opacity: 0;
|
|
@@ -7268,8 +6848,8 @@ textarea.form-control-lg {
|
|
|
7268
6848
|
}
|
|
7269
6849
|
}
|
|
7270
6850
|
.placeholder-wave {
|
|
7271
|
-
-webkit-mask-image: linear-gradient(130deg, #
|
|
7272
|
-
mask-image: linear-gradient(130deg, #
|
|
6851
|
+
-webkit-mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
6852
|
+
mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
7273
6853
|
-webkit-mask-size: 200% 100%;
|
|
7274
6854
|
mask-size: 200% 100%;
|
|
7275
6855
|
animation: placeholder-wave 2s linear infinite;
|
|
@@ -7422,11 +7002,11 @@ textarea.form-control-lg {
|
|
|
7422
7002
|
}
|
|
7423
7003
|
|
|
7424
7004
|
.callout-light {
|
|
7425
|
-
--cui-callout-border-left-color: #
|
|
7005
|
+
--cui-callout-border-left-color: #ebedef;
|
|
7426
7006
|
}
|
|
7427
7007
|
|
|
7428
7008
|
.callout-dark {
|
|
7429
|
-
--cui-callout-border-left-color: #
|
|
7009
|
+
--cui-callout-border-left-color: #4f5d73;
|
|
7430
7010
|
}
|
|
7431
7011
|
|
|
7432
7012
|
.footer {
|
|
@@ -7475,16 +7055,16 @@ textarea.form-control-lg {
|
|
|
7475
7055
|
--cui-header-disabled-color: rgba(var(--cui-emphasis-color-rgb), 0.3);
|
|
7476
7056
|
--cui-header-active-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7477
7057
|
--cui-header-brand-padding-y: 0.3125rem;
|
|
7478
|
-
--cui-header-brand-color: #
|
|
7479
|
-
--cui-header-brand-hover-color: #
|
|
7058
|
+
--cui-header-brand-color: #4f5d73;
|
|
7059
|
+
--cui-header-brand-hover-color: #475468;
|
|
7480
7060
|
--cui-header-toggler-padding-x: 0.75rem;
|
|
7481
7061
|
--cui-header-toggler-padding-y: 0.25rem;
|
|
7482
7062
|
--cui-header-toggler-bg: transparent;
|
|
7483
7063
|
--cui-header-toggler-color: rgba(var(--cui-emphasis-color-rgb), 0.65);
|
|
7484
7064
|
--cui-header-toggler-border-radius: var(--cui-border-radius);
|
|
7485
7065
|
--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='
|
|
7066
|
+
--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");
|
|
7067
|
+
--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
7068
|
--cui-header-nav-link-padding-x: 0.5rem;
|
|
7489
7069
|
--cui-header-nav-link-padding-y: 0.5rem;
|
|
7490
7070
|
--cui-header-divider-border-color: var(--cui-border-color);
|
|
@@ -7701,7 +7281,7 @@ textarea.form-control-lg {
|
|
|
7701
7281
|
|
|
7702
7282
|
.sidebar {
|
|
7703
7283
|
--cui-sidebar-width: 16rem;
|
|
7704
|
-
--cui-sidebar-bg: #
|
|
7284
|
+
--cui-sidebar-bg: #3c4b64;
|
|
7705
7285
|
--cui-sidebar-padding-x: 0;
|
|
7706
7286
|
--cui-sidebar-padding-y: 0;
|
|
7707
7287
|
--cui-sidebar-color: rgba(255, 255, 255, 0.87);
|
|
@@ -7709,16 +7289,16 @@ textarea.form-control-lg {
|
|
|
7709
7289
|
--cui-sidebar-border-color: transparent;
|
|
7710
7290
|
--cui-sidebar-brand-color: rgba(255, 255, 255, 0.87);
|
|
7711
7291
|
--cui-sidebar-brand-height: 4rem;
|
|
7712
|
-
--cui-sidebar-brand-bg: rgba(
|
|
7292
|
+
--cui-sidebar-brand-bg: rgba(0, 0, 21, 0.2);
|
|
7713
7293
|
--cui-sidebar-header-height: 4rem;
|
|
7714
|
-
--cui-sidebar-header-bg: rgba(
|
|
7294
|
+
--cui-sidebar-header-bg: rgba(0, 0, 21, 0.2);
|
|
7715
7295
|
--cui-sidebar-header-padding-x: 1rem;
|
|
7716
7296
|
--cui-sidebar-header-padding-y: 0.75rem;
|
|
7717
|
-
--cui-sidebar-footer-bg: rgba(
|
|
7297
|
+
--cui-sidebar-footer-bg: rgba(0, 0, 21, 0.2);
|
|
7718
7298
|
--cui-sidebar-footer-height: auto;
|
|
7719
7299
|
--cui-sidebar-footer-padding-x: 1rem;
|
|
7720
7300
|
--cui-sidebar-footer-padding-y: 0.75rem;
|
|
7721
|
-
--cui-sidebar-toggler-bg: rgba(
|
|
7301
|
+
--cui-sidebar-toggler-bg: rgba(0, 0, 21, 0.2);
|
|
7722
7302
|
--cui-sidebar-toggler-height: 3rem;
|
|
7723
7303
|
--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
7304
|
--cui-sidebar-toggler-indicator-width: 4rem;
|
|
@@ -7787,7 +7367,7 @@ textarea.form-control-lg {
|
|
|
7787
7367
|
--cui-sidebar-occupy-end: 16rem;
|
|
7788
7368
|
}
|
|
7789
7369
|
.sidebar[class*=bg-] {
|
|
7790
|
-
border-color: rgba(
|
|
7370
|
+
border-color: rgba(0, 0, 21, 0.1);
|
|
7791
7371
|
}
|
|
7792
7372
|
.sidebar.sidebar-sm {
|
|
7793
7373
|
--cui-sidebar-width: 12rem;
|
|
@@ -8012,7 +7592,7 @@ textarea.form-control-lg {
|
|
|
8012
7592
|
|
|
8013
7593
|
.sidebar-backdrop {
|
|
8014
7594
|
--cui-backdrop-zindex: 1030;
|
|
8015
|
-
--cui-backdrop-bg: #
|
|
7595
|
+
--cui-backdrop-bg: #000015;
|
|
8016
7596
|
--cui-backdrop-opacity: 0.5;
|
|
8017
7597
|
}
|
|
8018
7598
|
@media (max-width: 767.98px) {
|
|
@@ -8033,12 +7613,6 @@ textarea.form-control-lg {
|
|
|
8033
7613
|
}
|
|
8034
7614
|
}
|
|
8035
7615
|
|
|
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
7616
|
.sidebar-nav {
|
|
8043
7617
|
position: relative;
|
|
8044
7618
|
display: flex;
|
|
@@ -8339,7 +7913,7 @@ textarea.form-control-lg {
|
|
|
8339
7913
|
min-height: 3rem;
|
|
8340
7914
|
padding: 0.5rem 1rem;
|
|
8341
7915
|
background: var(--cui-subheader-bg, #fff);
|
|
8342
|
-
border-bottom: var(--cui-subheader-border-width,
|
|
7916
|
+
border-bottom: var(--cui-subheader-border-width, var(--cui-border-width)) solid var(--cui-subheader-border-color, var(--cui-border-color));
|
|
8343
7917
|
}
|
|
8344
7918
|
|
|
8345
7919
|
.subheader-sticky {
|
|
@@ -8365,7 +7939,7 @@ textarea.form-control-lg {
|
|
|
8365
7939
|
color: var(--cui-subheader-hover-color, var(--cui-body-color));
|
|
8366
7940
|
}
|
|
8367
7941
|
.subheader-nav .nav-link.disabled {
|
|
8368
|
-
color: var(--cui-subheader-disabled-color, rgba(
|
|
7942
|
+
color: var(--cui-subheader-disabled-color, rgba(44, 56, 74, 0.38));
|
|
8369
7943
|
}
|
|
8370
7944
|
.subheader-nav .show > .nav-link,
|
|
8371
7945
|
.subheader-nav .nav-link.active {
|
|
@@ -8395,75 +7969,42 @@ textarea.form-control-lg {
|
|
|
8395
7969
|
|
|
8396
7970
|
.text-bg-primary {
|
|
8397
7971
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8398
|
-
background-color: RGBA(
|
|
7972
|
+
background-color: RGBA(var(--cui-primary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8399
7973
|
}
|
|
8400
7974
|
|
|
8401
7975
|
.text-bg-secondary {
|
|
8402
|
-
color:
|
|
8403
|
-
background-color: RGBA(
|
|
7976
|
+
color: #000015 !important;
|
|
7977
|
+
background-color: RGBA(var(--cui-secondary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8404
7978
|
}
|
|
8405
7979
|
|
|
8406
7980
|
.text-bg-success {
|
|
8407
|
-
color:
|
|
8408
|
-
background-color: RGBA(
|
|
7981
|
+
color: #000015 !important;
|
|
7982
|
+
background-color: RGBA(var(--cui-success-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8409
7983
|
}
|
|
8410
7984
|
|
|
8411
7985
|
.text-bg-info {
|
|
8412
|
-
color: #
|
|
8413
|
-
background-color: RGBA(
|
|
7986
|
+
color: #000015 !important;
|
|
7987
|
+
background-color: RGBA(var(--cui-info-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8414
7988
|
}
|
|
8415
7989
|
|
|
8416
7990
|
.text-bg-warning {
|
|
8417
|
-
color: rgba(
|
|
8418
|
-
background-color: RGBA(
|
|
7991
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
7992
|
+
background-color: RGBA(var(--cui-warning-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8419
7993
|
}
|
|
8420
7994
|
|
|
8421
7995
|
.text-bg-danger {
|
|
8422
|
-
color: #
|
|
8423
|
-
background-color: RGBA(
|
|
7996
|
+
color: #000015 !important;
|
|
7997
|
+
background-color: RGBA(var(--cui-danger-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8424
7998
|
}
|
|
8425
7999
|
|
|
8426
8000
|
.text-bg-light {
|
|
8427
|
-
color: rgba(
|
|
8428
|
-
background-color: RGBA(
|
|
8001
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
8002
|
+
background-color: RGBA(var(--cui-light-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8429
8003
|
}
|
|
8430
8004
|
|
|
8431
8005
|
.text-bg-dark {
|
|
8432
8006
|
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;
|
|
8007
|
+
background-color: RGBA(var(--cui-dark-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8467
8008
|
}
|
|
8468
8009
|
|
|
8469
8010
|
.link-primary {
|
|
@@ -8483,9 +8024,9 @@ textarea.form-control-lg {
|
|
|
8483
8024
|
text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8484
8025
|
}
|
|
8485
8026
|
.link-secondary:hover, .link-secondary:focus {
|
|
8486
|
-
color: RGBA(
|
|
8487
|
-
-webkit-text-decoration-color: RGBA(
|
|
8488
|
-
text-decoration-color: RGBA(
|
|
8027
|
+
color: RGBA(177, 183, 193, var(--cui-link-opacity, 1)) !important;
|
|
8028
|
+
-webkit-text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8029
|
+
text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8489
8030
|
}
|
|
8490
8031
|
|
|
8491
8032
|
.link-success {
|
|
@@ -8494,9 +8035,9 @@ textarea.form-control-lg {
|
|
|
8494
8035
|
text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8495
8036
|
}
|
|
8496
8037
|
.link-success:hover, .link-success:focus {
|
|
8497
|
-
color: RGBA(
|
|
8498
|
-
-webkit-text-decoration-color: RGBA(
|
|
8499
|
-
text-decoration-color: RGBA(
|
|
8038
|
+
color: RGBA(88, 198, 125, var(--cui-link-opacity, 1)) !important;
|
|
8039
|
+
-webkit-text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8040
|
+
text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8500
8041
|
}
|
|
8501
8042
|
|
|
8502
8043
|
.link-info {
|
|
@@ -8538,9 +8079,9 @@ textarea.form-control-lg {
|
|
|
8538
8079
|
text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8539
8080
|
}
|
|
8540
8081
|
.link-light:hover, .link-light:focus {
|
|
8541
|
-
color: RGBA(
|
|
8542
|
-
-webkit-text-decoration-color: RGBA(
|
|
8543
|
-
text-decoration-color: RGBA(
|
|
8082
|
+
color: RGBA(188, 190, 191, var(--cui-link-opacity, 1)) !important;
|
|
8083
|
+
-webkit-text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8084
|
+
text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8544
8085
|
}
|
|
8545
8086
|
|
|
8546
8087
|
.link-dark {
|
|
@@ -8549,9 +8090,9 @@ textarea.form-control-lg {
|
|
|
8549
8090
|
text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8550
8091
|
}
|
|
8551
8092
|
.link-dark:hover, .link-dark:focus {
|
|
8552
|
-
color: RGBA(
|
|
8553
|
-
-webkit-text-decoration-color: RGBA(
|
|
8554
|
-
text-decoration-color: RGBA(
|
|
8093
|
+
color: RGBA(114, 125, 143, var(--cui-link-opacity, 1)) !important;
|
|
8094
|
+
-webkit-text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8095
|
+
text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8555
8096
|
}
|
|
8556
8097
|
|
|
8557
8098
|
.link-body-emphasis {
|
|
@@ -8779,7 +8320,7 @@ textarea.form-control-lg {
|
|
|
8779
8320
|
.vr {
|
|
8780
8321
|
display: inline-block;
|
|
8781
8322
|
align-self: stretch;
|
|
8782
|
-
width:
|
|
8323
|
+
width: var(--cui-border-width);
|
|
8783
8324
|
min-height: 1em;
|
|
8784
8325
|
padding: 0;
|
|
8785
8326
|
background-color: currentcolor;
|
|
@@ -8960,15 +8501,15 @@ textarea.form-control-lg {
|
|
|
8960
8501
|
}
|
|
8961
8502
|
|
|
8962
8503
|
.shadow {
|
|
8963
|
-
box-shadow: 0 0.5rem 1rem rgba(
|
|
8504
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important;
|
|
8964
8505
|
}
|
|
8965
8506
|
|
|
8966
8507
|
.shadow-sm {
|
|
8967
|
-
box-shadow: 0 0.125rem 0.25rem rgba(
|
|
8508
|
+
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075) !important;
|
|
8968
8509
|
}
|
|
8969
8510
|
|
|
8970
8511
|
.shadow-lg {
|
|
8971
|
-
box-shadow: 0 1rem 3rem rgba(
|
|
8512
|
+
box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important;
|
|
8972
8513
|
}
|
|
8973
8514
|
|
|
8974
8515
|
.shadow-none {
|
|
@@ -9168,11 +8709,6 @@ textarea.form-control-lg {
|
|
|
9168
8709
|
border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
9169
8710
|
}
|
|
9170
8711
|
|
|
9171
|
-
.border-black {
|
|
9172
|
-
--cui-border-opacity: 1;
|
|
9173
|
-
border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
|
|
9174
|
-
}
|
|
9175
|
-
|
|
9176
8712
|
.border-white {
|
|
9177
8713
|
--cui-border-opacity: 1;
|
|
9178
8714
|
border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
@@ -9203,11 +8739,11 @@ textarea.form-control-lg {
|
|
|
9203
8739
|
}
|
|
9204
8740
|
|
|
9205
8741
|
.border-top-light {
|
|
9206
|
-
border-top-color: #
|
|
8742
|
+
border-top-color: #ebedef !important;
|
|
9207
8743
|
}
|
|
9208
8744
|
|
|
9209
8745
|
.border-top-dark {
|
|
9210
|
-
border-top-color: #
|
|
8746
|
+
border-top-color: #4f5d73 !important;
|
|
9211
8747
|
}
|
|
9212
8748
|
|
|
9213
8749
|
.border-top-white {
|
|
@@ -9239,11 +8775,11 @@ textarea.form-control-lg {
|
|
|
9239
8775
|
}
|
|
9240
8776
|
|
|
9241
8777
|
.border-end-light {
|
|
9242
|
-
border-right-color: #
|
|
8778
|
+
border-right-color: #ebedef !important;
|
|
9243
8779
|
}
|
|
9244
8780
|
|
|
9245
8781
|
.border-end-dark {
|
|
9246
|
-
border-right-color: #
|
|
8782
|
+
border-right-color: #4f5d73 !important;
|
|
9247
8783
|
}
|
|
9248
8784
|
|
|
9249
8785
|
.border-end-white {
|
|
@@ -9275,11 +8811,11 @@ textarea.form-control-lg {
|
|
|
9275
8811
|
}
|
|
9276
8812
|
|
|
9277
8813
|
.border-bottom-light {
|
|
9278
|
-
border-bottom-color: #
|
|
8814
|
+
border-bottom-color: #ebedef !important;
|
|
9279
8815
|
}
|
|
9280
8816
|
|
|
9281
8817
|
.border-bottom-dark {
|
|
9282
|
-
border-bottom-color: #
|
|
8818
|
+
border-bottom-color: #4f5d73 !important;
|
|
9283
8819
|
}
|
|
9284
8820
|
|
|
9285
8821
|
.border-bottom-white {
|
|
@@ -9311,11 +8847,11 @@ textarea.form-control-lg {
|
|
|
9311
8847
|
}
|
|
9312
8848
|
|
|
9313
8849
|
.border-start-light {
|
|
9314
|
-
border-left-color: #
|
|
8850
|
+
border-left-color: #ebedef !important;
|
|
9315
8851
|
}
|
|
9316
8852
|
|
|
9317
8853
|
.border-start-dark {
|
|
9318
|
-
border-left-color: #
|
|
8854
|
+
border-left-color: #4f5d73 !important;
|
|
9319
8855
|
}
|
|
9320
8856
|
|
|
9321
8857
|
.border-start-white {
|
|
@@ -9422,38 +8958,6 @@ textarea.form-control-lg {
|
|
|
9422
8958
|
border-left-width: 5px !important;
|
|
9423
8959
|
}
|
|
9424
8960
|
|
|
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
8961
|
.border-opacity-10 {
|
|
9458
8962
|
--cui-border-opacity: 0.1;
|
|
9459
8963
|
}
|
|
@@ -10309,145 +9813,121 @@ textarea.form-control-lg {
|
|
|
10309
9813
|
}
|
|
10310
9814
|
|
|
10311
9815
|
/* rtl:end:remove */
|
|
10312
|
-
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
10313
9816
|
.text-primary {
|
|
10314
9817
|
--cui-text-opacity: 1;
|
|
10315
9818
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
10316
9819
|
}
|
|
10317
9820
|
|
|
10318
|
-
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
10319
9821
|
.text-secondary {
|
|
10320
9822
|
--cui-text-opacity: 1;
|
|
10321
9823
|
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
10322
9824
|
}
|
|
10323
9825
|
|
|
10324
|
-
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
10325
9826
|
.text-success {
|
|
10326
9827
|
--cui-text-opacity: 1;
|
|
10327
9828
|
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
10328
9829
|
}
|
|
10329
9830
|
|
|
10330
|
-
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
10331
9831
|
.text-info {
|
|
10332
9832
|
--cui-text-opacity: 1;
|
|
10333
9833
|
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
10334
9834
|
}
|
|
10335
9835
|
|
|
10336
|
-
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
10337
9836
|
.text-warning {
|
|
10338
9837
|
--cui-text-opacity: 1;
|
|
10339
9838
|
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
10340
9839
|
}
|
|
10341
9840
|
|
|
10342
|
-
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
10343
9841
|
.text-danger {
|
|
10344
9842
|
--cui-text-opacity: 1;
|
|
10345
9843
|
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
10346
9844
|
}
|
|
10347
9845
|
|
|
10348
|
-
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
10349
9846
|
.text-light {
|
|
10350
9847
|
--cui-text-opacity: 1;
|
|
10351
9848
|
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
10352
9849
|
}
|
|
10353
9850
|
|
|
10354
|
-
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
10355
9851
|
.text-dark {
|
|
10356
9852
|
--cui-text-opacity: 1;
|
|
10357
9853
|
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
10358
9854
|
}
|
|
10359
9855
|
|
|
10360
|
-
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
10361
9856
|
.text-black {
|
|
10362
9857
|
--cui-text-opacity: 1;
|
|
10363
9858
|
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
10364
9859
|
}
|
|
10365
9860
|
|
|
10366
|
-
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
10367
9861
|
.text-white {
|
|
10368
9862
|
--cui-text-opacity: 1;
|
|
10369
9863
|
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
10370
9864
|
}
|
|
10371
9865
|
|
|
10372
|
-
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
10373
9866
|
.text-body {
|
|
10374
9867
|
--cui-text-opacity: 1;
|
|
10375
9868
|
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
10376
9869
|
}
|
|
10377
9870
|
|
|
10378
|
-
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
10379
9871
|
.text-muted {
|
|
10380
9872
|
--cui-text-opacity: 1;
|
|
10381
9873
|
color: var(--cui-secondary-color) !important;
|
|
10382
9874
|
}
|
|
10383
9875
|
|
|
10384
|
-
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
10385
9876
|
.text-black-50 {
|
|
10386
9877
|
--cui-text-opacity: 1;
|
|
10387
|
-
color: rgba(
|
|
9878
|
+
color: rgba(0, 0, 21, 0.5) !important;
|
|
10388
9879
|
}
|
|
10389
9880
|
|
|
10390
|
-
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
10391
9881
|
.text-white-50 {
|
|
10392
9882
|
--cui-text-opacity: 1;
|
|
10393
9883
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
10394
9884
|
}
|
|
10395
9885
|
|
|
10396
|
-
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
10397
9886
|
.text-body-secondary {
|
|
10398
9887
|
--cui-text-opacity: 1;
|
|
10399
9888
|
color: var(--cui-secondary-color) !important;
|
|
10400
9889
|
}
|
|
10401
9890
|
|
|
10402
|
-
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
10403
9891
|
.text-body-tertiary {
|
|
10404
9892
|
--cui-text-opacity: 1;
|
|
10405
9893
|
color: var(--cui-tertiary-color) !important;
|
|
10406
9894
|
}
|
|
10407
9895
|
|
|
10408
|
-
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
10409
9896
|
.text-body-emphasis {
|
|
10410
9897
|
--cui-text-opacity: 1;
|
|
10411
9898
|
color: var(--cui-emphasis-color) !important;
|
|
10412
9899
|
}
|
|
10413
9900
|
|
|
10414
|
-
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
10415
9901
|
.text-reset {
|
|
10416
9902
|
--cui-text-opacity: 1;
|
|
10417
9903
|
color: inherit !important;
|
|
10418
9904
|
}
|
|
10419
9905
|
|
|
10420
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
|
|
10421
9906
|
.text-high-emphasis-inverse {
|
|
10422
9907
|
--cui-text-opacity: 1;
|
|
10423
9908
|
color: var(--cui-high-emphasis-inverse) !important;
|
|
10424
9909
|
}
|
|
10425
9910
|
|
|
10426
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
|
|
10427
9911
|
.text-medium-emphasis-inverse {
|
|
10428
9912
|
--cui-text-opacity: 1;
|
|
10429
9913
|
color: var(--cui-medium-emphasis-inverse) !important;
|
|
10430
9914
|
}
|
|
10431
9915
|
|
|
10432
|
-
[data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
|
|
10433
9916
|
.text-disabled-inverse {
|
|
10434
9917
|
--cui-text-opacity: 1;
|
|
10435
9918
|
color: var(--cui-disabled-inverse) !important;
|
|
10436
9919
|
}
|
|
10437
9920
|
|
|
10438
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
|
|
10439
9921
|
.text-high-emphasis {
|
|
10440
9922
|
--cui-text-opacity: 1;
|
|
10441
9923
|
color: var(--cui-high-emphasis) !important;
|
|
10442
9924
|
}
|
|
10443
9925
|
|
|
10444
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
|
|
10445
9926
|
.text-medium-emphasis {
|
|
10446
9927
|
--cui-text-opacity: 1;
|
|
10447
9928
|
color: var(--cui-medium-emphasis) !important;
|
|
10448
9929
|
}
|
|
10449
9930
|
|
|
10450
|
-
[data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
|
|
10451
9931
|
.text-disabled {
|
|
10452
9932
|
--cui-text-opacity: 1;
|
|
10453
9933
|
color: var(--cui-disabled) !important;
|
|
@@ -10469,38 +9949,6 @@ textarea.form-control-lg {
|
|
|
10469
9949
|
--cui-text-opacity: 1;
|
|
10470
9950
|
}
|
|
10471
9951
|
|
|
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
9952
|
.link-opacity-10 {
|
|
10505
9953
|
--cui-link-opacity: 0.1;
|
|
10506
9954
|
}
|
|
@@ -10667,85 +10115,71 @@ textarea.form-control-lg {
|
|
|
10667
10115
|
--cui-link-underline-opacity: 1;
|
|
10668
10116
|
}
|
|
10669
10117
|
|
|
10670
|
-
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
10671
10118
|
.bg-primary {
|
|
10672
10119
|
--cui-bg-opacity: 1;
|
|
10673
10120
|
background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
|
|
10674
10121
|
}
|
|
10675
10122
|
|
|
10676
|
-
[data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
|
|
10677
10123
|
.bg-secondary {
|
|
10678
10124
|
--cui-bg-opacity: 1;
|
|
10679
10125
|
background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
|
|
10680
10126
|
}
|
|
10681
10127
|
|
|
10682
|
-
[data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
|
|
10683
10128
|
.bg-success {
|
|
10684
10129
|
--cui-bg-opacity: 1;
|
|
10685
10130
|
background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
|
|
10686
10131
|
}
|
|
10687
10132
|
|
|
10688
|
-
[data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
|
|
10689
10133
|
.bg-info {
|
|
10690
10134
|
--cui-bg-opacity: 1;
|
|
10691
10135
|
background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
|
|
10692
10136
|
}
|
|
10693
10137
|
|
|
10694
|
-
[data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
|
|
10695
10138
|
.bg-warning {
|
|
10696
10139
|
--cui-bg-opacity: 1;
|
|
10697
10140
|
background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
|
|
10698
10141
|
}
|
|
10699
10142
|
|
|
10700
|
-
[data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
|
|
10701
10143
|
.bg-danger {
|
|
10702
10144
|
--cui-bg-opacity: 1;
|
|
10703
10145
|
background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
|
|
10704
10146
|
}
|
|
10705
10147
|
|
|
10706
|
-
[data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
|
|
10707
10148
|
.bg-light {
|
|
10708
10149
|
--cui-bg-opacity: 1;
|
|
10709
10150
|
background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
|
|
10710
10151
|
}
|
|
10711
10152
|
|
|
10712
|
-
[data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
|
|
10713
10153
|
.bg-dark {
|
|
10714
10154
|
--cui-bg-opacity: 1;
|
|
10715
10155
|
background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
|
|
10716
10156
|
}
|
|
10717
10157
|
|
|
10718
|
-
[data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
|
|
10719
10158
|
.bg-black {
|
|
10720
10159
|
--cui-bg-opacity: 1;
|
|
10721
10160
|
background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
|
|
10722
10161
|
}
|
|
10723
10162
|
|
|
10724
|
-
[data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
|
|
10725
10163
|
.bg-white {
|
|
10726
10164
|
--cui-bg-opacity: 1;
|
|
10727
10165
|
background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
|
|
10728
10166
|
}
|
|
10729
10167
|
|
|
10730
|
-
[data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
|
|
10731
10168
|
.bg-body {
|
|
10732
10169
|
--cui-bg-opacity: 1;
|
|
10733
10170
|
background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10734
10171
|
}
|
|
10735
10172
|
|
|
10736
|
-
[data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
|
|
10737
10173
|
.bg-transparent {
|
|
10738
10174
|
--cui-bg-opacity: 1;
|
|
10739
10175
|
background-color: transparent !important;
|
|
10740
10176
|
}
|
|
10741
10177
|
|
|
10742
|
-
[data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
|
|
10743
10178
|
.bg-body-secondary {
|
|
10744
10179
|
--cui-bg-opacity: 1;
|
|
10745
10180
|
background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10746
10181
|
}
|
|
10747
10182
|
|
|
10748
|
-
[data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
|
|
10749
10183
|
.bg-body-tertiary {
|
|
10750
10184
|
--cui-bg-opacity: 1;
|
|
10751
10185
|
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
@@ -10771,46 +10205,6 @@ textarea.form-control-lg {
|
|
|
10771
10205
|
--cui-bg-opacity: 1;
|
|
10772
10206
|
}
|
|
10773
10207
|
|
|
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
10208
|
.bg-gradient {
|
|
10815
10209
|
background-image: var(--cui-gradient) !important;
|
|
10816
10210
|
}
|