@coreui/coreui 5.0.0-alpha.2 → 5.0.0-beta.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 +1 -1
- package/dist/css/coreui-grid.css +13 -13
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +2 -2
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +13 -13
- 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 +24 -11
- 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 +24 -11
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +2 -2
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +28 -16
- 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 +28 -16
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +2 -2
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +103 -61
- 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 +103 -61
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +2 -2
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +5 -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 +5 -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 +5 -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 +3 -3
- package/js/dist/dom/selector-engine.js.map +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 +2 -2
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +1 -1
- package/js/dist/tooltip.js +1 -1
- package/js/dist/util/backdrop.js +1 -1
- package/js/dist/util/component-functions.js +1 -1
- package/js/dist/util/config.js +1 -1
- package/js/dist/util/focustrap.js +1 -1
- package/js/dist/util/index.js +1 -1
- package/js/dist/util/sanitizer.js +1 -1
- package/js/dist/util/scrollbar.js +1 -1
- package/js/dist/util/swipe.js +1 -1
- package/js/dist/util/template-factory.js +1 -1
- package/js/src/base-component.js +1 -1
- package/js/src/dom/selector-engine.js +2 -2
- package/js/src/tab.js +1 -1
- package/package.json +30 -30
- package/scss/_buttons.scss +1 -1
- package/scss/_header.scss +1 -1
- package/scss/_nav.scss +42 -0
- package/scss/_reboot.scss +1 -0
- package/scss/_root.scss +15 -0
- package/scss/_utilities.scss +3 -3
- package/scss/_variables-dark.scss +25 -17
- package/scss/_variables.scss +40 -16
- package/scss/forms/_form-check.scss +1 -0
- package/scss/mixins/_banner.scss +1 -1
- package/scss/mixins/_grid.scss +1 -1
- package/scss/mixins/_list-group.scss +1 -1
- package/scss/sidebar/_sidebar-narrow.scss +0 -3
- package/scss/sidebar/_sidebar-nav.scss +1 -1
- package/scss/sidebar/_sidebar.scss +8 -3
package/dist/css/coreui.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI v5.0.0-
|
|
3
|
+
* CoreUI v5.0.0-beta.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
|
*/
|
|
@@ -106,6 +106,12 @@
|
|
|
106
106
|
--cui-tertiary-color-rgb-dark: 255, 255, 255;
|
|
107
107
|
--cui-tertiary-bg-dark: #2a303d;
|
|
108
108
|
--cui-tertiary-bg-rgb-dark: 42, 48, 61;
|
|
109
|
+
--cui-high-emphasis: rgba(37, 43, 54, 0.95);
|
|
110
|
+
--cui-medium-emphasis: rgba(37, 43, 54, 0.681);
|
|
111
|
+
--cui-disabled: rgba(37, 43, 54, 0.38);
|
|
112
|
+
--cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87);
|
|
113
|
+
--cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6);
|
|
114
|
+
--cui-disabled-inverse: rgba(255, 255, 255, 0.38);
|
|
109
115
|
--cui-heading-color: inherit;
|
|
110
116
|
--cui-link-color: #5856d6;
|
|
111
117
|
--cui-link-color-rgb: 88, 86, 214;
|
|
@@ -113,6 +119,7 @@
|
|
|
113
119
|
--cui-link-hover-color: #4645ab;
|
|
114
120
|
--cui-link-hover-color-rgb: 70, 69, 171;
|
|
115
121
|
--cui-code-color: #d63384;
|
|
122
|
+
--cui-highlight-color: rgba(37, 43, 54, 0.95);
|
|
116
123
|
--cui-highlight-bg: #fff3cd;
|
|
117
124
|
--cui-border-width: 1px;
|
|
118
125
|
--cui-border-style: solid;
|
|
@@ -154,14 +161,17 @@
|
|
|
154
161
|
--cui-tertiary-color-rgb: 255, 255, 255;
|
|
155
162
|
--cui-tertiary-bg: #2a303d;
|
|
156
163
|
--cui-tertiary-bg-rgb: 42, 48, 61;
|
|
164
|
+
--cui-high-emphasis: rgba(255, 255, 255, 0.87);
|
|
165
|
+
--cui-medium-emphasis: rgba(255, 255, 255, 0.6);
|
|
166
|
+
--cui-disabled: rgba(255, 255, 255, 0.38);
|
|
157
167
|
--cui-primary: #6261cc;
|
|
158
168
|
--cui-secondary: #a6a7a8;
|
|
159
169
|
--cui-success: #3aad60;
|
|
160
170
|
--cui-info: #3d99f5;
|
|
161
171
|
--cui-warning: #edad21;
|
|
162
172
|
--cui-danger: #db5d5d;
|
|
163
|
-
--cui-light: #
|
|
164
|
-
--cui-dark: #
|
|
173
|
+
--cui-light: #f3f4f7;
|
|
174
|
+
--cui-dark: #212631;
|
|
165
175
|
--cui-gray-100: #f3f4f7;
|
|
166
176
|
--cui-gray-200: #e7eaee;
|
|
167
177
|
--cui-gray-300: #dbdfe6;
|
|
@@ -177,14 +187,14 @@
|
|
|
177
187
|
--cui-info-rgb: 61, 153, 245;
|
|
178
188
|
--cui-warning-rgb: 237, 173, 33;
|
|
179
189
|
--cui-danger-rgb: 219, 93, 93;
|
|
180
|
-
--cui-light-rgb:
|
|
181
|
-
--cui-dark-rgb:
|
|
182
|
-
--cui-primary-text-emphasis: #
|
|
183
|
-
--cui-secondary-text-emphasis: #
|
|
184
|
-
--cui-success-text-emphasis: #
|
|
185
|
-
--cui-info-text-emphasis: #
|
|
186
|
-
--cui-warning-text-emphasis: #
|
|
187
|
-
--cui-danger-text-emphasis: #
|
|
190
|
+
--cui-light-rgb: 243, 244, 247;
|
|
191
|
+
--cui-dark-rgb: 33, 38, 49;
|
|
192
|
+
--cui-primary-text-emphasis: #403f98;
|
|
193
|
+
--cui-secondary-text-emphasis: #25262f;
|
|
194
|
+
--cui-success-text-emphasis: #145224;
|
|
195
|
+
--cui-info-text-emphasis: #1f4b70;
|
|
196
|
+
--cui-warning-text-emphasis: #70460b;
|
|
197
|
+
--cui-danger-text-emphasis: #611a1a;
|
|
188
198
|
--cui-light-text-emphasis: #f3f4f7;
|
|
189
199
|
--cui-dark-text-emphasis: #dbdfe6;
|
|
190
200
|
--cui-primary-bg-subtle: #cfc7f3;
|
|
@@ -209,6 +219,8 @@
|
|
|
209
219
|
--cui-link-color-rgb: 98, 97, 204;
|
|
210
220
|
--cui-link-hover-color-rgb: 129, 129, 214;
|
|
211
221
|
--cui-code-color: #e685b5;
|
|
222
|
+
--cui-highlight-color: rgba(255, 255, 255, 0.87);
|
|
223
|
+
--cui-highlight-bg: #664d03;
|
|
212
224
|
--cui-border-color: #323a49;
|
|
213
225
|
--cui-border-color-translucent: rgba(255, 255, 255, 0.1);
|
|
214
226
|
--cui-form-valid-color: #75b798;
|
|
@@ -359,6 +371,7 @@ small, .small {
|
|
|
359
371
|
|
|
360
372
|
mark, .mark {
|
|
361
373
|
padding: 0.1875em;
|
|
374
|
+
color: var(--cui-highlight-color);
|
|
362
375
|
background-color: var(--cui-highlight-bg);
|
|
363
376
|
}
|
|
364
377
|
|
|
@@ -854,7 +867,7 @@ progress {
|
|
|
854
867
|
|
|
855
868
|
.row-cols-3 > * {
|
|
856
869
|
flex: 0 0 auto;
|
|
857
|
-
width: 33.
|
|
870
|
+
width: 33.33333333%;
|
|
858
871
|
}
|
|
859
872
|
|
|
860
873
|
.row-cols-4 > * {
|
|
@@ -869,7 +882,7 @@ progress {
|
|
|
869
882
|
|
|
870
883
|
.row-cols-6 > * {
|
|
871
884
|
flex: 0 0 auto;
|
|
872
|
-
width: 16.
|
|
885
|
+
width: 16.66666667%;
|
|
873
886
|
}
|
|
874
887
|
|
|
875
888
|
.col-auto {
|
|
@@ -1059,7 +1072,7 @@ progress {
|
|
|
1059
1072
|
}
|
|
1060
1073
|
.row-cols-sm-3 > * {
|
|
1061
1074
|
flex: 0 0 auto;
|
|
1062
|
-
width: 33.
|
|
1075
|
+
width: 33.33333333%;
|
|
1063
1076
|
}
|
|
1064
1077
|
.row-cols-sm-4 > * {
|
|
1065
1078
|
flex: 0 0 auto;
|
|
@@ -1071,7 +1084,7 @@ progress {
|
|
|
1071
1084
|
}
|
|
1072
1085
|
.row-cols-sm-6 > * {
|
|
1073
1086
|
flex: 0 0 auto;
|
|
1074
|
-
width: 16.
|
|
1087
|
+
width: 16.66666667%;
|
|
1075
1088
|
}
|
|
1076
1089
|
.col-sm-auto {
|
|
1077
1090
|
flex: 0 0 auto;
|
|
@@ -1228,7 +1241,7 @@ progress {
|
|
|
1228
1241
|
}
|
|
1229
1242
|
.row-cols-md-3 > * {
|
|
1230
1243
|
flex: 0 0 auto;
|
|
1231
|
-
width: 33.
|
|
1244
|
+
width: 33.33333333%;
|
|
1232
1245
|
}
|
|
1233
1246
|
.row-cols-md-4 > * {
|
|
1234
1247
|
flex: 0 0 auto;
|
|
@@ -1240,7 +1253,7 @@ progress {
|
|
|
1240
1253
|
}
|
|
1241
1254
|
.row-cols-md-6 > * {
|
|
1242
1255
|
flex: 0 0 auto;
|
|
1243
|
-
width: 16.
|
|
1256
|
+
width: 16.66666667%;
|
|
1244
1257
|
}
|
|
1245
1258
|
.col-md-auto {
|
|
1246
1259
|
flex: 0 0 auto;
|
|
@@ -1397,7 +1410,7 @@ progress {
|
|
|
1397
1410
|
}
|
|
1398
1411
|
.row-cols-lg-3 > * {
|
|
1399
1412
|
flex: 0 0 auto;
|
|
1400
|
-
width: 33.
|
|
1413
|
+
width: 33.33333333%;
|
|
1401
1414
|
}
|
|
1402
1415
|
.row-cols-lg-4 > * {
|
|
1403
1416
|
flex: 0 0 auto;
|
|
@@ -1409,7 +1422,7 @@ progress {
|
|
|
1409
1422
|
}
|
|
1410
1423
|
.row-cols-lg-6 > * {
|
|
1411
1424
|
flex: 0 0 auto;
|
|
1412
|
-
width: 16.
|
|
1425
|
+
width: 16.66666667%;
|
|
1413
1426
|
}
|
|
1414
1427
|
.col-lg-auto {
|
|
1415
1428
|
flex: 0 0 auto;
|
|
@@ -1566,7 +1579,7 @@ progress {
|
|
|
1566
1579
|
}
|
|
1567
1580
|
.row-cols-xl-3 > * {
|
|
1568
1581
|
flex: 0 0 auto;
|
|
1569
|
-
width: 33.
|
|
1582
|
+
width: 33.33333333%;
|
|
1570
1583
|
}
|
|
1571
1584
|
.row-cols-xl-4 > * {
|
|
1572
1585
|
flex: 0 0 auto;
|
|
@@ -1578,7 +1591,7 @@ progress {
|
|
|
1578
1591
|
}
|
|
1579
1592
|
.row-cols-xl-6 > * {
|
|
1580
1593
|
flex: 0 0 auto;
|
|
1581
|
-
width: 16.
|
|
1594
|
+
width: 16.66666667%;
|
|
1582
1595
|
}
|
|
1583
1596
|
.col-xl-auto {
|
|
1584
1597
|
flex: 0 0 auto;
|
|
@@ -1735,7 +1748,7 @@ progress {
|
|
|
1735
1748
|
}
|
|
1736
1749
|
.row-cols-xxl-3 > * {
|
|
1737
1750
|
flex: 0 0 auto;
|
|
1738
|
-
width: 33.
|
|
1751
|
+
width: 33.33333333%;
|
|
1739
1752
|
}
|
|
1740
1753
|
.row-cols-xxl-4 > * {
|
|
1741
1754
|
flex: 0 0 auto;
|
|
@@ -1747,7 +1760,7 @@ progress {
|
|
|
1747
1760
|
}
|
|
1748
1761
|
.row-cols-xxl-6 > * {
|
|
1749
1762
|
flex: 0 0 auto;
|
|
1750
|
-
width: 16.
|
|
1763
|
+
width: 16.66666667%;
|
|
1751
1764
|
}
|
|
1752
1765
|
.col-xxl-auto {
|
|
1753
1766
|
flex: 0 0 auto;
|
|
@@ -1891,16 +1904,16 @@ progress {
|
|
|
1891
1904
|
--cui-table-bg-type: initial;
|
|
1892
1905
|
--cui-table-color-state: initial;
|
|
1893
1906
|
--cui-table-bg-state: initial;
|
|
1894
|
-
--cui-table-color: var(--cui-
|
|
1907
|
+
--cui-table-color: var(--cui-emphasis-color);
|
|
1895
1908
|
--cui-table-bg: var(--cui-body-bg);
|
|
1896
1909
|
--cui-table-border-color: var(--cui-border-color);
|
|
1897
1910
|
--cui-table-accent-bg: transparent;
|
|
1898
|
-
--cui-table-striped-color: var(--cui-
|
|
1899
|
-
--cui-table-striped-bg: rgba(
|
|
1900
|
-
--cui-table-active-color: var(--cui-
|
|
1901
|
-
--cui-table-active-bg: rgba(
|
|
1902
|
-
--cui-table-hover-color: var(--cui-
|
|
1903
|
-
--cui-table-hover-bg: rgba(
|
|
1911
|
+
--cui-table-striped-color: var(--cui-emphasis-color);
|
|
1912
|
+
--cui-table-striped-bg: rgba(var(--cui-emphasis-color-rgb), 0.05);
|
|
1913
|
+
--cui-table-active-color: var(--cui-emphasis-color);
|
|
1914
|
+
--cui-table-active-bg: rgba(var(--cui-emphasis-color-rgb), 0.1);
|
|
1915
|
+
--cui-table-hover-color: var(--cui-emphasis-color);
|
|
1916
|
+
--cui-table-hover-bg: rgba(var(--cui-emphasis-color-rgb), 0.075);
|
|
1904
1917
|
width: 100%;
|
|
1905
1918
|
margin-bottom: 1rem;
|
|
1906
1919
|
vertical-align: top;
|
|
@@ -1969,7 +1982,7 @@ progress {
|
|
|
1969
1982
|
.table-primary {
|
|
1970
1983
|
--cui-table-color: #080a0c;
|
|
1971
1984
|
--cui-table-bg: #deddf7;
|
|
1972
|
-
--cui-table-border-color: #
|
|
1985
|
+
--cui-table-border-color: #b3b3c8;
|
|
1973
1986
|
--cui-table-striped-bg: #d3d2eb;
|
|
1974
1987
|
--cui-table-striped-color: #080a0c;
|
|
1975
1988
|
--cui-table-active-bg: #c9c8e0;
|
|
@@ -1983,7 +1996,7 @@ progress {
|
|
|
1983
1996
|
.table-secondary {
|
|
1984
1997
|
--cui-table-color: #080a0c;
|
|
1985
1998
|
--cui-table-bg: #ebedef;
|
|
1986
|
-
--cui-table-border-color: #
|
|
1999
|
+
--cui-table-border-color: #bec0c2;
|
|
1987
2000
|
--cui-table-striped-bg: #e0e2e4;
|
|
1988
2001
|
--cui-table-striped-color: #080a0c;
|
|
1989
2002
|
--cui-table-active-bg: #d4d6d8;
|
|
@@ -1997,7 +2010,7 @@ progress {
|
|
|
1997
2010
|
.table-success {
|
|
1998
2011
|
--cui-table-color: #080a0c;
|
|
1999
2012
|
--cui-table-bg: #d5f1de;
|
|
2000
|
-
--cui-table-border-color: #
|
|
2013
|
+
--cui-table-border-color: #acc3b4;
|
|
2001
2014
|
--cui-table-striped-bg: #cbe5d4;
|
|
2002
2015
|
--cui-table-striped-color: #080a0c;
|
|
2003
2016
|
--cui-table-active-bg: #c1dac9;
|
|
@@ -2011,7 +2024,7 @@ progress {
|
|
|
2011
2024
|
.table-info {
|
|
2012
2025
|
--cui-table-color: #080a0c;
|
|
2013
2026
|
--cui-table-bg: #d6ebff;
|
|
2014
|
-
--cui-table-border-color: #
|
|
2027
|
+
--cui-table-border-color: #adbece;
|
|
2015
2028
|
--cui-table-striped-bg: #cce0f3;
|
|
2016
2029
|
--cui-table-striped-color: #080a0c;
|
|
2017
2030
|
--cui-table-active-bg: #c1d5e7;
|
|
@@ -2025,7 +2038,7 @@ progress {
|
|
|
2025
2038
|
.table-warning {
|
|
2026
2039
|
--cui-table-color: #080a0c;
|
|
2027
2040
|
--cui-table-bg: #feefd0;
|
|
2028
|
-
--cui-table-border-color: #
|
|
2041
|
+
--cui-table-border-color: #cdc1a9;
|
|
2029
2042
|
--cui-table-striped-bg: #f2e4c6;
|
|
2030
2043
|
--cui-table-striped-color: #080a0c;
|
|
2031
2044
|
--cui-table-active-bg: #e5d8bc;
|
|
@@ -2039,7 +2052,7 @@ progress {
|
|
|
2039
2052
|
.table-danger {
|
|
2040
2053
|
--cui-table-color: #080a0c;
|
|
2041
2054
|
--cui-table-bg: #fadddd;
|
|
2042
|
-
--cui-table-border-color: #
|
|
2055
|
+
--cui-table-border-color: #cab3b3;
|
|
2043
2056
|
--cui-table-striped-bg: #eed2d3;
|
|
2044
2057
|
--cui-table-striped-color: #080a0c;
|
|
2045
2058
|
--cui-table-active-bg: #e2c8c8;
|
|
@@ -2053,7 +2066,7 @@ progress {
|
|
|
2053
2066
|
.table-light {
|
|
2054
2067
|
--cui-table-color: #080a0c;
|
|
2055
2068
|
--cui-table-bg: #f3f4f7;
|
|
2056
|
-
--cui-table-border-color: #
|
|
2069
|
+
--cui-table-border-color: #c4c5c8;
|
|
2057
2070
|
--cui-table-striped-bg: #e7e8eb;
|
|
2058
2071
|
--cui-table-striped-color: #080a0c;
|
|
2059
2072
|
--cui-table-active-bg: #dcdde0;
|
|
@@ -2067,7 +2080,7 @@ progress {
|
|
|
2067
2080
|
.table-dark {
|
|
2068
2081
|
--cui-table-color: #fff;
|
|
2069
2082
|
--cui-table-bg: #212631;
|
|
2070
|
-
--cui-table-border-color: #
|
|
2083
|
+
--cui-table-border-color: #4d515a;
|
|
2071
2084
|
--cui-table-striped-bg: #2c313b;
|
|
2072
2085
|
--cui-table-striped-color: #fff;
|
|
2073
2086
|
--cui-table-active-bg: #373c46;
|
|
@@ -2423,6 +2436,7 @@ textarea.form-control-lg {
|
|
|
2423
2436
|
|
|
2424
2437
|
.form-check-input {
|
|
2425
2438
|
--cui-form-check-bg: var(--cui-body-bg);
|
|
2439
|
+
flex-shrink: 0;
|
|
2426
2440
|
width: 1em;
|
|
2427
2441
|
height: 1em;
|
|
2428
2442
|
margin-top: 0.25em;
|
|
@@ -2609,7 +2623,7 @@ textarea.form-control-lg {
|
|
|
2609
2623
|
height: 0.5rem;
|
|
2610
2624
|
color: transparent;
|
|
2611
2625
|
cursor: pointer;
|
|
2612
|
-
background-color: var(--cui-
|
|
2626
|
+
background-color: var(--cui-secondary-bg);
|
|
2613
2627
|
border-color: transparent;
|
|
2614
2628
|
border-radius: 1rem;
|
|
2615
2629
|
}
|
|
@@ -2638,7 +2652,7 @@ textarea.form-control-lg {
|
|
|
2638
2652
|
height: 0.5rem;
|
|
2639
2653
|
color: transparent;
|
|
2640
2654
|
cursor: pointer;
|
|
2641
|
-
background-color: var(--cui-
|
|
2655
|
+
background-color: var(--cui-secondary-bg);
|
|
2642
2656
|
border-color: transparent;
|
|
2643
2657
|
border-radius: 1rem;
|
|
2644
2658
|
}
|
|
@@ -3839,7 +3853,7 @@ textarea.form-control-lg {
|
|
|
3839
3853
|
--cui-dropdown-inner-border-radius: calc(var(--cui-border-radius) - var(--cui-border-width));
|
|
3840
3854
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
3841
3855
|
--cui-dropdown-divider-margin-y: 0.5rem;
|
|
3842
|
-
--cui-dropdown-box-shadow:
|
|
3856
|
+
--cui-dropdown-box-shadow: var(--cui-box-shadow);
|
|
3843
3857
|
--cui-dropdown-link-color: var(--cui-body-color);
|
|
3844
3858
|
--cui-dropdown-link-hover-color: var(--cui-body-color);
|
|
3845
3859
|
--cui-dropdown-link-hover-bg: var(--cui-tertiary-bg);
|
|
@@ -4319,6 +4333,35 @@ textarea.form-control-lg {
|
|
|
4319
4333
|
border-bottom-color: currentcolor;
|
|
4320
4334
|
}
|
|
4321
4335
|
|
|
4336
|
+
.nav-underline-border {
|
|
4337
|
+
--cui-nav-underline-border-gap: 0.5rem;
|
|
4338
|
+
--cui-nav-underline-border-border-color: var(--cui-border-color);
|
|
4339
|
+
--cui-nav-underline-border-border-width: 0.125rem;
|
|
4340
|
+
--cui-nav-underline-border-link-padding-x: 0.5rem;
|
|
4341
|
+
--cui-nav-underline-border-link-padding-y: 0.5rem;
|
|
4342
|
+
--cui-nav-underline-border-link-color: var(--cui-secondary-color);
|
|
4343
|
+
--cui-nav-underline-border-link-active-color: var(--cui-primary);
|
|
4344
|
+
--cui-nav-underline-border-link-disabled-color: var(--cui-tertiary-color);
|
|
4345
|
+
--cui-nav-link-color: var(--cui-nav-underline-border-link-color);
|
|
4346
|
+
--cui-nav-link-disabled-color: var(--cui-nav-underline-border-link-disabled-color);
|
|
4347
|
+
gap: var(--cui-nav-underline-border-gap);
|
|
4348
|
+
border-bottom: var(--cui-nav-underline-border-border-width) solid var(--cui-nav-underline-border-border-color);
|
|
4349
|
+
}
|
|
4350
|
+
.nav-underline-border .nav-link {
|
|
4351
|
+
padding: var(--cui-nav-underline-border-link-padding-y) var(--cui-nav-underline-border-link-padding-x);
|
|
4352
|
+
margin-bottom: calc(-1 * var(--cui-nav-underline-border-border-width));
|
|
4353
|
+
border-bottom: var(--cui-nav-underline-border-border-width) solid transparent;
|
|
4354
|
+
}
|
|
4355
|
+
.nav-underline-border .nav-link:hover, .nav-underline-border .nav-link:focus {
|
|
4356
|
+
border-bottom-color: currentcolor;
|
|
4357
|
+
}
|
|
4358
|
+
.nav-underline-border .nav-link.active,
|
|
4359
|
+
.nav-underline-border .show > .nav-link {
|
|
4360
|
+
font-weight: 700;
|
|
4361
|
+
color: var(--cui-nav-underline-border-link-active-color);
|
|
4362
|
+
border-bottom-color: currentcolor;
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4322
4365
|
.nav-fill > .nav-link,
|
|
4323
4366
|
.nav-fill .nav-item {
|
|
4324
4367
|
flex: 1 1 auto;
|
|
@@ -5101,7 +5144,7 @@ textarea.form-control-lg {
|
|
|
5101
5144
|
|
|
5102
5145
|
[data-coreui-theme=dark] .accordion-button::after {
|
|
5103
5146
|
--cui-accordion-btn-icon: 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 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");
|
|
5104
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5147
|
+
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23403f98'%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");
|
|
5105
5148
|
}
|
|
5106
5149
|
|
|
5107
5150
|
.breadcrumb {
|
|
@@ -5929,7 +5972,7 @@ textarea.form-control-lg {
|
|
|
5929
5972
|
--cui-modal-border-color: var(--cui-border-color-translucent);
|
|
5930
5973
|
--cui-modal-border-width: var(--cui-border-width);
|
|
5931
5974
|
--cui-modal-border-radius: var(--cui-border-radius-lg);
|
|
5932
|
-
--cui-modal-box-shadow:
|
|
5975
|
+
--cui-modal-box-shadow: var(--cui-box-shadow-sm);
|
|
5933
5976
|
--cui-modal-inner-border-radius: calc(var(--cui-border-radius-lg) - (var(--cui-border-width)));
|
|
5934
5977
|
--cui-modal-header-padding-x: 1rem;
|
|
5935
5978
|
--cui-modal-header-padding-y: 1rem;
|
|
@@ -6070,7 +6113,7 @@ textarea.form-control-lg {
|
|
|
6070
6113
|
@media (min-width: 576px) {
|
|
6071
6114
|
.modal {
|
|
6072
6115
|
--cui-modal-margin: 1.75rem;
|
|
6073
|
-
--cui-modal-box-shadow:
|
|
6116
|
+
--cui-modal-box-shadow: var(--cui-box-shadow);
|
|
6074
6117
|
}
|
|
6075
6118
|
.modal-dialog {
|
|
6076
6119
|
max-width: var(--cui-modal-width);
|
|
@@ -6322,7 +6365,7 @@ textarea.form-control-lg {
|
|
|
6322
6365
|
--cui-popover-border-color: var(--cui-border-color-translucent);
|
|
6323
6366
|
--cui-popover-border-radius: var(--cui-border-radius-lg);
|
|
6324
6367
|
--cui-popover-inner-border-radius: calc(var(--cui-border-radius-lg) - var(--cui-border-width));
|
|
6325
|
-
--cui-popover-box-shadow:
|
|
6368
|
+
--cui-popover-box-shadow: var(--cui-box-shadow);
|
|
6326
6369
|
--cui-popover-header-padding-x: 1rem;
|
|
6327
6370
|
--cui-popover-header-padding-y: 0.5rem;
|
|
6328
6371
|
--cui-popover-header-font-size: 1rem;
|
|
@@ -6757,7 +6800,7 @@ textarea.form-control-lg {
|
|
|
6757
6800
|
--cui-offcanvas-bg: var(--cui-body-bg);
|
|
6758
6801
|
--cui-offcanvas-border-width: var(--cui-border-width);
|
|
6759
6802
|
--cui-offcanvas-border-color: var(--cui-border-color-translucent);
|
|
6760
|
-
--cui-offcanvas-box-shadow:
|
|
6803
|
+
--cui-offcanvas-box-shadow: var(--cui-box-shadow-sm);
|
|
6761
6804
|
--cui-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6762
6805
|
--cui-offcanvas-title-line-height: 1.5;
|
|
6763
6806
|
}
|
|
@@ -7543,7 +7586,7 @@ textarea.form-control-lg {
|
|
|
7543
7586
|
position: -webkit-sticky;
|
|
7544
7587
|
position: sticky;
|
|
7545
7588
|
top: 0;
|
|
7546
|
-
z-index:
|
|
7589
|
+
z-index: 1020;
|
|
7547
7590
|
}
|
|
7548
7591
|
|
|
7549
7592
|
.header-divider {
|
|
@@ -7703,6 +7746,7 @@ textarea.form-control-lg {
|
|
|
7703
7746
|
}
|
|
7704
7747
|
|
|
7705
7748
|
.sidebar {
|
|
7749
|
+
--cui-sidebar-zindex: 1035;
|
|
7706
7750
|
--cui-sidebar-width: 16rem;
|
|
7707
7751
|
--cui-sidebar-bg: var(--cui-body-bg);
|
|
7708
7752
|
--cui-sidebar-padding-x: 1rem;
|
|
@@ -7726,6 +7770,9 @@ textarea.form-control-lg {
|
|
|
7726
7770
|
transition: none;
|
|
7727
7771
|
}
|
|
7728
7772
|
}
|
|
7773
|
+
.sidebar.sidebar-fixed, .sidebar.sidebar-narrow, .sidebar.sidebar-narrow-unfoldable {
|
|
7774
|
+
z-index: var(--cui-sidebar-zindex);
|
|
7775
|
+
}
|
|
7729
7776
|
.sidebar:not(.sidebar-end) {
|
|
7730
7777
|
margin-left: 0;
|
|
7731
7778
|
}
|
|
@@ -7791,7 +7838,6 @@ textarea.form-control-lg {
|
|
|
7791
7838
|
position: fixed;
|
|
7792
7839
|
top: 0;
|
|
7793
7840
|
bottom: 0;
|
|
7794
|
-
z-index: 1030;
|
|
7795
7841
|
}
|
|
7796
7842
|
.sidebar.sidebar-fixed:not(.sidebar-end) {
|
|
7797
7843
|
left: 0;
|
|
@@ -7812,7 +7858,6 @@ textarea.form-control-lg {
|
|
|
7812
7858
|
position: fixed;
|
|
7813
7859
|
top: 0;
|
|
7814
7860
|
bottom: 0;
|
|
7815
|
-
z-index: 1032;
|
|
7816
7861
|
}
|
|
7817
7862
|
.sidebar.sidebar-overlaid:not(.hide) {
|
|
7818
7863
|
box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
|
|
@@ -7835,7 +7880,7 @@ textarea.form-control-lg {
|
|
|
7835
7880
|
position: fixed;
|
|
7836
7881
|
top: 0;
|
|
7837
7882
|
bottom: 0;
|
|
7838
|
-
z-index:
|
|
7883
|
+
z-index: var(--cui-sidebar-zindex);
|
|
7839
7884
|
}
|
|
7840
7885
|
.sidebar:not(.sidebar-end) {
|
|
7841
7886
|
left: 0;
|
|
@@ -7945,7 +7990,7 @@ textarea.form-control-lg {
|
|
|
7945
7990
|
}
|
|
7946
7991
|
|
|
7947
7992
|
.sidebar-backdrop {
|
|
7948
|
-
--cui-backdrop-zindex:
|
|
7993
|
+
--cui-backdrop-zindex: 1034;
|
|
7949
7994
|
--cui-backdrop-bg: #080a0c;
|
|
7950
7995
|
--cui-backdrop-opacity: 0.5;
|
|
7951
7996
|
}
|
|
@@ -8232,26 +8277,24 @@ textarea.form-control-lg {
|
|
|
8232
8277
|
}
|
|
8233
8278
|
.sidebar-nav.compact .nav-link,
|
|
8234
8279
|
.sidebar-nav .compact .nav-link {
|
|
8235
|
-
--cui-sidebar-nav-link-padding-y: 0.
|
|
8280
|
+
--cui-sidebar-nav-link-padding-y: 0.75rem;
|
|
8236
8281
|
}
|
|
8237
8282
|
|
|
8238
8283
|
.sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
|
|
8239
8284
|
--cui-sidebar-narrow-width: 4rem;
|
|
8240
8285
|
}
|
|
8241
8286
|
.sidebar-narrow-unfoldable:not(:hover) .sidebar-nav, .sidebar-narrow .sidebar-nav {
|
|
8242
|
-
--cui-sidebar-nav-link-padding-x: 0.
|
|
8287
|
+
--cui-sidebar-nav-link-padding-x: 0.5625rem;
|
|
8243
8288
|
--cui-sidebar-nav-link-padding-y: 0.75rem;
|
|
8244
8289
|
}
|
|
8245
8290
|
@media (min-width: 768px) {
|
|
8246
8291
|
.sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
|
|
8247
|
-
z-index: 1031;
|
|
8248
8292
|
flex: 0 0 var(--cui-sidebar-narrow-width);
|
|
8249
8293
|
width: var(--cui-sidebar-narrow-width);
|
|
8250
8294
|
padding-bottom: var(--cui-sidebar-toggler-height);
|
|
8251
8295
|
overflow: visible;
|
|
8252
8296
|
}
|
|
8253
8297
|
.sidebar-fixed.sidebar-narrow-unfoldable:not(:hover), .sidebar-fixed.sidebar-narrow {
|
|
8254
|
-
z-index: 1031;
|
|
8255
8298
|
width: var(--cui-sidebar-narrow-width);
|
|
8256
8299
|
}
|
|
8257
8300
|
.sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full, .sidebar-narrow .sidebar-brand-full {
|
|
@@ -8303,7 +8346,6 @@ textarea.form-control-lg {
|
|
|
8303
8346
|
|
|
8304
8347
|
.sidebar-narrow-unfoldable {
|
|
8305
8348
|
position: fixed;
|
|
8306
|
-
z-index: 1031;
|
|
8307
8349
|
}
|
|
8308
8350
|
.sidebar-narrow-unfoldable:not(.sidebar-end) ~ * {
|
|
8309
8351
|
--cui-sidebar-occupy-start: 4rem;
|
|
@@ -8443,11 +8485,11 @@ textarea.form-control-lg {
|
|
|
8443
8485
|
}
|
|
8444
8486
|
[data-coreui-theme=dark] .text-bg-light {
|
|
8445
8487
|
color: #080a0c !important;
|
|
8446
|
-
background-color: RGBA(
|
|
8488
|
+
background-color: RGBA(243, 244, 247, var(--cui-bg-opacity, 1)) !important;
|
|
8447
8489
|
}
|
|
8448
8490
|
[data-coreui-theme=dark] .text-bg-dark {
|
|
8449
8491
|
color: #fff !important;
|
|
8450
|
-
background-color: RGBA(
|
|
8492
|
+
background-color: RGBA(33, 38, 49, var(--cui-bg-opacity, 1)) !important;
|
|
8451
8493
|
}
|
|
8452
8494
|
|
|
8453
8495
|
.link-primary {
|
|
@@ -8944,15 +8986,15 @@ textarea.form-control-lg {
|
|
|
8944
8986
|
}
|
|
8945
8987
|
|
|
8946
8988
|
.shadow {
|
|
8947
|
-
box-shadow:
|
|
8989
|
+
box-shadow: var(--cui-box-shadow) !important;
|
|
8948
8990
|
}
|
|
8949
8991
|
|
|
8950
8992
|
.shadow-sm {
|
|
8951
|
-
box-shadow:
|
|
8993
|
+
box-shadow: var(--cui-box-shadow-sm) !important;
|
|
8952
8994
|
}
|
|
8953
8995
|
|
|
8954
8996
|
.shadow-lg {
|
|
8955
|
-
box-shadow:
|
|
8997
|
+
box-shadow: var(--cui-box-shadow-lg) !important;
|
|
8956
8998
|
}
|
|
8957
8999
|
|
|
8958
9000
|
.shadow-none {
|