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
|
@@ -9234,13 +9234,14 @@ a.rs-btn {
|
|
|
9234
9234
|
}
|
|
9235
9235
|
.rs-form-inline > *,
|
|
9236
9236
|
.rs-form-inline > .rs-btn {
|
|
9237
|
-
margin-left:
|
|
9237
|
+
margin-left: 20px;
|
|
9238
9238
|
margin-bottom: 24px;
|
|
9239
9239
|
vertical-align: top;
|
|
9240
9240
|
}
|
|
9241
9241
|
.rs-form-inline .rs-control-label {
|
|
9242
9242
|
vertical-align: top;
|
|
9243
9243
|
margin-bottom: auto;
|
|
9244
|
+
margin-left: 12px;
|
|
9244
9245
|
margin-top: 8px;
|
|
9245
9246
|
display: inline-block;
|
|
9246
9247
|
}
|
|
@@ -9282,7 +9283,6 @@ a.rs-btn {
|
|
|
9282
9283
|
}
|
|
9283
9284
|
.rs-form-inline .rs-form-group .rs-form-control-wrapper {
|
|
9284
9285
|
display: inline-block;
|
|
9285
|
-
margin-right: 12px;
|
|
9286
9286
|
}
|
|
9287
9287
|
.rs-form-inline .rs-form-group .rs-sr-only + .rs-form-control-wrapper {
|
|
9288
9288
|
margin-right: 0;
|
|
@@ -13548,26 +13548,26 @@ a.rs-btn {
|
|
|
13548
13548
|
.rs-btn-default.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13549
13549
|
background: #3c3f43;
|
|
13550
13550
|
}
|
|
13551
|
-
.rs-btn-default:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13551
|
+
.rs-btn-default:not(.rs-btn-disabled):focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13552
13552
|
background: #5c6066;
|
|
13553
13553
|
}
|
|
13554
|
-
.rs-btn-default:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13554
|
+
.rs-btn-default:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13555
13555
|
background: #5c6066;
|
|
13556
13556
|
}
|
|
13557
|
-
.rs-btn-default:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13558
|
-
.rs-btn-default.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13559
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13557
|
+
.rs-btn-default:not(.rs-btn-disabled):active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13558
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13559
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled).rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13560
13560
|
background: #858b94;
|
|
13561
13561
|
}
|
|
13562
|
-
.rs-btn-default:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13563
|
-
.rs-btn-default.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13564
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13565
|
-
.rs-btn-default:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13566
|
-
.rs-btn-default.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13567
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13568
|
-
.rs-btn-default:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13569
|
-
.rs-btn-default.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13570
|
-
.rs-open > .rs-dropdown-toggle.rs-btn-default.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13562
|
+
.rs-btn-default:not(.rs-btn-disabled):active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13563
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13564
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13565
|
+
.rs-btn-default:not(.rs-btn-disabled):active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13566
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13567
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled):focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13568
|
+
.rs-btn-default:not(.rs-btn-disabled):active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13569
|
+
.rs-btn-default:not(.rs-btn-disabled).rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon,
|
|
13570
|
+
.rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled).focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon {
|
|
13571
13571
|
background: #858b94;
|
|
13572
13572
|
}
|
|
13573
13573
|
.rs-btn-icon:not(.rs-btn-icon-with-text) .icon {
|
|
@@ -13633,11 +13633,8 @@ textarea.rs-input {
|
|
|
13633
13633
|
border-color: #3c3f43;
|
|
13634
13634
|
}
|
|
13635
13635
|
textarea.rs-input {
|
|
13636
|
-
|
|
13637
|
-
|
|
13638
|
-
min-height: 76px;
|
|
13639
|
-
max-width: 100%;
|
|
13640
|
-
max-height: 200px;
|
|
13636
|
+
overflow: auto;
|
|
13637
|
+
resize: vertical;
|
|
13641
13638
|
}
|
|
13642
13639
|
.rs-input-xs {
|
|
13643
13640
|
/* stylelint-disable */
|
|
@@ -14265,13 +14262,13 @@ textarea.rs-input-group-lg > .rs-input {
|
|
|
14265
14262
|
.rs-input-group-lg.rs-input-group-inside > .rs-input {
|
|
14266
14263
|
padding-left: 46px;
|
|
14267
14264
|
}
|
|
14268
|
-
.rs-input-group-lg.rs-input-group
|
|
14265
|
+
.rs-input-group-lg.rs-input-group > .rs-input {
|
|
14269
14266
|
height: 40px;
|
|
14270
14267
|
}
|
|
14271
|
-
.rs-input-group-lg.rs-input-group
|
|
14268
|
+
.rs-input-group-lg.rs-input-group > .rs-input-group-addon {
|
|
14272
14269
|
height: 40px;
|
|
14273
14270
|
}
|
|
14274
|
-
.rs-input-group-lg.rs-input-group
|
|
14271
|
+
.rs-input-group-lg.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14275
14272
|
font-size: inherit;
|
|
14276
14273
|
}
|
|
14277
14274
|
.rs-input-group-lg.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
@@ -14297,13 +14294,13 @@ textarea.rs-input-group-md > .rs-input {
|
|
|
14297
14294
|
.rs-input-group-md.rs-input-group-inside > .rs-input {
|
|
14298
14295
|
padding-left: 36px;
|
|
14299
14296
|
}
|
|
14300
|
-
.rs-input-group-md.rs-input-group
|
|
14297
|
+
.rs-input-group-md.rs-input-group > .rs-input {
|
|
14301
14298
|
height: 34px;
|
|
14302
14299
|
}
|
|
14303
|
-
.rs-input-group-md.rs-input-group
|
|
14300
|
+
.rs-input-group-md.rs-input-group > .rs-input-group-addon {
|
|
14304
14301
|
height: 34px;
|
|
14305
14302
|
}
|
|
14306
|
-
.rs-input-group-md.rs-input-group
|
|
14303
|
+
.rs-input-group-md.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14307
14304
|
font-size: inherit;
|
|
14308
14305
|
}
|
|
14309
14306
|
.rs-input-group-md.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
@@ -14329,13 +14326,13 @@ textarea.rs-input-group-sm > .rs-input {
|
|
|
14329
14326
|
.rs-input-group-sm.rs-input-group-inside > .rs-input {
|
|
14330
14327
|
padding-left: 30px;
|
|
14331
14328
|
}
|
|
14332
|
-
.rs-input-group-sm.rs-input-group
|
|
14329
|
+
.rs-input-group-sm.rs-input-group > .rs-input {
|
|
14333
14330
|
height: 28px;
|
|
14334
14331
|
}
|
|
14335
|
-
.rs-input-group-sm.rs-input-group
|
|
14332
|
+
.rs-input-group-sm.rs-input-group > .rs-input-group-addon {
|
|
14336
14333
|
height: 28px;
|
|
14337
14334
|
}
|
|
14338
|
-
.rs-input-group-sm.rs-input-group
|
|
14335
|
+
.rs-input-group-sm.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14339
14336
|
font-size: inherit;
|
|
14340
14337
|
}
|
|
14341
14338
|
.rs-input-group-sm.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
@@ -14361,13 +14358,13 @@ textarea.rs-input-group-xs > .rs-input {
|
|
|
14361
14358
|
.rs-input-group-xs.rs-input-group-inside > .rs-input {
|
|
14362
14359
|
padding-left: 26px;
|
|
14363
14360
|
}
|
|
14364
|
-
.rs-input-group-xs.rs-input-group
|
|
14361
|
+
.rs-input-group-xs.rs-input-group > .rs-input {
|
|
14365
14362
|
height: 22px;
|
|
14366
14363
|
}
|
|
14367
|
-
.rs-input-group-xs.rs-input-group
|
|
14364
|
+
.rs-input-group-xs.rs-input-group > .rs-input-group-addon {
|
|
14368
14365
|
height: 22px;
|
|
14369
14366
|
}
|
|
14370
|
-
.rs-input-group-xs.rs-input-group
|
|
14367
|
+
.rs-input-group-xs.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
14371
14368
|
font-size: inherit;
|
|
14372
14369
|
}
|
|
14373
14370
|
.rs-input-group.rs-input-group-lg > .rs-input-group-addon {
|
|
@@ -14377,7 +14374,7 @@ textarea.rs-input-group-xs > .rs-input {
|
|
|
14377
14374
|
line-height: 1.375;
|
|
14378
14375
|
height: 42px\9;
|
|
14379
14376
|
/* stylelint-enable */
|
|
14380
|
-
width: 44px;
|
|
14377
|
+
min-width: 44px;
|
|
14381
14378
|
padding-right: 15px;
|
|
14382
14379
|
padding-left: 15px;
|
|
14383
14380
|
}
|
|
@@ -14396,7 +14393,7 @@ textarea.rs-input-group.rs-input-group-lg > .rs-input-group-addon {
|
|
|
14396
14393
|
line-height: 1.42857143;
|
|
14397
14394
|
height: 36px\9;
|
|
14398
14395
|
/* stylelint-enable */
|
|
14399
|
-
width: 36px;
|
|
14396
|
+
min-width: 36px;
|
|
14400
14397
|
padding-right: 11px;
|
|
14401
14398
|
padding-left: 11px;
|
|
14402
14399
|
}
|
|
@@ -14415,7 +14412,7 @@ textarea.rs-input-group.rs-input-group-md > .rs-input-group-addon {
|
|
|
14415
14412
|
line-height: 1.42857143;
|
|
14416
14413
|
height: 30px\9;
|
|
14417
14414
|
/* stylelint-enable */
|
|
14418
|
-
width: 32px;
|
|
14415
|
+
min-width: 32px;
|
|
14419
14416
|
padding-right: 9px;
|
|
14420
14417
|
padding-left: 9px;
|
|
14421
14418
|
}
|
|
@@ -14434,7 +14431,7 @@ textarea.rs-input-group.rs-input-group-sm > .rs-input-group-addon {
|
|
|
14434
14431
|
line-height: 1.66666667;
|
|
14435
14432
|
height: 24px\9;
|
|
14436
14433
|
/* stylelint-enable */
|
|
14437
|
-
width: 28px;
|
|
14434
|
+
min-width: 28px;
|
|
14438
14435
|
padding-right: 7px;
|
|
14439
14436
|
padding-left: 7px;
|
|
14440
14437
|
}
|
|
@@ -14745,10 +14742,10 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
14745
14742
|
border-color: #169de0;
|
|
14746
14743
|
}
|
|
14747
14744
|
.rs-picker-tag-wrapper {
|
|
14748
|
-
|
|
14745
|
+
margin-left: 32px;
|
|
14749
14746
|
}
|
|
14750
14747
|
.rs-picker-cleanable .rs-picker-tag-wrapper {
|
|
14751
|
-
|
|
14748
|
+
margin-left: 44px;
|
|
14752
14749
|
}
|
|
14753
14750
|
.rs-picker-search {
|
|
14754
14751
|
border: none;
|
|
@@ -18102,7 +18099,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18102
18099
|
margin-top: 8px;
|
|
18103
18100
|
}
|
|
18104
18101
|
.rs-popover[class*='placement-top'] {
|
|
18105
|
-
margin-top: -
|
|
18102
|
+
margin-top: -8px;
|
|
18106
18103
|
-webkit-transform: translate(0, 0);
|
|
18107
18104
|
transform: translate(0, 0);
|
|
18108
18105
|
}
|
|
@@ -18122,7 +18119,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18122
18119
|
border-top-color: #292d33;
|
|
18123
18120
|
}
|
|
18124
18121
|
.rs-popover[class*='placement-right'] {
|
|
18125
|
-
margin-left:
|
|
18122
|
+
margin-left: 8px;
|
|
18126
18123
|
-webkit-transform: translate(0, 0);
|
|
18127
18124
|
transform: translate(0, 0);
|
|
18128
18125
|
}
|
|
@@ -18142,7 +18139,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18142
18139
|
border-right-color: #292d33;
|
|
18143
18140
|
}
|
|
18144
18141
|
.rs-popover[class*='placement-left'] {
|
|
18145
|
-
margin-left: -
|
|
18142
|
+
margin-left: -8px;
|
|
18146
18143
|
-webkit-transform: translate(0, 0);
|
|
18147
18144
|
transform: translate(0, 0);
|
|
18148
18145
|
}
|
|
@@ -18162,7 +18159,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
18162
18159
|
bottom: -6px;
|
|
18163
18160
|
}
|
|
18164
18161
|
.rs-popover[class*='placement-bottom'] {
|
|
18165
|
-
margin-top:
|
|
18162
|
+
margin-top: 8px;
|
|
18166
18163
|
-webkit-transform: translate(0, 0);
|
|
18167
18164
|
transform: translate(0, 0);
|
|
18168
18165
|
}
|
|
@@ -20016,9 +20013,6 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20016
20013
|
z-index: 4;
|
|
20017
20014
|
background: #1a1d24;
|
|
20018
20015
|
}
|
|
20019
|
-
.rs-table-cell-group-fixed-right {
|
|
20020
|
-
margin-right: 10px;
|
|
20021
|
-
}
|
|
20022
20016
|
.rs-table-cell-group-shadow,
|
|
20023
20017
|
.rs-table-cell-group-left-shadow {
|
|
20024
20018
|
-webkit-box-shadow: 3px 0 5px rgba(9, 9, 9, 0.99) ;
|
|
@@ -20253,8 +20247,6 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20253
20247
|
position: absolute;
|
|
20254
20248
|
}
|
|
20255
20249
|
.rs-picker-tag .rs-tag {
|
|
20256
|
-
position: relative;
|
|
20257
|
-
z-index: 6;
|
|
20258
20250
|
max-width: calc(100% - 6px);
|
|
20259
20251
|
vertical-align: top;
|
|
20260
20252
|
overflow: hidden;
|
|
@@ -20273,6 +20265,8 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20273
20265
|
margin-right: 6px;
|
|
20274
20266
|
}
|
|
20275
20267
|
.rs-picker-tag .rs-picker-tag-wrapper {
|
|
20268
|
+
position: relative;
|
|
20269
|
+
z-index: 6;
|
|
20276
20270
|
padding-bottom: 5px;
|
|
20277
20271
|
}
|
|
20278
20272
|
.rs-picker-tag .rs-picker-search,
|
|
@@ -20671,7 +20665,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20671
20665
|
border-style: solid;
|
|
20672
20666
|
}
|
|
20673
20667
|
.rs-tooltip[class*='placement-top'] {
|
|
20674
|
-
margin-top: -
|
|
20668
|
+
margin-top: -8px;
|
|
20675
20669
|
-webkit-transform: translate(0, 0);
|
|
20676
20670
|
transform: translate(0, 0);
|
|
20677
20671
|
}
|
|
@@ -20696,7 +20690,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20696
20690
|
}
|
|
20697
20691
|
}
|
|
20698
20692
|
.rs-tooltip[class*='placement-bottom'] {
|
|
20699
|
-
margin-top:
|
|
20693
|
+
margin-top: 8px;
|
|
20700
20694
|
-webkit-transform: translate(0, 0);
|
|
20701
20695
|
transform: translate(0, 0);
|
|
20702
20696
|
}
|
|
@@ -20721,7 +20715,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20721
20715
|
}
|
|
20722
20716
|
}
|
|
20723
20717
|
.rs-tooltip[class*='placement-right'] {
|
|
20724
|
-
margin-left:
|
|
20718
|
+
margin-left: 8px;
|
|
20725
20719
|
-webkit-transform: translate(0, 0);
|
|
20726
20720
|
transform: translate(0, 0);
|
|
20727
20721
|
}
|
|
@@ -20746,7 +20740,7 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
|
|
|
20746
20740
|
}
|
|
20747
20741
|
}
|
|
20748
20742
|
.rs-tooltip[class*='placement-left'] {
|
|
20749
|
-
margin-left: -
|
|
20743
|
+
margin-left: -8px;
|
|
20750
20744
|
-webkit-transform: translate(0, 0);
|
|
20751
20745
|
transform: translate(0, 0);
|
|
20752
20746
|
}
|