@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.rtl.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;
|
|
@@ -357,6 +369,7 @@ small, .small {
|
|
|
357
369
|
|
|
358
370
|
mark, .mark {
|
|
359
371
|
padding: 0.1875em;
|
|
372
|
+
color: var(--cui-highlight-color);
|
|
360
373
|
background-color: var(--cui-highlight-bg);
|
|
361
374
|
}
|
|
362
375
|
|
|
@@ -847,7 +860,7 @@ progress {
|
|
|
847
860
|
|
|
848
861
|
.row-cols-3 > * {
|
|
849
862
|
flex: 0 0 auto;
|
|
850
|
-
width: 33.
|
|
863
|
+
width: 33.33333333%;
|
|
851
864
|
}
|
|
852
865
|
|
|
853
866
|
.row-cols-4 > * {
|
|
@@ -862,7 +875,7 @@ progress {
|
|
|
862
875
|
|
|
863
876
|
.row-cols-6 > * {
|
|
864
877
|
flex: 0 0 auto;
|
|
865
|
-
width: 16.
|
|
878
|
+
width: 16.66666667%;
|
|
866
879
|
}
|
|
867
880
|
|
|
868
881
|
.col-auto {
|
|
@@ -1052,7 +1065,7 @@ progress {
|
|
|
1052
1065
|
}
|
|
1053
1066
|
.row-cols-sm-3 > * {
|
|
1054
1067
|
flex: 0 0 auto;
|
|
1055
|
-
width: 33.
|
|
1068
|
+
width: 33.33333333%;
|
|
1056
1069
|
}
|
|
1057
1070
|
.row-cols-sm-4 > * {
|
|
1058
1071
|
flex: 0 0 auto;
|
|
@@ -1064,7 +1077,7 @@ progress {
|
|
|
1064
1077
|
}
|
|
1065
1078
|
.row-cols-sm-6 > * {
|
|
1066
1079
|
flex: 0 0 auto;
|
|
1067
|
-
width: 16.
|
|
1080
|
+
width: 16.66666667%;
|
|
1068
1081
|
}
|
|
1069
1082
|
.col-sm-auto {
|
|
1070
1083
|
flex: 0 0 auto;
|
|
@@ -1221,7 +1234,7 @@ progress {
|
|
|
1221
1234
|
}
|
|
1222
1235
|
.row-cols-md-3 > * {
|
|
1223
1236
|
flex: 0 0 auto;
|
|
1224
|
-
width: 33.
|
|
1237
|
+
width: 33.33333333%;
|
|
1225
1238
|
}
|
|
1226
1239
|
.row-cols-md-4 > * {
|
|
1227
1240
|
flex: 0 0 auto;
|
|
@@ -1233,7 +1246,7 @@ progress {
|
|
|
1233
1246
|
}
|
|
1234
1247
|
.row-cols-md-6 > * {
|
|
1235
1248
|
flex: 0 0 auto;
|
|
1236
|
-
width: 16.
|
|
1249
|
+
width: 16.66666667%;
|
|
1237
1250
|
}
|
|
1238
1251
|
.col-md-auto {
|
|
1239
1252
|
flex: 0 0 auto;
|
|
@@ -1390,7 +1403,7 @@ progress {
|
|
|
1390
1403
|
}
|
|
1391
1404
|
.row-cols-lg-3 > * {
|
|
1392
1405
|
flex: 0 0 auto;
|
|
1393
|
-
width: 33.
|
|
1406
|
+
width: 33.33333333%;
|
|
1394
1407
|
}
|
|
1395
1408
|
.row-cols-lg-4 > * {
|
|
1396
1409
|
flex: 0 0 auto;
|
|
@@ -1402,7 +1415,7 @@ progress {
|
|
|
1402
1415
|
}
|
|
1403
1416
|
.row-cols-lg-6 > * {
|
|
1404
1417
|
flex: 0 0 auto;
|
|
1405
|
-
width: 16.
|
|
1418
|
+
width: 16.66666667%;
|
|
1406
1419
|
}
|
|
1407
1420
|
.col-lg-auto {
|
|
1408
1421
|
flex: 0 0 auto;
|
|
@@ -1559,7 +1572,7 @@ progress {
|
|
|
1559
1572
|
}
|
|
1560
1573
|
.row-cols-xl-3 > * {
|
|
1561
1574
|
flex: 0 0 auto;
|
|
1562
|
-
width: 33.
|
|
1575
|
+
width: 33.33333333%;
|
|
1563
1576
|
}
|
|
1564
1577
|
.row-cols-xl-4 > * {
|
|
1565
1578
|
flex: 0 0 auto;
|
|
@@ -1571,7 +1584,7 @@ progress {
|
|
|
1571
1584
|
}
|
|
1572
1585
|
.row-cols-xl-6 > * {
|
|
1573
1586
|
flex: 0 0 auto;
|
|
1574
|
-
width: 16.
|
|
1587
|
+
width: 16.66666667%;
|
|
1575
1588
|
}
|
|
1576
1589
|
.col-xl-auto {
|
|
1577
1590
|
flex: 0 0 auto;
|
|
@@ -1728,7 +1741,7 @@ progress {
|
|
|
1728
1741
|
}
|
|
1729
1742
|
.row-cols-xxl-3 > * {
|
|
1730
1743
|
flex: 0 0 auto;
|
|
1731
|
-
width: 33.
|
|
1744
|
+
width: 33.33333333%;
|
|
1732
1745
|
}
|
|
1733
1746
|
.row-cols-xxl-4 > * {
|
|
1734
1747
|
flex: 0 0 auto;
|
|
@@ -1740,7 +1753,7 @@ progress {
|
|
|
1740
1753
|
}
|
|
1741
1754
|
.row-cols-xxl-6 > * {
|
|
1742
1755
|
flex: 0 0 auto;
|
|
1743
|
-
width: 16.
|
|
1756
|
+
width: 16.66666667%;
|
|
1744
1757
|
}
|
|
1745
1758
|
.col-xxl-auto {
|
|
1746
1759
|
flex: 0 0 auto;
|
|
@@ -1884,16 +1897,16 @@ progress {
|
|
|
1884
1897
|
--cui-table-bg-type: initial;
|
|
1885
1898
|
--cui-table-color-state: initial;
|
|
1886
1899
|
--cui-table-bg-state: initial;
|
|
1887
|
-
--cui-table-color: var(--cui-
|
|
1900
|
+
--cui-table-color: var(--cui-emphasis-color);
|
|
1888
1901
|
--cui-table-bg: var(--cui-body-bg);
|
|
1889
1902
|
--cui-table-border-color: var(--cui-border-color);
|
|
1890
1903
|
--cui-table-accent-bg: transparent;
|
|
1891
|
-
--cui-table-striped-color: var(--cui-
|
|
1892
|
-
--cui-table-striped-bg: rgba(
|
|
1893
|
-
--cui-table-active-color: var(--cui-
|
|
1894
|
-
--cui-table-active-bg: rgba(
|
|
1895
|
-
--cui-table-hover-color: var(--cui-
|
|
1896
|
-
--cui-table-hover-bg: rgba(
|
|
1904
|
+
--cui-table-striped-color: var(--cui-emphasis-color);
|
|
1905
|
+
--cui-table-striped-bg: rgba(var(--cui-emphasis-color-rgb), 0.05);
|
|
1906
|
+
--cui-table-active-color: var(--cui-emphasis-color);
|
|
1907
|
+
--cui-table-active-bg: rgba(var(--cui-emphasis-color-rgb), 0.1);
|
|
1908
|
+
--cui-table-hover-color: var(--cui-emphasis-color);
|
|
1909
|
+
--cui-table-hover-bg: rgba(var(--cui-emphasis-color-rgb), 0.075);
|
|
1897
1910
|
width: 100%;
|
|
1898
1911
|
margin-bottom: 1rem;
|
|
1899
1912
|
vertical-align: top;
|
|
@@ -1962,7 +1975,7 @@ progress {
|
|
|
1962
1975
|
.table-primary {
|
|
1963
1976
|
--cui-table-color: #080a0c;
|
|
1964
1977
|
--cui-table-bg: #deddf7;
|
|
1965
|
-
--cui-table-border-color: #
|
|
1978
|
+
--cui-table-border-color: #b3b3c8;
|
|
1966
1979
|
--cui-table-striped-bg: #d3d2eb;
|
|
1967
1980
|
--cui-table-striped-color: #080a0c;
|
|
1968
1981
|
--cui-table-active-bg: #c9c8e0;
|
|
@@ -1976,7 +1989,7 @@ progress {
|
|
|
1976
1989
|
.table-secondary {
|
|
1977
1990
|
--cui-table-color: #080a0c;
|
|
1978
1991
|
--cui-table-bg: #ebedef;
|
|
1979
|
-
--cui-table-border-color: #
|
|
1992
|
+
--cui-table-border-color: #bec0c2;
|
|
1980
1993
|
--cui-table-striped-bg: #e0e2e4;
|
|
1981
1994
|
--cui-table-striped-color: #080a0c;
|
|
1982
1995
|
--cui-table-active-bg: #d4d6d8;
|
|
@@ -1990,7 +2003,7 @@ progress {
|
|
|
1990
2003
|
.table-success {
|
|
1991
2004
|
--cui-table-color: #080a0c;
|
|
1992
2005
|
--cui-table-bg: #d5f1de;
|
|
1993
|
-
--cui-table-border-color: #
|
|
2006
|
+
--cui-table-border-color: #acc3b4;
|
|
1994
2007
|
--cui-table-striped-bg: #cbe5d4;
|
|
1995
2008
|
--cui-table-striped-color: #080a0c;
|
|
1996
2009
|
--cui-table-active-bg: #c1dac9;
|
|
@@ -2004,7 +2017,7 @@ progress {
|
|
|
2004
2017
|
.table-info {
|
|
2005
2018
|
--cui-table-color: #080a0c;
|
|
2006
2019
|
--cui-table-bg: #d6ebff;
|
|
2007
|
-
--cui-table-border-color: #
|
|
2020
|
+
--cui-table-border-color: #adbece;
|
|
2008
2021
|
--cui-table-striped-bg: #cce0f3;
|
|
2009
2022
|
--cui-table-striped-color: #080a0c;
|
|
2010
2023
|
--cui-table-active-bg: #c1d5e7;
|
|
@@ -2018,7 +2031,7 @@ progress {
|
|
|
2018
2031
|
.table-warning {
|
|
2019
2032
|
--cui-table-color: #080a0c;
|
|
2020
2033
|
--cui-table-bg: #feefd0;
|
|
2021
|
-
--cui-table-border-color: #
|
|
2034
|
+
--cui-table-border-color: #cdc1a9;
|
|
2022
2035
|
--cui-table-striped-bg: #f2e4c6;
|
|
2023
2036
|
--cui-table-striped-color: #080a0c;
|
|
2024
2037
|
--cui-table-active-bg: #e5d8bc;
|
|
@@ -2032,7 +2045,7 @@ progress {
|
|
|
2032
2045
|
.table-danger {
|
|
2033
2046
|
--cui-table-color: #080a0c;
|
|
2034
2047
|
--cui-table-bg: #fadddd;
|
|
2035
|
-
--cui-table-border-color: #
|
|
2048
|
+
--cui-table-border-color: #cab3b3;
|
|
2036
2049
|
--cui-table-striped-bg: #eed2d3;
|
|
2037
2050
|
--cui-table-striped-color: #080a0c;
|
|
2038
2051
|
--cui-table-active-bg: #e2c8c8;
|
|
@@ -2046,7 +2059,7 @@ progress {
|
|
|
2046
2059
|
.table-light {
|
|
2047
2060
|
--cui-table-color: #080a0c;
|
|
2048
2061
|
--cui-table-bg: #f3f4f7;
|
|
2049
|
-
--cui-table-border-color: #
|
|
2062
|
+
--cui-table-border-color: #c4c5c8;
|
|
2050
2063
|
--cui-table-striped-bg: #e7e8eb;
|
|
2051
2064
|
--cui-table-striped-color: #080a0c;
|
|
2052
2065
|
--cui-table-active-bg: #dcdde0;
|
|
@@ -2060,7 +2073,7 @@ progress {
|
|
|
2060
2073
|
.table-dark {
|
|
2061
2074
|
--cui-table-color: #fff;
|
|
2062
2075
|
--cui-table-bg: #212631;
|
|
2063
|
-
--cui-table-border-color: #
|
|
2076
|
+
--cui-table-border-color: #4d515a;
|
|
2064
2077
|
--cui-table-striped-bg: #2c313b;
|
|
2065
2078
|
--cui-table-striped-color: #fff;
|
|
2066
2079
|
--cui-table-active-bg: #373c46;
|
|
@@ -2370,6 +2383,7 @@ textarea.form-control-lg {
|
|
|
2370
2383
|
|
|
2371
2384
|
.form-check-input {
|
|
2372
2385
|
--cui-form-check-bg: var(--cui-body-bg);
|
|
2386
|
+
flex-shrink: 0;
|
|
2373
2387
|
width: 1em;
|
|
2374
2388
|
height: 1em;
|
|
2375
2389
|
margin-top: 0.25em;
|
|
@@ -2547,7 +2561,7 @@ textarea.form-control-lg {
|
|
|
2547
2561
|
height: 0.5rem;
|
|
2548
2562
|
color: transparent;
|
|
2549
2563
|
cursor: pointer;
|
|
2550
|
-
background-color: var(--cui-
|
|
2564
|
+
background-color: var(--cui-secondary-bg);
|
|
2551
2565
|
border-color: transparent;
|
|
2552
2566
|
border-radius: 1rem;
|
|
2553
2567
|
}
|
|
@@ -2573,7 +2587,7 @@ textarea.form-control-lg {
|
|
|
2573
2587
|
height: 0.5rem;
|
|
2574
2588
|
color: transparent;
|
|
2575
2589
|
cursor: pointer;
|
|
2576
|
-
background-color: var(--cui-
|
|
2590
|
+
background-color: var(--cui-secondary-bg);
|
|
2577
2591
|
border-color: transparent;
|
|
2578
2592
|
border-radius: 1rem;
|
|
2579
2593
|
}
|
|
@@ -3752,7 +3766,7 @@ textarea.form-control-lg {
|
|
|
3752
3766
|
--cui-dropdown-inner-border-radius: calc(var(--cui-border-radius) - var(--cui-border-width));
|
|
3753
3767
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
3754
3768
|
--cui-dropdown-divider-margin-y: 0.5rem;
|
|
3755
|
-
--cui-dropdown-box-shadow:
|
|
3769
|
+
--cui-dropdown-box-shadow: var(--cui-box-shadow);
|
|
3756
3770
|
--cui-dropdown-link-color: var(--cui-body-color);
|
|
3757
3771
|
--cui-dropdown-link-hover-color: var(--cui-body-color);
|
|
3758
3772
|
--cui-dropdown-link-hover-bg: var(--cui-tertiary-bg);
|
|
@@ -4238,6 +4252,35 @@ textarea.form-control-lg {
|
|
|
4238
4252
|
border-bottom-color: currentcolor;
|
|
4239
4253
|
}
|
|
4240
4254
|
|
|
4255
|
+
.nav-underline-border {
|
|
4256
|
+
--cui-nav-underline-border-gap: 0.5rem;
|
|
4257
|
+
--cui-nav-underline-border-border-color: var(--cui-border-color);
|
|
4258
|
+
--cui-nav-underline-border-border-width: 0.125rem;
|
|
4259
|
+
--cui-nav-underline-border-link-padding-x: 0.5rem;
|
|
4260
|
+
--cui-nav-underline-border-link-padding-y: 0.5rem;
|
|
4261
|
+
--cui-nav-underline-border-link-color: var(--cui-secondary-color);
|
|
4262
|
+
--cui-nav-underline-border-link-active-color: var(--cui-primary);
|
|
4263
|
+
--cui-nav-underline-border-link-disabled-color: var(--cui-tertiary-color);
|
|
4264
|
+
--cui-nav-link-color: var(--cui-nav-underline-border-link-color);
|
|
4265
|
+
--cui-nav-link-disabled-color: var(--cui-nav-underline-border-link-disabled-color);
|
|
4266
|
+
gap: var(--cui-nav-underline-border-gap);
|
|
4267
|
+
border-bottom: var(--cui-nav-underline-border-border-width) solid var(--cui-nav-underline-border-border-color);
|
|
4268
|
+
}
|
|
4269
|
+
.nav-underline-border .nav-link {
|
|
4270
|
+
padding: var(--cui-nav-underline-border-link-padding-y) var(--cui-nav-underline-border-link-padding-x);
|
|
4271
|
+
margin-bottom: calc(-1 * var(--cui-nav-underline-border-border-width));
|
|
4272
|
+
border-bottom: var(--cui-nav-underline-border-border-width) solid transparent;
|
|
4273
|
+
}
|
|
4274
|
+
.nav-underline-border .nav-link:hover, .nav-underline-border .nav-link:focus {
|
|
4275
|
+
border-bottom-color: currentcolor;
|
|
4276
|
+
}
|
|
4277
|
+
.nav-underline-border .nav-link.active,
|
|
4278
|
+
.nav-underline-border .show > .nav-link {
|
|
4279
|
+
font-weight: 700;
|
|
4280
|
+
color: var(--cui-nav-underline-border-link-active-color);
|
|
4281
|
+
border-bottom-color: currentcolor;
|
|
4282
|
+
}
|
|
4283
|
+
|
|
4241
4284
|
.nav-fill > .nav-link,
|
|
4242
4285
|
.nav-fill .nav-item {
|
|
4243
4286
|
flex: 1 1 auto;
|
|
@@ -5020,7 +5063,7 @@ textarea.form-control-lg {
|
|
|
5020
5063
|
|
|
5021
5064
|
[data-coreui-theme=dark] .accordion-button::after {
|
|
5022
5065
|
--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");
|
|
5023
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5066
|
+
--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");
|
|
5024
5067
|
}
|
|
5025
5068
|
|
|
5026
5069
|
.breadcrumb {
|
|
@@ -5844,7 +5887,7 @@ textarea.form-control-lg {
|
|
|
5844
5887
|
--cui-modal-border-color: var(--cui-border-color-translucent);
|
|
5845
5888
|
--cui-modal-border-width: var(--cui-border-width);
|
|
5846
5889
|
--cui-modal-border-radius: var(--cui-border-radius-lg);
|
|
5847
|
-
--cui-modal-box-shadow:
|
|
5890
|
+
--cui-modal-box-shadow: var(--cui-box-shadow-sm);
|
|
5848
5891
|
--cui-modal-inner-border-radius: calc(var(--cui-border-radius-lg) - (var(--cui-border-width)));
|
|
5849
5892
|
--cui-modal-header-padding-x: 1rem;
|
|
5850
5893
|
--cui-modal-header-padding-y: 1rem;
|
|
@@ -5985,7 +6028,7 @@ textarea.form-control-lg {
|
|
|
5985
6028
|
@media (min-width: 576px) {
|
|
5986
6029
|
.modal {
|
|
5987
6030
|
--cui-modal-margin: 1.75rem;
|
|
5988
|
-
--cui-modal-box-shadow:
|
|
6031
|
+
--cui-modal-box-shadow: var(--cui-box-shadow);
|
|
5989
6032
|
}
|
|
5990
6033
|
.modal-dialog {
|
|
5991
6034
|
max-width: var(--cui-modal-width);
|
|
@@ -6237,7 +6280,7 @@ textarea.form-control-lg {
|
|
|
6237
6280
|
--cui-popover-border-color: var(--cui-border-color-translucent);
|
|
6238
6281
|
--cui-popover-border-radius: var(--cui-border-radius-lg);
|
|
6239
6282
|
--cui-popover-inner-border-radius: calc(var(--cui-border-radius-lg) - var(--cui-border-width));
|
|
6240
|
-
--cui-popover-box-shadow:
|
|
6283
|
+
--cui-popover-box-shadow: var(--cui-box-shadow);
|
|
6241
6284
|
--cui-popover-header-padding-x: 1rem;
|
|
6242
6285
|
--cui-popover-header-padding-y: 0.5rem;
|
|
6243
6286
|
--cui-popover-header-font-size: 1rem;
|
|
@@ -6671,7 +6714,7 @@ textarea.form-control-lg {
|
|
|
6671
6714
|
--cui-offcanvas-bg: var(--cui-body-bg);
|
|
6672
6715
|
--cui-offcanvas-border-width: var(--cui-border-width);
|
|
6673
6716
|
--cui-offcanvas-border-color: var(--cui-border-color-translucent);
|
|
6674
|
-
--cui-offcanvas-box-shadow:
|
|
6717
|
+
--cui-offcanvas-box-shadow: var(--cui-box-shadow-sm);
|
|
6675
6718
|
--cui-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6676
6719
|
--cui-offcanvas-title-line-height: 1.5;
|
|
6677
6720
|
}
|
|
@@ -7452,7 +7495,7 @@ textarea.form-control-lg {
|
|
|
7452
7495
|
.header.header-sticky {
|
|
7453
7496
|
position: sticky;
|
|
7454
7497
|
top: 0;
|
|
7455
|
-
z-index:
|
|
7498
|
+
z-index: 1020;
|
|
7456
7499
|
}
|
|
7457
7500
|
|
|
7458
7501
|
.header-divider {
|
|
@@ -7612,6 +7655,7 @@ textarea.form-control-lg {
|
|
|
7612
7655
|
}
|
|
7613
7656
|
|
|
7614
7657
|
.sidebar {
|
|
7658
|
+
--cui-sidebar-zindex: 1035;
|
|
7615
7659
|
--cui-sidebar-width: 16rem;
|
|
7616
7660
|
--cui-sidebar-bg: var(--cui-body-bg);
|
|
7617
7661
|
--cui-sidebar-padding-x: 1rem;
|
|
@@ -7635,6 +7679,9 @@ textarea.form-control-lg {
|
|
|
7635
7679
|
transition: none;
|
|
7636
7680
|
}
|
|
7637
7681
|
}
|
|
7682
|
+
.sidebar.sidebar-fixed, .sidebar.sidebar-narrow, .sidebar.sidebar-narrow-unfoldable {
|
|
7683
|
+
z-index: var(--cui-sidebar-zindex);
|
|
7684
|
+
}
|
|
7638
7685
|
.sidebar:not(.sidebar-end) {
|
|
7639
7686
|
margin-right: 0;
|
|
7640
7687
|
}
|
|
@@ -7700,7 +7747,6 @@ textarea.form-control-lg {
|
|
|
7700
7747
|
position: fixed;
|
|
7701
7748
|
top: 0;
|
|
7702
7749
|
bottom: 0;
|
|
7703
|
-
z-index: 1030;
|
|
7704
7750
|
}
|
|
7705
7751
|
.sidebar.sidebar-fixed:not(.sidebar-end) {
|
|
7706
7752
|
right: 0;
|
|
@@ -7720,7 +7766,6 @@ textarea.form-control-lg {
|
|
|
7720
7766
|
position: fixed;
|
|
7721
7767
|
top: 0;
|
|
7722
7768
|
bottom: 0;
|
|
7723
|
-
z-index: 1032;
|
|
7724
7769
|
}
|
|
7725
7770
|
.sidebar.sidebar-overlaid:not(.hide) {
|
|
7726
7771
|
box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
|
|
@@ -7743,7 +7788,7 @@ textarea.form-control-lg {
|
|
|
7743
7788
|
position: fixed;
|
|
7744
7789
|
top: 0;
|
|
7745
7790
|
bottom: 0;
|
|
7746
|
-
z-index:
|
|
7791
|
+
z-index: var(--cui-sidebar-zindex);
|
|
7747
7792
|
}
|
|
7748
7793
|
.sidebar:not(.sidebar-end) {
|
|
7749
7794
|
right: 0;
|
|
@@ -7852,7 +7897,7 @@ textarea.form-control-lg {
|
|
|
7852
7897
|
}
|
|
7853
7898
|
|
|
7854
7899
|
.sidebar-backdrop {
|
|
7855
|
-
--cui-backdrop-zindex:
|
|
7900
|
+
--cui-backdrop-zindex: 1034;
|
|
7856
7901
|
--cui-backdrop-bg: #080a0c;
|
|
7857
7902
|
--cui-backdrop-opacity: 0.5;
|
|
7858
7903
|
}
|
|
@@ -8136,26 +8181,24 @@ textarea.form-control-lg {
|
|
|
8136
8181
|
}
|
|
8137
8182
|
.sidebar-nav.compact .nav-link,
|
|
8138
8183
|
.sidebar-nav .compact .nav-link {
|
|
8139
|
-
--cui-sidebar-nav-link-padding-y: 0.
|
|
8184
|
+
--cui-sidebar-nav-link-padding-y: 0.75rem;
|
|
8140
8185
|
}
|
|
8141
8186
|
|
|
8142
8187
|
.sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
|
|
8143
8188
|
--cui-sidebar-narrow-width: 4rem;
|
|
8144
8189
|
}
|
|
8145
8190
|
.sidebar-narrow-unfoldable:not(:hover) .sidebar-nav, .sidebar-narrow .sidebar-nav {
|
|
8146
|
-
--cui-sidebar-nav-link-padding-x: 0.
|
|
8191
|
+
--cui-sidebar-nav-link-padding-x: 0.5625rem;
|
|
8147
8192
|
--cui-sidebar-nav-link-padding-y: 0.75rem;
|
|
8148
8193
|
}
|
|
8149
8194
|
@media (min-width: 768px) {
|
|
8150
8195
|
.sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
|
|
8151
|
-
z-index: 1031;
|
|
8152
8196
|
flex: 0 0 var(--cui-sidebar-narrow-width);
|
|
8153
8197
|
width: var(--cui-sidebar-narrow-width);
|
|
8154
8198
|
padding-bottom: var(--cui-sidebar-toggler-height);
|
|
8155
8199
|
overflow: visible;
|
|
8156
8200
|
}
|
|
8157
8201
|
.sidebar-fixed.sidebar-narrow-unfoldable:not(:hover), .sidebar-fixed.sidebar-narrow {
|
|
8158
|
-
z-index: 1031;
|
|
8159
8202
|
width: var(--cui-sidebar-narrow-width);
|
|
8160
8203
|
}
|
|
8161
8204
|
.sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full, .sidebar-narrow .sidebar-brand-full {
|
|
@@ -8207,7 +8250,6 @@ textarea.form-control-lg {
|
|
|
8207
8250
|
|
|
8208
8251
|
.sidebar-narrow-unfoldable {
|
|
8209
8252
|
position: fixed;
|
|
8210
|
-
z-index: 1031;
|
|
8211
8253
|
}
|
|
8212
8254
|
.sidebar-narrow-unfoldable:not(.sidebar-end) ~ * {
|
|
8213
8255
|
--cui-sidebar-occupy-start: 4rem;
|
|
@@ -8347,11 +8389,11 @@ textarea.form-control-lg {
|
|
|
8347
8389
|
}
|
|
8348
8390
|
[data-coreui-theme=dark] .text-bg-light {
|
|
8349
8391
|
color: #080a0c !important;
|
|
8350
|
-
background-color: RGBA(
|
|
8392
|
+
background-color: RGBA(243, 244, 247, var(--cui-bg-opacity, 1)) !important;
|
|
8351
8393
|
}
|
|
8352
8394
|
[data-coreui-theme=dark] .text-bg-dark {
|
|
8353
8395
|
color: #fff !important;
|
|
8354
|
-
background-color: RGBA(
|
|
8396
|
+
background-color: RGBA(33, 38, 49, var(--cui-bg-opacity, 1)) !important;
|
|
8355
8397
|
}
|
|
8356
8398
|
|
|
8357
8399
|
.link-primary {
|
|
@@ -8811,15 +8853,15 @@ textarea.form-control-lg {
|
|
|
8811
8853
|
}
|
|
8812
8854
|
|
|
8813
8855
|
.shadow {
|
|
8814
|
-
box-shadow:
|
|
8856
|
+
box-shadow: var(--cui-box-shadow) !important;
|
|
8815
8857
|
}
|
|
8816
8858
|
|
|
8817
8859
|
.shadow-sm {
|
|
8818
|
-
box-shadow:
|
|
8860
|
+
box-shadow: var(--cui-box-shadow-sm) !important;
|
|
8819
8861
|
}
|
|
8820
8862
|
|
|
8821
8863
|
.shadow-lg {
|
|
8822
|
-
box-shadow:
|
|
8864
|
+
box-shadow: var(--cui-box-shadow-lg) !important;
|
|
8823
8865
|
}
|
|
8824
8866
|
|
|
8825
8867
|
.shadow-none {
|