rsuite 4.8.5 → 4.8.9
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/CHANGELOG.md +49 -0
- package/dist/rsuite.js +21 -21
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.map +1 -1
- package/dist/styles/rsuite-dark-rtl.css +46 -52
- package/dist/styles/rsuite-dark-rtl.min.css +1 -1
- package/dist/styles/rsuite-dark-rtl.min.css.map +1 -1
- package/dist/styles/rsuite-dark.css +46 -52
- package/dist/styles/rsuite-dark.min.css +1 -1
- package/dist/styles/rsuite-dark.min.css.map +1 -1
- package/dist/styles/rsuite-default-rtl.css +46 -52
- package/dist/styles/rsuite-default-rtl.min.css +1 -1
- package/dist/styles/rsuite-default-rtl.min.css.map +1 -1
- package/dist/styles/rsuite-default.css +46 -52
- package/dist/styles/rsuite-default.min.css +1 -1
- package/dist/styles/rsuite-default.min.css.map +1 -1
- package/es/Alert/styles/common.less +1 -1
- package/es/AutoComplete/styles/common.less +3 -3
- package/es/Avatar/styles/common.less +5 -5
- package/es/Avatar/styles/mixin.less +1 -1
- package/es/Button/styles/common.less +6 -6
- package/es/Button/styles/mixin.less +17 -17
- package/es/ButtonGroup/styles/common.less +5 -5
- package/es/Calendar/styles/common.less +14 -14
- package/es/Carousel/styles/common.less +1 -1
- package/es/Cascader/Cascader.js +2 -1
- package/es/Cascader/styles/common.less +4 -4
- package/es/CheckPicker/CheckPicker.js +2 -1
- package/es/CheckPicker/styles/common.less +2 -2
- package/es/CheckTreePicker/CheckTreePicker.js +2 -1
- package/es/CheckTreePicker/styles/common.less +5 -5
- package/es/Checkbox/styles/common.less +3 -3
- package/es/Checkbox/styles/mixin.less +1 -1
- package/es/DatePicker/DatePicker.js +2 -1
- package/es/DatePicker/styles/common.less +1 -1
- package/es/DateRangePicker/DateRangePicker.js +2 -1
- package/es/Drawer/styles/common.less +5 -5
- package/es/Dropdown/Dropdown.js +13 -4
- package/es/Dropdown/styles/common.less +3 -3
- package/es/FlexboxGrid/styles/common.less +1 -1
- package/es/Form/styles/common.less +2 -1
- package/es/Form/styles/mixin.less +4 -4
- package/es/FormControl/styles/common.less +0 -1
- package/es/FormGroup/styles/common.less +1 -1
- package/es/Grid/styles/common.less +1 -1
- package/es/Grid/styles/mixin.less +2 -2
- package/es/HelpBlock/styles/common.less +1 -1
- package/es/IconButton/styles/common.less +16 -14
- package/es/Input/styles/common.less +6 -10
- package/es/InputGroup/styles/common.less +1 -1
- package/es/InputNumber/styles/mixin.less +2 -2
- package/es/InputPicker/InputAutosize.js +11 -6
- package/es/InputPicker/styles/common.less +4 -4
- package/es/Loader/styles/common.less +3 -3
- package/es/Loader/styles/mixin.less +2 -2
- package/es/Message/styles/common.less +3 -3
- package/es/Modal/BaseModal.js +1 -1
- package/es/Modal/Modal.js +5 -5
- package/es/Modal/ModalDialog.js +3 -1
- package/es/Modal/styles/common.less +5 -5
- package/es/MultiCascader/MultiCascader.js +2 -1
- package/es/MultiCascader/styles/common.less +1 -1
- package/es/Nav/styles/common.less +2 -2
- package/es/Navbar/styles/common.less +2 -2
- package/es/Notification/styles/common.less +4 -4
- package/es/Overlay/Overlay.js +1 -1
- package/es/Pagination/styles/common.less +2 -2
- package/es/Pagination/styles/mixin.less +6 -7
- package/es/Panel/Panel.js +0 -1
- package/es/Panel/styles/common.less +1 -1
- package/es/Picker/DropdownMenu.js +3 -1
- package/es/Picker/propTypes.js +1 -1
- package/es/Picker/styles/common.less +28 -28
- package/es/Picker/styles/mixin.less +3 -3
- package/es/Popover/styles/common.less +4 -4
- package/es/Progress/styles/common.less +5 -5
- package/es/Radio/styles/common.less +5 -5
- package/es/Rate/styles/common.less +2 -2
- package/es/SelectPicker/SelectPicker.js +2 -1
- package/es/SelectPicker/styles/common.less +4 -4
- package/es/Sidenav/styles/common.less +3 -3
- package/es/Slider/styles/common.less +9 -9
- package/es/Steps/styles/common.less +13 -13
- package/es/Table/styles/common.less +6 -10
- package/es/Tag/styles/common.less +2 -2
- package/es/TagPicker/styles/common.less +4 -4
- package/es/Timeline/styles/common.less +5 -5
- package/es/Timeline/styles/mixin.less +1 -1
- package/es/Toggle/styles/mixin.less +5 -5
- package/es/Tooltip/styles/common.less +4 -4
- package/es/TreePicker/TreePicker.js +2 -1
- package/es/TreePicker/styles/common.less +3 -3
- package/es/Uploader/styles/common.less +17 -17
- package/es/styles/mixins/utilities.less +1 -1
- package/es/styles/variables.less +58 -48
- package/es/utils/index.js +2 -1
- package/lib/Alert/styles/common.less +1 -1
- package/lib/AutoComplete/styles/common.less +3 -3
- package/lib/Avatar/styles/common.less +5 -5
- package/lib/Avatar/styles/mixin.less +1 -1
- package/lib/Button/styles/common.less +6 -6
- package/lib/Button/styles/mixin.less +17 -17
- package/lib/ButtonGroup/styles/common.less +5 -5
- package/lib/Calendar/styles/common.less +14 -14
- package/lib/Carousel/styles/common.less +1 -1
- package/lib/Cascader/Cascader.js +2 -1
- package/lib/Cascader/styles/common.less +4 -4
- package/lib/CheckPicker/CheckPicker.js +2 -1
- package/lib/CheckPicker/styles/common.less +2 -2
- package/lib/CheckTreePicker/CheckTreePicker.js +2 -1
- package/lib/CheckTreePicker/styles/common.less +5 -5
- package/lib/Checkbox/styles/common.less +3 -3
- package/lib/Checkbox/styles/mixin.less +1 -1
- package/lib/DatePicker/DatePicker.js +2 -1
- package/lib/DatePicker/styles/common.less +1 -1
- package/lib/DateRangePicker/DateRangePicker.js +2 -1
- package/lib/Drawer/styles/common.less +5 -5
- package/lib/Dropdown/Dropdown.js +13 -3
- package/lib/Dropdown/styles/common.less +3 -3
- package/lib/FlexboxGrid/styles/common.less +1 -1
- package/lib/Form/styles/common.less +2 -1
- package/lib/Form/styles/mixin.less +4 -4
- package/lib/FormControl/styles/common.less +0 -1
- package/lib/FormGroup/styles/common.less +1 -1
- package/lib/Grid/styles/common.less +1 -1
- package/lib/Grid/styles/mixin.less +2 -2
- package/lib/HelpBlock/styles/common.less +1 -1
- package/lib/IconButton/styles/common.less +16 -14
- package/lib/Input/styles/common.less +6 -10
- package/lib/InputGroup/styles/common.less +1 -1
- package/lib/InputNumber/styles/mixin.less +2 -2
- package/lib/InputPicker/InputAutosize.js +11 -6
- package/lib/InputPicker/styles/common.less +4 -4
- package/lib/Loader/styles/common.less +3 -3
- package/lib/Loader/styles/mixin.less +2 -2
- package/lib/Message/styles/common.less +3 -3
- package/lib/Modal/BaseModal.js +1 -1
- package/lib/Modal/Modal.js +5 -5
- package/lib/Modal/ModalDialog.js +3 -1
- package/lib/Modal/styles/common.less +5 -5
- package/lib/MultiCascader/MultiCascader.js +2 -1
- package/lib/MultiCascader/styles/common.less +1 -1
- package/lib/Nav/styles/common.less +2 -2
- package/lib/Navbar/styles/common.less +2 -2
- package/lib/Notification/styles/common.less +4 -4
- package/lib/Overlay/Overlay.js +1 -1
- package/lib/Pagination/styles/common.less +2 -2
- package/lib/Pagination/styles/mixin.less +6 -7
- package/lib/Panel/Panel.js +0 -1
- package/lib/Panel/styles/common.less +1 -1
- package/lib/Picker/DropdownMenu.js +3 -1
- package/lib/Picker/propTypes.js +1 -1
- package/lib/Picker/styles/common.less +28 -28
- package/lib/Picker/styles/mixin.less +3 -3
- package/lib/Popover/styles/common.less +4 -4
- package/lib/Progress/styles/common.less +5 -5
- package/lib/Radio/styles/common.less +5 -5
- package/lib/Rate/styles/common.less +2 -2
- package/lib/SelectPicker/SelectPicker.js +2 -1
- package/lib/SelectPicker/styles/common.less +4 -4
- package/lib/Sidenav/styles/common.less +3 -3
- package/lib/Slider/styles/common.less +9 -9
- package/lib/Steps/styles/common.less +13 -13
- package/lib/Table/styles/common.less +6 -10
- package/lib/Tag/styles/common.less +2 -2
- package/lib/TagPicker/styles/common.less +4 -4
- package/lib/Timeline/styles/common.less +5 -5
- package/lib/Timeline/styles/mixin.less +1 -1
- package/lib/Toggle/styles/mixin.less +5 -5
- package/lib/Tooltip/styles/common.less +4 -4
- package/lib/TreePicker/TreePicker.js +2 -1
- package/lib/TreePicker/styles/common.less +3 -3
- package/lib/Uploader/styles/common.less +17 -17
- package/lib/styles/mixins/utilities.less +1 -1
- package/lib/styles/variables.less +58 -48
- package/lib/utils/index.js +7 -2
- package/package.json +7 -5
- package/src/Alert/styles/common.less +1 -1
- package/src/AutoComplete/styles/common.less +3 -3
- package/src/Avatar/styles/common.less +5 -5
- package/src/Avatar/styles/mixin.less +1 -1
- package/src/Button/styles/common.less +6 -6
- package/src/Button/styles/mixin.less +17 -17
- package/src/ButtonGroup/styles/common.less +5 -5
- package/src/Calendar/styles/common.less +14 -14
- package/src/Carousel/styles/common.less +1 -1
- package/src/Cascader/Cascader.tsx +1 -0
- package/src/Cascader/styles/common.less +4 -4
- package/src/Cascader/test/CascaderSpec.js +1 -0
- package/src/CheckPicker/CheckPicker.tsx +1 -0
- package/src/CheckPicker/styles/common.less +2 -2
- package/src/CheckPicker/test/CheckPickerSpec.js +1 -0
- package/src/CheckTreePicker/CheckTreePicker.tsx +1 -0
- package/src/CheckTreePicker/styles/common.less +5 -5
- package/src/CheckTreePicker/test/CheckTreePickerSpec.js +1 -0
- package/src/Checkbox/styles/common.less +3 -3
- package/src/Checkbox/styles/mixin.less +1 -1
- package/src/DatePicker/DatePicker.tsx +1 -0
- package/src/DatePicker/styles/common.less +1 -1
- package/src/DatePicker/test/DatePickerSpec.js +1 -0
- package/src/DateRangePicker/DateRangePicker.tsx +1 -0
- package/src/DateRangePicker/test/DateRangePickerSpec.js +1 -0
- package/src/Drawer/styles/common.less +5 -5
- package/src/Drawer/test/DrawerSpec.js +14 -0
- package/src/Dropdown/Dropdown.tsx +20 -6
- package/src/Dropdown/styles/common.less +3 -3
- package/src/FlexboxGrid/styles/common.less +1 -1
- package/src/Form/styles/common.less +2 -1
- package/src/Form/styles/mixin.less +4 -4
- package/src/FormControl/styles/common.less +0 -1
- package/src/FormGroup/styles/common.less +1 -1
- package/src/Grid/styles/common.less +1 -1
- package/src/Grid/styles/mixin.less +2 -2
- package/src/HelpBlock/styles/common.less +1 -1
- package/src/IconButton/styles/common.less +16 -14
- package/src/Input/styles/common.less +6 -10
- package/src/Input/test/InputStylesSpec.js +0 -8
- package/src/InputGroup/styles/common.less +1 -1
- package/src/InputNumber/styles/mixin.less +2 -2
- package/src/InputPicker/InputAutosize.tsx +15 -10
- package/src/InputPicker/styles/common.less +4 -4
- package/src/Loader/styles/common.less +3 -3
- package/src/Loader/styles/mixin.less +2 -2
- package/src/Message/styles/common.less +3 -3
- package/src/Modal/BaseModal.tsx +1 -6
- package/src/Modal/Modal.tsx +5 -5
- package/src/Modal/ModalDialog.tsx +3 -1
- package/src/Modal/styles/common.less +5 -5
- package/src/Modal/test/ModalSpec.js +13 -0
- package/src/MultiCascader/MultiCascader.tsx +1 -0
- package/src/MultiCascader/styles/common.less +1 -1
- package/src/MultiCascader/test/MultiCascaderSpec.js +1 -0
- package/src/Nav/styles/common.less +2 -2
- package/src/Navbar/styles/common.less +2 -2
- package/src/Notification/styles/common.less +4 -4
- package/src/Overlay/Overlay.tsx +1 -1
- package/src/Pagination/styles/common.less +2 -2
- package/src/Pagination/styles/mixin.less +6 -7
- package/src/Panel/Panel.tsx +0 -1
- package/src/Panel/styles/common.less +1 -1
- package/src/Picker/DropdownMenu.tsx +3 -1
- package/src/Picker/propTypes.ts +1 -1
- package/src/Picker/styles/common.less +28 -28
- package/src/Picker/styles/mixin.less +3 -3
- package/src/Picker/test/DropdownMenuSpec.js +21 -0
- package/src/Popover/styles/common.less +4 -4
- package/src/Popover/test/PopoverStylesSpec.js +1 -1
- package/src/Progress/styles/common.less +5 -5
- package/src/Radio/styles/common.less +5 -5
- package/src/Rate/styles/common.less +2 -2
- package/src/SelectPicker/SelectPicker.tsx +1 -0
- package/src/SelectPicker/styles/common.less +4 -4
- package/src/SelectPicker/test/SelectPickerSpec.js +1 -0
- package/src/Sidenav/styles/common.less +3 -3
- package/src/Slider/styles/common.less +9 -9
- package/src/Steps/styles/common.less +13 -13
- package/src/Table/styles/common.less +6 -10
- package/src/Tag/styles/common.less +2 -2
- package/src/TagPicker/styles/common.less +4 -4
- package/src/Timeline/styles/common.less +5 -5
- package/src/Timeline/styles/mixin.less +1 -1
- package/src/Toggle/styles/mixin.less +5 -5
- package/src/Tooltip/styles/common.less +4 -4
- package/src/TreePicker/TreePicker.tsx +1 -0
- package/src/TreePicker/styles/common.less +3 -3
- package/src/TreePicker/test/TreePickerSpec.js +1 -0
- package/src/Uploader/styles/common.less +17 -17
- package/src/styles/mixins/utilities.less +1 -1
- package/src/styles/variables.less +58 -48
- package/src/utils/index.ts +1 -0
|
@@ -9223,13 +9223,14 @@ a.rs-btn {
|
|
|
9223
9223
|
}
|
|
9224
9224
|
.rs-form-inline > *,
|
|
9225
9225
|
.rs-form-inline > .rs-btn {
|
|
9226
|
-
margin-left:
|
|
9226
|
+
margin-left: 20px;
|
|
9227
9227
|
margin-bottom: 24px;
|
|
9228
9228
|
vertical-align: top;
|
|
9229
9229
|
}
|
|
9230
9230
|
.rs-form-inline .rs-control-label {
|
|
9231
9231
|
vertical-align: top;
|
|
9232
9232
|
margin-bottom: auto;
|
|
9233
|
+
margin-left: 12px;
|
|
9233
9234
|
margin-top: 8px;
|
|
9234
9235
|
display: inline-block;
|
|
9235
9236
|
}
|
|
@@ -9271,7 +9272,6 @@ a.rs-btn {
|
|
|
9271
9272
|
}
|
|
9272
9273
|
.rs-form-inline .rs-form-group .rs-form-control-wrapper {
|
|
9273
9274
|
display: inline-block;
|
|
9274
|
-
margin-right: 12px;
|
|
9275
9275
|
}
|
|
9276
9276
|
.rs-form-inline .rs-form-group .rs-sr-only + .rs-form-control-wrapper {
|
|
9277
9277
|
margin-right: 0;
|
|
@@ -13537,26 +13537,26 @@ a.rs-btn {
|
|
|
13537
13537
|
.rs-btn-default.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13538
13538
|
background: #f2f2f5;
|
|
13539
13539
|
}
|
|
13540
|
-
.rs-btn-default:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13540
|
+
.rs-btn-default:not(.rs-btn-disabled):focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13541
13541
|
background: #d9d9d9;
|
|
13542
13542
|
}
|
|
13543
|
-
.rs-btn-default:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13543
|
+
.rs-btn-default:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13544
13544
|
background: #d9d9d9;
|
|
13545
13545
|
}
|
|
13546
|
-
.rs-btn-default:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13547
|
-
.rs-btn-default.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13548
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13546
|
+
.rs-btn-default:not(.rs-btn-disabled):active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13547
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13548
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled).rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13549
13549
|
background: #c5c6c7;
|
|
13550
13550
|
}
|
|
13551
|
-
.rs-btn-default:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13552
|
-
.rs-btn-default.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13553
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13554
|
-
.rs-btn-default:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13555
|
-
.rs-btn-default.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13556
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13557
|
-
.rs-btn-default:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13558
|
-
.rs-btn-default.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13559
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13551
|
+
.rs-btn-default:not(.rs-btn-disabled):active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13552
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13553
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13554
|
+
.rs-btn-default:not(.rs-btn-disabled):active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13555
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13556
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled):focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13557
|
+
.rs-btn-default:not(.rs-btn-disabled):active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13558
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13559
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled).focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13560
13560
|
background: #c5c6c7;
|
|
13561
13561
|
}
|
|
13562
13562
|
.rs-btn-icon:not(.rs-btn-icon-with-text) .icon {
|
|
@@ -13622,11 +13622,8 @@ textarea.rs-input {
|
|
|
13622
13622
|
border-color: #e5e5ea;
|
|
13623
13623
|
}
|
|
13624
13624
|
textarea.rs-input {
|
|
13625
|
-
|
|
13626
|
-
|
|
13627
|
-
min-height: 76px;
|
|
13628
|
-
max-width: 100%;
|
|
13629
|
-
max-height: 200px;
|
|
13625
|
+
overflow: auto;
|
|
13626
|
+
resize: vertical;
|
|
13630
13627
|
}
|
|
13631
13628
|
.rs-input-xs {
|
|
13632
13629
|
/* stylelint-disable */
|
|
@@ -14254,13 +14251,13 @@ textarea.rs-input-group-lg > .rs-input {
|
|
|
14254
14251
|
.rs-input-group-lg.rs-input-group-inside > .rs-input {
|
|
14255
14252
|
padding-left: 46px;
|
|
14256
14253
|
}
|
|
14257
|
-
.rs-input-group-lg.rs-input-group
|
|
14254
|
+
.rs-input-group-lg.rs-input-group > .rs-input {
|
|
14258
14255
|
height: 40px;
|
|
14259
14256
|
}
|
|
14260
|
-
.rs-input-group-lg.rs-input-group
|
|
14257
|
+
.rs-input-group-lg.rs-input-group > .rs-input-group-addon {
|
|
14261
14258
|
height: 40px;
|
|
14262
14259
|
}
|
|
14263
|
-
.rs-input-group-lg.rs-input-group
|
|
14260
|
+
.rs-input-group-lg.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14264
14261
|
font-size: inherit;
|
|
14265
14262
|
}
|
|
14266
14263
|
.rs-input-group-lg.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
@@ -14286,13 +14283,13 @@ textarea.rs-input-group-md > .rs-input {
|
|
|
14286
14283
|
.rs-input-group-md.rs-input-group-inside > .rs-input {
|
|
14287
14284
|
padding-left: 36px;
|
|
14288
14285
|
}
|
|
14289
|
-
.rs-input-group-md.rs-input-group
|
|
14286
|
+
.rs-input-group-md.rs-input-group > .rs-input {
|
|
14290
14287
|
height: 34px;
|
|
14291
14288
|
}
|
|
14292
|
-
.rs-input-group-md.rs-input-group
|
|
14289
|
+
.rs-input-group-md.rs-input-group > .rs-input-group-addon {
|
|
14293
14290
|
height: 34px;
|
|
14294
14291
|
}
|
|
14295
|
-
.rs-input-group-md.rs-input-group
|
|
14292
|
+
.rs-input-group-md.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14296
14293
|
font-size: inherit;
|
|
14297
14294
|
}
|
|
14298
14295
|
.rs-input-group-md.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
@@ -14318,13 +14315,13 @@ textarea.rs-input-group-sm > .rs-input {
|
|
|
14318
14315
|
.rs-input-group-sm.rs-input-group-inside > .rs-input {
|
|
14319
14316
|
padding-left: 30px;
|
|
14320
14317
|
}
|
|
14321
|
-
.rs-input-group-sm.rs-input-group
|
|
14318
|
+
.rs-input-group-sm.rs-input-group > .rs-input {
|
|
14322
14319
|
height: 28px;
|
|
14323
14320
|
}
|
|
14324
|
-
.rs-input-group-sm.rs-input-group
|
|
14321
|
+
.rs-input-group-sm.rs-input-group > .rs-input-group-addon {
|
|
14325
14322
|
height: 28px;
|
|
14326
14323
|
}
|
|
14327
|
-
.rs-input-group-sm.rs-input-group
|
|
14324
|
+
.rs-input-group-sm.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14328
14325
|
font-size: inherit;
|
|
14329
14326
|
}
|
|
14330
14327
|
.rs-input-group-sm.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
@@ -14350,13 +14347,13 @@ textarea.rs-input-group-xs > .rs-input {
|
|
|
14350
14347
|
.rs-input-group-xs.rs-input-group-inside > .rs-input {
|
|
14351
14348
|
padding-left: 26px;
|
|
14352
14349
|
}
|
|
14353
|
-
.rs-input-group-xs.rs-input-group
|
|
14350
|
+
.rs-input-group-xs.rs-input-group > .rs-input {
|
|
14354
14351
|
height: 22px;
|
|
14355
14352
|
}
|
|
14356
|
-
.rs-input-group-xs.rs-input-group
|
|
14353
|
+
.rs-input-group-xs.rs-input-group > .rs-input-group-addon {
|
|
14357
14354
|
height: 22px;
|
|
14358
14355
|
}
|
|
14359
|
-
.rs-input-group-xs.rs-input-group
|
|
14356
|
+
.rs-input-group-xs.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14360
14357
|
font-size: inherit;
|
|
14361
14358
|
}
|
|
14362
14359
|
.rs-input-group.rs-input-group-lg > .rs-input-group-addon {
|
|
@@ -14366,7 +14363,7 @@ textarea.rs-input-group-xs > .rs-input {
|
|
|
14366
14363
|
line-height: 1.375;
|
|
14367
14364
|
height: 42px\9;
|
|
14368
14365
|
/* stylelint-enable */
|
|
14369
|
-
width: 44px;
|
|
14366
|
+
min-width: 44px;
|
|
14370
14367
|
padding-right: 15px;
|
|
14371
14368
|
padding-left: 15px;
|
|
14372
14369
|
}
|
|
@@ -14385,7 +14382,7 @@ textarea.rs-input-group.rs-input-group-lg > .rs-input-group-addon {
|
|
|
14385
14382
|
line-height: 1.42857143;
|
|
14386
14383
|
height: 36px\9;
|
|
14387
14384
|
/* stylelint-enable */
|
|
14388
|
-
width: 36px;
|
|
14385
|
+
min-width: 36px;
|
|
14389
14386
|
padding-right: 11px;
|
|
14390
14387
|
padding-left: 11px;
|
|
14391
14388
|
}
|
|
@@ -14404,7 +14401,7 @@ textarea.rs-input-group.rs-input-group-md > .rs-input-group-addon {
|
|
|
14404
14401
|
line-height: 1.42857143;
|
|
14405
14402
|
height: 30px\9;
|
|
14406
14403
|
/* stylelint-enable */
|
|
14407
|
-
width: 32px;
|
|
14404
|
+
min-width: 32px;
|
|
14408
14405
|
padding-right: 9px;
|
|
14409
14406
|
padding-left: 9px;
|
|
14410
14407
|
}
|
|
@@ -14423,7 +14420,7 @@ textarea.rs-input-group.rs-input-group-sm > .rs-input-group-addon {
|
|
|
14423
14420
|
line-height: 1.66666667;
|
|
14424
14421
|
height: 24px\9;
|
|
14425
14422
|
/* stylelint-enable */
|
|
14426
|
-
width: 28px;
|
|
14423
|
+
min-width: 28px;
|
|
14427
14424
|
padding-right: 7px;
|
|
14428
14425
|
padding-left: 7px;
|
|
14429
14426
|
}
|
|
@@ -14734,10 +14731,10 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
14734
14731
|
border-color: #1675e0;
|
|
14735
14732
|
}
|
|
14736
14733
|
.rs-picker-tag-wrapper {
|
|
14737
|
-
|
|
14734
|
+
margin-left: 32px;
|
|
14738
14735
|
}
|
|
14739
14736
|
.rs-picker-cleanable .rs-picker-tag-wrapper {
|
|
14740
|
-
|
|
14737
|
+
margin-left: 44px;
|
|
14741
14738
|
}
|
|
14742
14739
|
.rs-picker-search {
|
|
14743
14740
|
border: none;
|
|
@@ -18033,7 +18030,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18033
18030
|
margin-top: 8px;
|
|
18034
18031
|
}
|
|
18035
18032
|
.rs-popover[class*='placement-top'] {
|
|
18036
|
-
margin-top: -
|
|
18033
|
+
margin-top: -8px;
|
|
18037
18034
|
-webkit-transform: translate(0, 0);
|
|
18038
18035
|
transform: translate(0, 0);
|
|
18039
18036
|
}
|
|
@@ -18053,7 +18050,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18053
18050
|
border-top-color: #fff;
|
|
18054
18051
|
}
|
|
18055
18052
|
.rs-popover[class*='placement-right'] {
|
|
18056
|
-
margin-left:
|
|
18053
|
+
margin-left: 8px;
|
|
18057
18054
|
-webkit-transform: translate(0, 0);
|
|
18058
18055
|
transform: translate(0, 0);
|
|
18059
18056
|
}
|
|
@@ -18073,7 +18070,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18073
18070
|
border-right-color: #fff;
|
|
18074
18071
|
}
|
|
18075
18072
|
.rs-popover[class*='placement-left'] {
|
|
18076
|
-
margin-left: -
|
|
18073
|
+
margin-left: -8px;
|
|
18077
18074
|
-webkit-transform: translate(0, 0);
|
|
18078
18075
|
transform: translate(0, 0);
|
|
18079
18076
|
}
|
|
@@ -18093,7 +18090,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18093
18090
|
bottom: -6px;
|
|
18094
18091
|
}
|
|
18095
18092
|
.rs-popover[class*='placement-bottom'] {
|
|
18096
|
-
margin-top:
|
|
18093
|
+
margin-top: 8px;
|
|
18097
18094
|
-webkit-transform: translate(0, 0);
|
|
18098
18095
|
transform: translate(0, 0);
|
|
18099
18096
|
}
|
|
@@ -19947,9 +19944,6 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
19947
19944
|
z-index: 4;
|
|
19948
19945
|
background: #fff;
|
|
19949
19946
|
}
|
|
19950
|
-
.rs-table-cell-group-fixed-right {
|
|
19951
|
-
margin-right: 10px;
|
|
19952
|
-
}
|
|
19953
19947
|
.rs-table-cell-group-shadow,
|
|
19954
19948
|
.rs-table-cell-group-left-shadow {
|
|
19955
19949
|
-webkit-box-shadow: 3px 0 5px rgba(9, 9, 9, 0.08) ;
|
|
@@ -20184,8 +20178,6 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20184
20178
|
position: absolute;
|
|
20185
20179
|
}
|
|
20186
20180
|
.rs-picker-tag .rs-tag {
|
|
20187
|
-
position: relative;
|
|
20188
|
-
z-index: 6;
|
|
20189
20181
|
max-width: calc(100% - 6px);
|
|
20190
20182
|
vertical-align: top;
|
|
20191
20183
|
overflow: hidden;
|
|
@@ -20204,6 +20196,8 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20204
20196
|
margin-right: 6px;
|
|
20205
20197
|
}
|
|
20206
20198
|
.rs-picker-tag .rs-picker-tag-wrapper {
|
|
20199
|
+
position: relative;
|
|
20200
|
+
z-index: 6;
|
|
20207
20201
|
padding-bottom: 5px;
|
|
20208
20202
|
}
|
|
20209
20203
|
.rs-picker-tag .rs-picker-search,
|
|
@@ -20596,7 +20590,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20596
20590
|
border-style: solid;
|
|
20597
20591
|
}
|
|
20598
20592
|
.rs-tooltip[class*='placement-top'] {
|
|
20599
|
-
margin-top: -
|
|
20593
|
+
margin-top: -8px;
|
|
20600
20594
|
-webkit-transform: translate(0, 0);
|
|
20601
20595
|
transform: translate(0, 0);
|
|
20602
20596
|
}
|
|
@@ -20621,7 +20615,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20621
20615
|
}
|
|
20622
20616
|
}
|
|
20623
20617
|
.rs-tooltip[class*='placement-bottom'] {
|
|
20624
|
-
margin-top:
|
|
20618
|
+
margin-top: 8px;
|
|
20625
20619
|
-webkit-transform: translate(0, 0);
|
|
20626
20620
|
transform: translate(0, 0);
|
|
20627
20621
|
}
|
|
@@ -20646,7 +20640,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20646
20640
|
}
|
|
20647
20641
|
}
|
|
20648
20642
|
.rs-tooltip[class*='placement-right'] {
|
|
20649
|
-
margin-left:
|
|
20643
|
+
margin-left: 8px;
|
|
20650
20644
|
-webkit-transform: translate(0, 0);
|
|
20651
20645
|
transform: translate(0, 0);
|
|
20652
20646
|
}
|
|
@@ -20671,7 +20665,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20671
20665
|
}
|
|
20672
20666
|
}
|
|
20673
20667
|
.rs-tooltip[class*='placement-left'] {
|
|
20674
|
-
margin-left: -
|
|
20668
|
+
margin-left: -8px;
|
|
20675
20669
|
-webkit-transform: translate(0, 0);
|
|
20676
20670
|
transform: translate(0, 0);
|
|
20677
20671
|
}
|