rsuite 5.65.1 → 5.67.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/Accordion/styles/index.css +9 -9
- package/AutoComplete/styles/index.css +59 -56
- package/Avatar/styles/index.css +2 -2
- package/Breadcrumb/styles/index.css +4 -4
- package/Button/styles/index.css +20 -21
- package/Button/styles/index.less +0 -1
- package/CHANGELOG.md +32 -0
- package/Calendar/styles/index.css +32 -33
- package/Carousel/styles/index.css +4 -4
- package/CascadeTree/styles/index.css +9 -9
- package/Cascader/styles/index.css +63 -60
- package/CheckPicker/styles/index.css +61 -58
- package/CheckTree/styles/index.css +62 -59
- package/CheckTreePicker/styles/index.css +62 -59
- package/Checkbox/styles/index.css +6 -6
- package/DateInput/styles/index.css +11 -11
- package/DatePicker/styles/index.css +70 -67
- package/DateRangeInput/styles/index.css +11 -11
- package/DateRangePicker/styles/index.css +71 -68
- package/Divider/styles/index.css +1 -1
- package/Drawer/styles/index.css +7 -7
- package/Dropdown/styles/index.css +26 -27
- package/FormControlLabel/styles/index.css +2 -2
- package/FormHelpText/styles/index.css +2 -2
- package/IconButton/styles/index.css +21 -22
- package/InlineEdit/styles/index.css +1 -1
- package/Input/styles/index.css +11 -11
- package/InputGroup/styles/index.css +28 -29
- package/InputNumber/styles/index.css +34 -35
- package/InputPicker/styles/index.css +62 -59
- package/List/styles/index.css +3 -3
- package/Loader/styles/index.css +10 -6
- package/Loader/styles/index.less +4 -0
- package/Message/styles/index.css +12 -12
- package/Modal/styles/index.css +9 -9
- package/MultiCascadeTree/styles/index.css +64 -61
- package/MultiCascader/styles/index.css +64 -61
- package/Nav/styles/index.css +30 -31
- package/NavItem/package.json +3 -3
- package/Navbar/styles/index.css +30 -31
- package/Notification/styles/index.css +6 -6
- package/Pagination/styles/index.css +69 -66
- package/Panel/styles/index.css +9 -9
- package/PanelGroup/styles/index.css +1 -1
- package/Placeholder/styles/index.css +3 -3
- package/Popover/styles/index.css +3 -3
- package/Progress/styles/index.css +3 -3
- package/Radio/styles/index.css +6 -6
- package/RadioGroup/styles/index.css +5 -5
- package/RangeSlider/styles/index.css +12 -12
- package/Rate/styles/index.css +2 -2
- package/SelectPicker/styles/index.css +62 -59
- package/Sidenav/styles/index.css +12 -12
- package/Slider/styles/index.css +12 -12
- package/Steps/styles/index.css +8 -8
- package/Table/styles/index.css +9 -9
- package/Tabs/styles/index.css +30 -31
- package/Tag/styles/index.css +3 -3
- package/TagInput/styles/index.css +63 -60
- package/TagPicker/styles/index.css +63 -60
- package/Text/styles/index.css +5 -5
- package/Timeline/styles/index.css +1 -1
- package/Toggle/styles/index.css +9 -9
- package/Tooltip/styles/index.css +9 -9
- package/Tree/styles/index.css +9 -9
- package/TreePicker/styles/index.css +9 -9
- package/Uploader/styles/index.css +40 -41
- package/cjs/CheckTree/CheckTreeView.d.ts +4 -0
- package/cjs/CheckTreePicker/CheckTreePicker.js +1 -0
- package/cjs/Loader/Loader.d.ts +1 -1
- package/cjs/Loader/Loader.js +1 -1
- package/cjs/Nav/AdaptiveNavItem.d.ts +9 -0
- package/cjs/Nav/AdaptiveNavItem.js +89 -0
- package/cjs/Nav/Nav.js +3 -73
- package/cjs/Stack/Stack.js +6 -1
- package/cjs/Tree/TreeView.d.ts +4 -0
- package/cjs/TreePicker/TreePicker.js +1 -0
- package/cjs/Uploader/Uploader.d.ts +2 -2
- package/cjs/Uploader/Uploader.js +11 -9
- package/cjs/locales/ca_ES.d.ts +120 -0
- package/cjs/locales/ca_ES.js +87 -0
- package/cjs/locales/index.d.ts +1 -0
- package/cjs/locales/index.js +3 -1
- package/dist/rsuite-no-reset-rtl.css +202 -199
- package/dist/rsuite-no-reset-rtl.min.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
- package/dist/rsuite-no-reset.css +202 -199
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +204 -201
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +204 -201
- package/dist/rsuite.js +23 -12
- package/dist/rsuite.js.map +1 -1
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.map +1 -1
- package/esm/CheckTree/CheckTreeView.d.ts +4 -0
- package/esm/CheckTreePicker/CheckTreePicker.js +1 -0
- package/esm/Loader/Loader.d.ts +1 -1
- package/esm/Loader/Loader.js +1 -1
- package/esm/Nav/AdaptiveNavItem.d.ts +9 -0
- package/esm/Nav/AdaptiveNavItem.js +83 -0
- package/esm/Nav/Nav.js +5 -75
- package/esm/Stack/Stack.js +6 -1
- package/esm/Tree/TreeView.d.ts +4 -0
- package/esm/TreePicker/TreePicker.js +1 -0
- package/esm/Uploader/Uploader.d.ts +2 -2
- package/esm/Uploader/Uploader.js +11 -9
- package/esm/locales/ca_ES.d.ts +120 -0
- package/esm/locales/ca_ES.js +82 -0
- package/esm/locales/index.d.ts +1 -0
- package/esm/locales/index.js +1 -0
- package/locales/ca_ES/package.json +7 -0
- package/package.json +1 -1
- package/styles/color-modes/light.less +2 -2
- package/styles/colors/light.less +6 -6
- package/styles/variables.less +1 -0
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
--rs-gray-100: #f2f2f5;
|
|
6
6
|
--rs-gray-200: #e5e5ea;
|
|
7
7
|
--rs-gray-300: #d9d9d9;
|
|
8
|
-
--rs-gray-400: #
|
|
9
|
-
--rs-gray-500: #
|
|
10
|
-
--rs-gray-600: #
|
|
11
|
-
--rs-gray-700: #
|
|
12
|
-
--rs-gray-800: #
|
|
13
|
-
--rs-gray-900: #
|
|
8
|
+
--rs-gray-400: #b6b7b8;
|
|
9
|
+
--rs-gray-500: #939393;
|
|
10
|
+
--rs-gray-600: #717273;
|
|
11
|
+
--rs-gray-700: #575757;
|
|
12
|
+
--rs-gray-800: #343434;
|
|
13
|
+
--rs-gray-900: #121212;
|
|
14
14
|
--rs-primary-50: #f2faff;
|
|
15
15
|
--rs-primary-100: #cce9ff;
|
|
16
16
|
--rs-primary-200: #a6d7ff;
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
--rs-loader-ring: rgba(247, 247, 250, 0.8);
|
|
144
144
|
--rs-loader-backdrop: rgba(255, 255, 255, 0.9);
|
|
145
145
|
--rs-loader-ring-inverse: rgba(247, 247, 250, 0.3);
|
|
146
|
-
--rs-loader-backdrop-inverse: rgba(
|
|
146
|
+
--rs-loader-backdrop-inverse: rgba(18, 18, 18, 0.83);
|
|
147
147
|
--rs-listbox-option-hover-bg: rgba(204, 233, 255, 0.5);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
cursor: not-allowed;
|
|
469
469
|
}
|
|
470
470
|
.rs-checkbox-disabled > .rs-checkbox-checker > label {
|
|
471
|
-
color: #
|
|
471
|
+
color: #717273;
|
|
472
472
|
color: var(--rs-text-disabled);
|
|
473
473
|
}
|
|
474
474
|
.rs-checkbox-inline {
|
|
@@ -756,7 +756,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
|
|
|
756
756
|
.rs-input {
|
|
757
757
|
display: block;
|
|
758
758
|
width: 100%;
|
|
759
|
-
color: #
|
|
759
|
+
color: #343434;
|
|
760
760
|
color: var(--rs-text-primary);
|
|
761
761
|
background-color: #fff;
|
|
762
762
|
background-color: var(--rs-input-bg);
|
|
@@ -785,19 +785,19 @@ textarea.rs-input {
|
|
|
785
785
|
transition: none;
|
|
786
786
|
}
|
|
787
787
|
.rs-input::-webkit-input-placeholder {
|
|
788
|
-
color: #
|
|
788
|
+
color: #717273;
|
|
789
789
|
color: var(--rs-text-secondary);
|
|
790
790
|
}
|
|
791
791
|
.rs-input::-moz-placeholder {
|
|
792
|
-
color: #
|
|
792
|
+
color: #717273;
|
|
793
793
|
color: var(--rs-text-secondary);
|
|
794
794
|
}
|
|
795
795
|
.rs-input::-ms-input-placeholder {
|
|
796
|
-
color: #
|
|
796
|
+
color: #717273;
|
|
797
797
|
color: var(--rs-text-secondary);
|
|
798
798
|
}
|
|
799
799
|
.rs-input::placeholder {
|
|
800
|
-
color: #
|
|
800
|
+
color: #717273;
|
|
801
801
|
color: var(--rs-text-secondary);
|
|
802
802
|
}
|
|
803
803
|
.rs-input:focus,
|
|
@@ -815,7 +815,7 @@ textarea.rs-input {
|
|
|
815
815
|
.rs-input:disabled {
|
|
816
816
|
background-color: #f7f7fa;
|
|
817
817
|
background-color: var(--rs-input-disabled-bg);
|
|
818
|
-
color: #
|
|
818
|
+
color: #717273;
|
|
819
819
|
color: var(--rs-text-disabled);
|
|
820
820
|
}
|
|
821
821
|
textarea.rs-input {
|
|
@@ -886,7 +886,7 @@ textarea.rs-input-sm {
|
|
|
886
886
|
padding-right: 32px;
|
|
887
887
|
position: relative;
|
|
888
888
|
cursor: pointer;
|
|
889
|
-
color: #
|
|
889
|
+
color: #121212;
|
|
890
890
|
color: var(--rs-text-heading);
|
|
891
891
|
}
|
|
892
892
|
.rs-picker-select-menu-items .rs-picker-menu-group-title .rs-picker-menu-group-caret {
|
|
@@ -896,7 +896,7 @@ textarea.rs-input-sm {
|
|
|
896
896
|
top: 8px;
|
|
897
897
|
right: 12px;
|
|
898
898
|
padding: 3px;
|
|
899
|
-
color: #
|
|
899
|
+
color: #717273;
|
|
900
900
|
color: var(--rs-text-secondary);
|
|
901
901
|
}
|
|
902
902
|
.rs-picker-select-menu-items .rs-picker-menu-group.folded .rs-picker-menu-group-caret {
|
|
@@ -912,7 +912,7 @@ textarea.rs-input-sm {
|
|
|
912
912
|
clear: both;
|
|
913
913
|
font-weight: normal;
|
|
914
914
|
line-height: 1.42857143;
|
|
915
|
-
color: #
|
|
915
|
+
color: #343434;
|
|
916
916
|
color: var(--rs-text-primary);
|
|
917
917
|
cursor: pointer;
|
|
918
918
|
text-decoration: none;
|
|
@@ -950,7 +950,7 @@ textarea.rs-input-sm {
|
|
|
950
950
|
background-color: var(--rs-listbox-option-selected-bg);
|
|
951
951
|
}
|
|
952
952
|
.rs-picker-select-menu-item.rs-picker-select-menu-item-disabled {
|
|
953
|
-
color: #
|
|
953
|
+
color: #b6b7b8;
|
|
954
954
|
color: var(--rs-listbox-option-disabled-text);
|
|
955
955
|
background: none;
|
|
956
956
|
cursor: not-allowed;
|
|
@@ -984,7 +984,7 @@ textarea.rs-input-sm {
|
|
|
984
984
|
-ms-user-select: none;
|
|
985
985
|
user-select: none;
|
|
986
986
|
text-decoration: none;
|
|
987
|
-
color: #
|
|
987
|
+
color: #343434;
|
|
988
988
|
color: var(--rs-btn-default-text);
|
|
989
989
|
background-color: #f7f7fa;
|
|
990
990
|
background-color: var(--rs-btn-default-bg);
|
|
@@ -1049,7 +1049,7 @@ textarea.rs-input-sm {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
.rs-btn:active,
|
|
1051
1051
|
.rs-btn.rs-btn-active {
|
|
1052
|
-
color: #
|
|
1052
|
+
color: #121212;
|
|
1053
1053
|
color: var(--rs-btn-default-active-text);
|
|
1054
1054
|
background-color: #d9d9d9;
|
|
1055
1055
|
background-color: var(--rs-btn-default-active-bg);
|
|
@@ -1057,7 +1057,7 @@ textarea.rs-input-sm {
|
|
|
1057
1057
|
.rs-btn:disabled,
|
|
1058
1058
|
.rs-btn.rs-btn-disabled {
|
|
1059
1059
|
cursor: not-allowed;
|
|
1060
|
-
color: #
|
|
1060
|
+
color: #717273;
|
|
1061
1061
|
color: var(--rs-btn-default-disabled-text);
|
|
1062
1062
|
background-color: #f7f7fa;
|
|
1063
1063
|
background-color: var(--rs-btn-default-disabled-bg);
|
|
@@ -1115,28 +1115,28 @@ textarea.rs-input-sm {
|
|
|
1115
1115
|
border-color: var(--rs-btn-default-disabled-boreder-color);
|
|
1116
1116
|
}
|
|
1117
1117
|
.rs-btn-subtle {
|
|
1118
|
-
color: #
|
|
1118
|
+
color: #343434;
|
|
1119
1119
|
color: var(--rs-btn-subtle-text);
|
|
1120
1120
|
background-color: transparent;
|
|
1121
1121
|
border: none;
|
|
1122
1122
|
}
|
|
1123
1123
|
.rs-btn-subtle:hover,
|
|
1124
1124
|
.rs-btn-subtle:focus {
|
|
1125
|
-
color: #
|
|
1125
|
+
color: #343434;
|
|
1126
1126
|
color: var(--rs-btn-subtle-hover-text);
|
|
1127
1127
|
background-color: #e5e5ea;
|
|
1128
1128
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
1129
1129
|
}
|
|
1130
1130
|
.rs-btn-subtle:active,
|
|
1131
1131
|
.rs-btn-subtle.rs-btn-active {
|
|
1132
|
-
color: #
|
|
1132
|
+
color: #121212;
|
|
1133
1133
|
color: var(--rs-btn-subtle-active-text);
|
|
1134
1134
|
background-color: #e5e5ea;
|
|
1135
1135
|
background-color: var(--rs-btn-subtle-active-bg);
|
|
1136
1136
|
}
|
|
1137
1137
|
.rs-btn-subtle:disabled,
|
|
1138
1138
|
.rs-btn-subtle.rs-btn-disabled {
|
|
1139
|
-
color: #
|
|
1139
|
+
color: #b6b7b8;
|
|
1140
1140
|
color: var(--rs-btn-subtle-disabled-text);
|
|
1141
1141
|
background: none;
|
|
1142
1142
|
}
|
|
@@ -1224,7 +1224,7 @@ textarea.rs-input-sm {
|
|
|
1224
1224
|
--rs-btn-subtle-hover-bg: var(--rs-red-500);
|
|
1225
1225
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1226
1226
|
--rs-btn-subtle-active-bg: var(--rs-red-600);
|
|
1227
|
-
--rs-btn-subtle-active-text: #
|
|
1227
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1228
1228
|
--rs-btn-ghost-border: var(--rs-red-700);
|
|
1229
1229
|
--rs-btn-ghost-text: var(--rs-red-700);
|
|
1230
1230
|
--rs-btn-ghost-hover-border: var(--rs-red-900);
|
|
@@ -1278,7 +1278,7 @@ textarea.rs-input-sm {
|
|
|
1278
1278
|
--rs-btn-subtle-hover-bg: var(--rs-orange-500);
|
|
1279
1279
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1280
1280
|
--rs-btn-subtle-active-bg: var(--rs-orange-600);
|
|
1281
|
-
--rs-btn-subtle-active-text: #
|
|
1281
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1282
1282
|
--rs-btn-ghost-border: var(--rs-orange-700);
|
|
1283
1283
|
--rs-btn-ghost-text: var(--rs-orange-700);
|
|
1284
1284
|
--rs-btn-ghost-hover-border: var(--rs-orange-900);
|
|
@@ -1332,7 +1332,7 @@ textarea.rs-input-sm {
|
|
|
1332
1332
|
--rs-btn-subtle-hover-bg: var(--rs-yellow-500);
|
|
1333
1333
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1334
1334
|
--rs-btn-subtle-active-bg: var(--rs-yellow-600);
|
|
1335
|
-
--rs-btn-subtle-active-text: #
|
|
1335
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1336
1336
|
--rs-btn-ghost-border: var(--rs-yellow-700);
|
|
1337
1337
|
--rs-btn-ghost-text: var(--rs-yellow-700);
|
|
1338
1338
|
--rs-btn-ghost-hover-border: var(--rs-yellow-900);
|
|
@@ -1386,7 +1386,7 @@ textarea.rs-input-sm {
|
|
|
1386
1386
|
--rs-btn-subtle-hover-bg: var(--rs-green-500);
|
|
1387
1387
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1388
1388
|
--rs-btn-subtle-active-bg: var(--rs-green-600);
|
|
1389
|
-
--rs-btn-subtle-active-text: #
|
|
1389
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1390
1390
|
--rs-btn-ghost-border: var(--rs-green-700);
|
|
1391
1391
|
--rs-btn-ghost-text: var(--rs-green-700);
|
|
1392
1392
|
--rs-btn-ghost-hover-border: var(--rs-green-900);
|
|
@@ -1440,7 +1440,7 @@ textarea.rs-input-sm {
|
|
|
1440
1440
|
--rs-btn-subtle-hover-bg: var(--rs-cyan-500);
|
|
1441
1441
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1442
1442
|
--rs-btn-subtle-active-bg: var(--rs-cyan-600);
|
|
1443
|
-
--rs-btn-subtle-active-text: #
|
|
1443
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1444
1444
|
--rs-btn-ghost-border: var(--rs-cyan-700);
|
|
1445
1445
|
--rs-btn-ghost-text: var(--rs-cyan-700);
|
|
1446
1446
|
--rs-btn-ghost-hover-border: var(--rs-cyan-900);
|
|
@@ -1494,7 +1494,7 @@ textarea.rs-input-sm {
|
|
|
1494
1494
|
--rs-btn-subtle-hover-bg: var(--rs-blue-500);
|
|
1495
1495
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1496
1496
|
--rs-btn-subtle-active-bg: var(--rs-blue-600);
|
|
1497
|
-
--rs-btn-subtle-active-text: #
|
|
1497
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1498
1498
|
--rs-btn-ghost-border: var(--rs-blue-700);
|
|
1499
1499
|
--rs-btn-ghost-text: var(--rs-blue-700);
|
|
1500
1500
|
--rs-btn-ghost-hover-border: var(--rs-blue-900);
|
|
@@ -1548,7 +1548,7 @@ textarea.rs-input-sm {
|
|
|
1548
1548
|
--rs-btn-subtle-hover-bg: var(--rs-violet-500);
|
|
1549
1549
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
1550
1550
|
--rs-btn-subtle-active-bg: var(--rs-violet-600);
|
|
1551
|
-
--rs-btn-subtle-active-text: #
|
|
1551
|
+
--rs-btn-subtle-active-text: #343434;
|
|
1552
1552
|
--rs-btn-ghost-border: var(--rs-violet-700);
|
|
1553
1553
|
--rs-btn-ghost-text: var(--rs-violet-700);
|
|
1554
1554
|
--rs-btn-ghost-hover-border: var(--rs-violet-900);
|
|
@@ -1752,7 +1752,6 @@ textarea.rs-input-sm {
|
|
|
1752
1752
|
border-left: var(--rs-btn-default-border, none);
|
|
1753
1753
|
}
|
|
1754
1754
|
.rs-btn-block {
|
|
1755
|
-
display: block;
|
|
1756
1755
|
width: 100%;
|
|
1757
1756
|
}
|
|
1758
1757
|
.rs-btn-block + .rs-btn-block {
|
|
@@ -1796,7 +1795,7 @@ textarea.rs-input-sm {
|
|
|
1796
1795
|
}
|
|
1797
1796
|
.rs-btn-loading > .rs-btn-spin::after {
|
|
1798
1797
|
border-width: 3px;
|
|
1799
|
-
border-color: #
|
|
1798
|
+
border-color: #939393 transparent transparent;
|
|
1800
1799
|
border-color: var(--rs-loader-rotor) transparent transparent;
|
|
1801
1800
|
border-style: solid;
|
|
1802
1801
|
-webkit-animation: buttonSpin 0.6s infinite linear;
|
|
@@ -1906,7 +1905,7 @@ textarea.rs-input-sm {
|
|
|
1906
1905
|
.rs-loader-spin::after {
|
|
1907
1906
|
border-width: 3px;
|
|
1908
1907
|
border-style: solid;
|
|
1909
|
-
border-color: #
|
|
1908
|
+
border-color: #939393 transparent transparent;
|
|
1910
1909
|
border-color: var(--rs-loader-rotor) transparent transparent;
|
|
1911
1910
|
-webkit-animation: loaderSpin 0.6s infinite linear;
|
|
1912
1911
|
animation: loaderSpin 0.6s infinite linear;
|
|
@@ -1961,7 +1960,7 @@ textarea.rs-input-sm {
|
|
|
1961
1960
|
color: var(--rs-text-inverse);
|
|
1962
1961
|
}
|
|
1963
1962
|
.rs-loader-inverse .rs-loader-backdrop {
|
|
1964
|
-
background: rgb(from #
|
|
1963
|
+
background: rgb(from #121212 r g b / 83%);
|
|
1965
1964
|
background: var(--rs-loader-backdrop-inverse);
|
|
1966
1965
|
}
|
|
1967
1966
|
.rs-loader-inverse .rs-loader-spin::before {
|
|
@@ -1984,6 +1983,10 @@ textarea.rs-input-sm {
|
|
|
1984
1983
|
-webkit-animation-duration: 0.8s;
|
|
1985
1984
|
animation-duration: 0.8s;
|
|
1986
1985
|
}
|
|
1986
|
+
.rs-loader-speed-paused .rs-loader-spin::after {
|
|
1987
|
+
-webkit-animation-play-state: paused;
|
|
1988
|
+
animation-play-state: paused;
|
|
1989
|
+
}
|
|
1987
1990
|
.rs-loader-center,
|
|
1988
1991
|
.rs-loader-backdrop-wrapper {
|
|
1989
1992
|
position: absolute;
|
|
@@ -2144,7 +2147,7 @@ textarea.rs-input-sm {
|
|
|
2144
2147
|
transition: border-color ease-in-out 0.15s;
|
|
2145
2148
|
width: 100%;
|
|
2146
2149
|
cursor: text;
|
|
2147
|
-
color: #
|
|
2150
|
+
color: #343434;
|
|
2148
2151
|
color: var(--rs-text-primary);
|
|
2149
2152
|
border: 1px solid #e5e5ea;
|
|
2150
2153
|
border: 1px solid var(--rs-border-primary);
|
|
@@ -2252,7 +2255,7 @@ textarea.rs-input-sm {
|
|
|
2252
2255
|
width: auto;
|
|
2253
2256
|
}
|
|
2254
2257
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn {
|
|
2255
|
-
color: #
|
|
2258
|
+
color: #343434;
|
|
2256
2259
|
color: var(--rs-btn-subtle-text);
|
|
2257
2260
|
background-color: transparent;
|
|
2258
2261
|
border: none;
|
|
@@ -2263,21 +2266,21 @@ textarea.rs-input-sm {
|
|
|
2263
2266
|
}
|
|
2264
2267
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:hover,
|
|
2265
2268
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
|
|
2266
|
-
color: #
|
|
2269
|
+
color: #343434;
|
|
2267
2270
|
color: var(--rs-btn-subtle-hover-text);
|
|
2268
2271
|
background-color: #e5e5ea;
|
|
2269
2272
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
2270
2273
|
}
|
|
2271
2274
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:active,
|
|
2272
2275
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active {
|
|
2273
|
-
color: #
|
|
2276
|
+
color: #121212;
|
|
2274
2277
|
color: var(--rs-btn-subtle-active-text);
|
|
2275
2278
|
background-color: #e5e5ea;
|
|
2276
2279
|
background-color: var(--rs-btn-subtle-active-bg);
|
|
2277
2280
|
}
|
|
2278
2281
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:disabled,
|
|
2279
2282
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
|
|
2280
|
-
color: #
|
|
2283
|
+
color: #b6b7b8;
|
|
2281
2284
|
color: var(--rs-btn-subtle-disabled-text);
|
|
2282
2285
|
background: none;
|
|
2283
2286
|
}
|
|
@@ -2333,7 +2336,7 @@ textarea.rs-input-sm {
|
|
|
2333
2336
|
.rs-input-group.rs-input-group-disabled {
|
|
2334
2337
|
background-color: #f7f7fa;
|
|
2335
2338
|
background-color: var(--rs-input-disabled-bg);
|
|
2336
|
-
color: #
|
|
2339
|
+
color: #717273;
|
|
2337
2340
|
color: var(--rs-text-disabled);
|
|
2338
2341
|
cursor: not-allowed;
|
|
2339
2342
|
}
|
|
@@ -2638,7 +2641,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2638
2641
|
align-items: center;
|
|
2639
2642
|
white-space: nowrap;
|
|
2640
2643
|
vertical-align: middle;
|
|
2641
|
-
color: #
|
|
2644
|
+
color: #343434;
|
|
2642
2645
|
color: var(--rs-text-primary);
|
|
2643
2646
|
padding: 8px 12px;
|
|
2644
2647
|
font-size: 14px;
|
|
@@ -2715,14 +2718,14 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2715
2718
|
.rs-picker-disabled .rs-picker-toggle-value,
|
|
2716
2719
|
.rs-picker-disabled .rs-picker-toggle-indicator,
|
|
2717
2720
|
.rs-picker-disabled .rs-picker-tag-list .rs-tag {
|
|
2718
|
-
color: #
|
|
2721
|
+
color: #717273 !important;
|
|
2719
2722
|
color: var(--rs-text-disabled) !important;
|
|
2720
2723
|
}
|
|
2721
2724
|
.rs-picker-disabled .rs-picker-value-count {
|
|
2722
2725
|
opacity: 0.5;
|
|
2723
2726
|
}
|
|
2724
2727
|
.rs-picker-toggle .rs-picker-toggle-placeholder {
|
|
2725
|
-
color: #
|
|
2728
|
+
color: #717273;
|
|
2726
2729
|
color: var(--rs-text-secondary);
|
|
2727
2730
|
}
|
|
2728
2731
|
.rs-picker-has-value .rs-btn .rs-picker-toggle-value,
|
|
@@ -2732,7 +2735,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2732
2735
|
}
|
|
2733
2736
|
.rs-picker-none {
|
|
2734
2737
|
padding: 6px 12px 12px;
|
|
2735
|
-
color: #
|
|
2738
|
+
color: #717273;
|
|
2736
2739
|
color: var(--rs-text-secondary);
|
|
2737
2740
|
cursor: default;
|
|
2738
2741
|
}
|
|
@@ -2780,7 +2783,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2780
2783
|
box-shadow: var(--rs-state-focus-shadow);
|
|
2781
2784
|
}
|
|
2782
2785
|
.rs-picker-label.rs-input-group-addon {
|
|
2783
|
-
color: #
|
|
2786
|
+
color: #343434;
|
|
2784
2787
|
color: var(--rs-text-primary);
|
|
2785
2788
|
padding-right: 4px !important;
|
|
2786
2789
|
}
|
|
@@ -2833,7 +2836,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2833
2836
|
-ms-user-select: none;
|
|
2834
2837
|
user-select: none;
|
|
2835
2838
|
text-decoration: none;
|
|
2836
|
-
color: #
|
|
2839
|
+
color: #343434;
|
|
2837
2840
|
color: var(--rs-btn-default-text);
|
|
2838
2841
|
background-color: #f7f7fa;
|
|
2839
2842
|
background-color: var(--rs-btn-default-bg);
|
|
@@ -2898,7 +2901,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2898
2901
|
}
|
|
2899
2902
|
.rs-picker-toggle:active,
|
|
2900
2903
|
.rs-picker-toggle.rs-btn-active {
|
|
2901
|
-
color: #
|
|
2904
|
+
color: #121212;
|
|
2902
2905
|
color: var(--rs-btn-default-active-text);
|
|
2903
2906
|
background-color: #d9d9d9;
|
|
2904
2907
|
background-color: var(--rs-btn-default-active-bg);
|
|
@@ -2906,7 +2909,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2906
2909
|
.rs-picker-toggle:disabled,
|
|
2907
2910
|
.rs-picker-toggle.rs-btn-disabled {
|
|
2908
2911
|
cursor: not-allowed;
|
|
2909
|
-
color: #
|
|
2912
|
+
color: #717273;
|
|
2910
2913
|
color: var(--rs-btn-default-disabled-text);
|
|
2911
2914
|
background-color: #f7f7fa;
|
|
2912
2915
|
background-color: var(--rs-btn-default-disabled-bg);
|
|
@@ -2934,7 +2937,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2934
2937
|
border: 1px solid #0000;
|
|
2935
2938
|
padding-left: 10px;
|
|
2936
2939
|
padding-right: 32px;
|
|
2937
|
-
color: #
|
|
2940
|
+
color: #343434;
|
|
2938
2941
|
color: var(--rs-text-primary);
|
|
2939
2942
|
background-color: #fff;
|
|
2940
2943
|
background-color: var(--rs-input-bg);
|
|
@@ -2967,7 +2970,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2967
2970
|
border-color: var(--rs-input-focus-border);
|
|
2968
2971
|
}
|
|
2969
2972
|
.rs-picker-subtle .rs-picker-toggle {
|
|
2970
|
-
color: #
|
|
2973
|
+
color: #343434;
|
|
2971
2974
|
color: var(--rs-btn-subtle-text);
|
|
2972
2975
|
background-color: transparent;
|
|
2973
2976
|
border: none;
|
|
@@ -2976,21 +2979,21 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
2976
2979
|
}
|
|
2977
2980
|
.rs-picker-subtle .rs-picker-toggle:hover,
|
|
2978
2981
|
.rs-picker-subtle .rs-picker-toggle:focus {
|
|
2979
|
-
color: #
|
|
2982
|
+
color: #343434;
|
|
2980
2983
|
color: var(--rs-btn-subtle-hover-text);
|
|
2981
2984
|
background-color: #e5e5ea;
|
|
2982
2985
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
2983
2986
|
}
|
|
2984
2987
|
.rs-picker-subtle .rs-picker-toggle:active,
|
|
2985
2988
|
.rs-picker-subtle .rs-picker-toggle.rs-btn-active {
|
|
2986
|
-
color: #
|
|
2989
|
+
color: #121212;
|
|
2987
2990
|
color: var(--rs-btn-subtle-active-text);
|
|
2988
2991
|
background-color: #e5e5ea;
|
|
2989
2992
|
background-color: var(--rs-btn-subtle-active-bg);
|
|
2990
2993
|
}
|
|
2991
2994
|
.rs-picker-subtle .rs-picker-toggle:disabled,
|
|
2992
2995
|
.rs-picker-subtle .rs-picker-toggle.rs-btn-disabled {
|
|
2993
|
-
color: #
|
|
2996
|
+
color: #b6b7b8;
|
|
2994
2997
|
color: var(--rs-btn-subtle-disabled-text);
|
|
2995
2998
|
background: none;
|
|
2996
2999
|
}
|
|
@@ -3001,7 +3004,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3001
3004
|
.rs-picker-subtle .rs-picker-toggle-active {
|
|
3002
3005
|
background-color: #e5e5ea;
|
|
3003
3006
|
background-color: var(--rs-btn-subtle-hover-bg);
|
|
3004
|
-
color: #
|
|
3007
|
+
color: #343434;
|
|
3005
3008
|
color: var(--rs-btn-subtle-hover-text);
|
|
3006
3009
|
}
|
|
3007
3010
|
/* stylelint-disable-next-line */
|
|
@@ -3329,7 +3332,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3329
3332
|
z-index: 5;
|
|
3330
3333
|
padding-right: 32px;
|
|
3331
3334
|
display: inline-block;
|
|
3332
|
-
color: #
|
|
3335
|
+
color: #343434;
|
|
3333
3336
|
color: var(--rs-text-primary);
|
|
3334
3337
|
border: 1px solid #e5e5ea;
|
|
3335
3338
|
border: 1px solid var(--rs-border-primary);
|
|
@@ -3366,7 +3369,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3366
3369
|
text-align: left;
|
|
3367
3370
|
}
|
|
3368
3371
|
.rs-picker-toggle-label {
|
|
3369
|
-
color: #
|
|
3372
|
+
color: #343434;
|
|
3370
3373
|
color: var(--rs-text-primary);
|
|
3371
3374
|
}
|
|
3372
3375
|
.rs-picker-toggle-label::after {
|
|
@@ -3397,7 +3400,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3397
3400
|
height: 20px;
|
|
3398
3401
|
font-size: 12px;
|
|
3399
3402
|
background: inherit;
|
|
3400
|
-
color: #
|
|
3403
|
+
color: #717273;
|
|
3401
3404
|
color: var(--rs-text-secondary);
|
|
3402
3405
|
-webkit-transition: 0.2s color linear;
|
|
3403
3406
|
transition: 0.2s color linear;
|
|
@@ -3423,7 +3426,7 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
3423
3426
|
right: 12px;
|
|
3424
3427
|
height: 20px;
|
|
3425
3428
|
font-size: 12px;
|
|
3426
|
-
color: #
|
|
3429
|
+
color: #717273;
|
|
3427
3430
|
color: var(--rs-text-secondary);
|
|
3428
3431
|
}
|
|
3429
3432
|
.rs-picker-toggle-indicator .rs-picker-loader {
|