cx 26.2.2 → 26.2.4
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/build/charts/Chart.d.ts.map +1 -1
- package/build/charts/Chart.js +5 -4
- package/build/charts/ColumnBarBase.d.ts +3 -3
- package/build/charts/ColumnBarBase.d.ts.map +1 -1
- package/build/charts/ColumnBarBase.js +1 -1
- package/build/charts/Legend.d.ts.map +1 -1
- package/build/charts/Legend.js +11 -4
- package/build/charts/Marker.d.ts +3 -3
- package/build/charts/Marker.d.ts.map +1 -1
- package/build/charts/MarkerLine.d.ts +7 -7
- package/build/charts/MarkerLine.d.ts.map +1 -1
- package/build/charts/MarkerLine.js +14 -10
- package/build/charts/PieChart.d.ts +4 -4
- package/build/charts/PieChart.d.ts.map +1 -1
- package/build/charts/PieChart.js +36 -14
- package/build/charts/PieLabel.d.ts.map +1 -1
- package/build/charts/PieLabel.js +2 -1
- package/build/charts/RangeMarker.d.ts +3 -3
- package/build/charts/RangeMarker.d.ts.map +1 -1
- package/build/charts/RangeMarker.js +1 -1
- package/build/charts/axis/TimeAxis.d.ts +3 -3
- package/build/charts/axis/TimeAxis.d.ts.map +1 -1
- package/build/charts/axis/TimeAxis.js +70 -21
- package/build/charts/helpers/SnapPointFinder.d.ts +2 -2
- package/build/charts/helpers/SnapPointFinder.d.ts.map +1 -1
- package/build/charts/helpers/ValueAtFinder.d.ts +3 -3
- package/build/charts/helpers/ValueAtFinder.d.ts.map +1 -1
- package/build/data/StructuredSelector.js +3 -4
- package/build/data/createAccessorModelProxy.d.ts +6 -11
- package/build/data/createAccessorModelProxy.d.ts.map +1 -1
- package/build/data/createAccessorModelProxy.js +1 -3
- package/build/jsx-runtime.d.ts +2 -1
- package/build/jsx-runtime.d.ts.map +1 -1
- package/build/svg/Ellipse.d.ts +5 -4
- package/build/svg/Ellipse.d.ts.map +1 -1
- package/build/svg/Ellipse.js +9 -6
- package/build/svg/Line.d.ts +1 -0
- package/build/svg/Line.d.ts.map +1 -1
- package/build/svg/Line.js +4 -1
- package/build/svg/Text.d.ts +12 -6
- package/build/svg/Text.d.ts.map +1 -1
- package/build/svg/Text.js +12 -4
- package/build/ui/Controller.d.ts +2 -0
- package/build/ui/Controller.d.ts.map +1 -1
- package/build/ui/Controller.js +3 -0
- package/build/ui/HoverSync.d.ts.map +1 -1
- package/build/ui/HoverSync.js +7 -2
- package/build/ui/Prop.d.ts +1 -1
- package/build/ui/Prop.d.ts.map +1 -1
- package/build/ui/Text.d.ts +3 -3
- package/build/ui/Text.d.ts.map +1 -1
- package/build/ui/Text.js +5 -5
- package/build/ui/adapter/GroupAdapter.d.ts.map +1 -1
- package/build/ui/adapter/GroupAdapter.js +20 -10
- package/build/ui/app/History.js +1 -1
- package/build/ui/createFunctionalComponent.d.ts +4 -1
- package/build/ui/createFunctionalComponent.d.ts.map +1 -1
- package/build/widgets/List.d.ts.map +1 -1
- package/build/widgets/List.js +6 -7
- package/build/widgets/drag-drop/DropZone.d.ts +3 -3
- package/build/widgets/drag-drop/DropZone.d.ts.map +1 -1
- package/build/widgets/form/Calendar.d.ts.map +1 -1
- package/build/widgets/form/Calendar.js +30 -11
- package/build/widgets/form/ColorField.d.ts.map +1 -1
- package/build/widgets/form/ColorField.js +16 -7
- package/build/widgets/form/DateTimeField.d.ts.map +1 -1
- package/build/widgets/form/DateTimeField.js +23 -10
- package/build/widgets/form/Field.d.ts +2 -0
- package/build/widgets/form/Field.d.ts.map +1 -1
- package/build/widgets/form/Field.js +11 -5
- package/build/widgets/form/LookupField.d.ts +1 -1
- package/build/widgets/form/LookupField.d.ts.map +1 -1
- package/build/widgets/form/LookupField.js +6 -6
- package/build/widgets/form/MonthField.d.ts.map +1 -1
- package/build/widgets/form/MonthField.js +15 -7
- package/build/widgets/form/MonthPicker.d.ts +1 -2
- package/build/widgets/form/MonthPicker.d.ts.map +1 -1
- package/build/widgets/form/MonthPicker.js +84 -41
- package/build/widgets/form/NumberField.d.ts +2 -0
- package/build/widgets/form/NumberField.d.ts.map +1 -1
- package/build/widgets/form/NumberField.js +45 -15
- package/build/widgets/form/TextField.d.ts +1 -9
- package/build/widgets/form/TextField.d.ts.map +1 -1
- package/build/widgets/form/TextField.js +1 -1
- package/build/widgets/form/TimeList.d.ts +3 -1
- package/build/widgets/form/TimeList.d.ts.map +1 -1
- package/build/widgets/grid/Grid.d.ts +2 -2
- package/build/widgets/grid/Grid.d.ts.map +1 -1
- package/build/widgets/grid/Grid.js +14 -11
- package/build/widgets/grid/Pagination.d.ts.map +1 -1
- package/build/widgets/grid/Pagination.js +4 -4
- package/build/widgets/grid/TreeNode.d.ts.map +1 -1
- package/build/widgets/grid/TreeNode.js +10 -2
- package/build/widgets/icons/folder.d.ts.map +1 -1
- package/build/widgets/icons/folder.js +1 -0
- package/build/widgets/icons/forward.d.ts.map +1 -1
- package/build/widgets/icons/forward.js +4 -3
- package/build/widgets/icons/loading.d.ts.map +1 -1
- package/build/widgets/icons/loading.js +6 -5
- package/build/widgets/icons/square.d.ts.map +1 -1
- package/build/widgets/icons/square.js +3 -3
- package/build/widgets/index.d.ts +3 -1
- package/build/widgets/index.d.ts.map +1 -1
- package/build/widgets/index.js +3 -1
- package/build/widgets/overlay/ContextMenu.d.ts.map +1 -1
- package/build/widgets/overlay/ContextMenu.js +2 -0
- package/build/widgets/overlay/Dropdown.d.ts +2 -1
- package/build/widgets/overlay/Dropdown.d.ts.map +1 -1
- package/build/widgets/overlay/Dropdown.js +75 -20
- package/build/widgets/overlay/MsgBox.d.ts +1 -0
- package/build/widgets/overlay/MsgBox.d.ts.map +1 -1
- package/build/widgets/overlay/MsgBox.js +2 -2
- package/build/widgets/overlay/Overlay.d.ts +32 -2
- package/build/widgets/overlay/Overlay.d.ts.map +1 -1
- package/build/widgets/overlay/Overlay.js +47 -16
- package/build/widgets/overlay/Toast.d.ts +1 -1
- package/build/widgets/overlay/Toast.d.ts.map +1 -1
- package/build/widgets/overlay/Toast.js +4 -1
- package/build/widgets/overlay/Tooltip.d.ts +6 -0
- package/build/widgets/overlay/Tooltip.d.ts.map +1 -1
- package/build/widgets/overlay/Tooltip.js +24 -9
- package/build/widgets/overlay/Window.d.ts.map +1 -1
- package/build/widgets/overlay/Window.js +24 -9
- package/dist/charts.css +325 -272
- package/dist/charts.js +11 -5
- package/dist/data.js +2 -2
- package/dist/manifest.js +853 -841
- package/dist/svg.css +14 -8
- package/dist/svg.js +9 -1
- package/dist/ui.js +29 -16
- package/dist/widgets.css +997 -294
- package/dist/widgets.js +319 -126
- package/package.json +1 -1
- package/src/charts/Bar.scss +13 -10
- package/src/charts/BarGraph.scss +31 -29
- package/src/charts/BubbleGraph.scss +11 -8
- package/src/charts/Chart.ts +5 -3
- package/src/charts/Column.scss +13 -10
- package/src/charts/ColumnBarBase.tsx +255 -230
- package/src/charts/ColumnGraph.scss +13 -11
- package/src/charts/Gridlines.scss +10 -8
- package/src/charts/Legend.scss +57 -50
- package/src/charts/Legend.tsx +257 -213
- package/src/charts/LegendEntry.scss +35 -29
- package/src/charts/LineGraph.scss +28 -25
- package/src/charts/Marker.scss +12 -10
- package/src/charts/Marker.tsx +3 -2
- package/src/charts/MarkerLine.scss +11 -8
- package/src/charts/MarkerLine.tsx +196 -177
- package/src/charts/PieChart.scss +12 -9
- package/src/charts/PieChart.tsx +717 -591
- package/src/charts/PieLabel.tsx +99 -81
- package/src/charts/Range.scss +11 -8
- package/src/charts/RangeMarker.tsx +204 -187
- package/src/charts/ScatterGraph.scss +12 -9
- package/src/charts/axis/Axis.scss +6 -5
- package/src/charts/axis/CategoryAxis.scss +10 -8
- package/src/charts/axis/NumericAxis.scss +9 -6
- package/src/charts/axis/TimeAxis.scss +9 -6
- package/src/charts/axis/TimeAxis.tsx +753 -637
- package/src/charts/axis/index.scss +4 -5
- package/src/charts/axis/variables.scss +4 -2
- package/src/charts/helpers/SnapPointFinder.ts +136 -136
- package/src/charts/helpers/ValueAtFinder.ts +72 -72
- package/src/charts/index.scss +16 -19
- package/src/charts/maps.scss +0 -0
- package/src/charts/palette.scss +11 -31
- package/src/charts/palette.variables.scss +23 -0
- package/src/charts/variables.scss +35 -3
- package/src/data/StructuredSelector.ts +2 -2
- package/src/data/createAccessorModelProxy.ts +66 -74
- package/src/index.scss +5 -6
- package/src/jsx-runtime.ts +2 -1
- package/src/maps.scss +5 -0
- package/src/svg/Ellipse.tsx +62 -55
- package/src/svg/Line.tsx +57 -42
- package/src/svg/Svg.scss +6 -6
- package/src/svg/Text.scss +19 -0
- package/src/svg/Text.tsx +172 -116
- package/src/svg/index.scss +3 -2
- package/src/svg/maps.scss +0 -0
- package/src/svg/variables.scss +0 -0
- package/src/ui/Container.spec.ts +59 -0
- package/src/ui/Controller.spec.tsx +30 -0
- package/src/ui/Controller.ts +5 -0
- package/src/ui/HoverSync.tsx +179 -147
- package/src/ui/Prop.ts +1 -1
- package/src/ui/Text.ts +12 -9
- package/src/ui/adapter/GroupAdapter.spec.ts +42 -0
- package/src/ui/adapter/GroupAdapter.ts +25 -14
- package/src/ui/app/History.ts +1 -1
- package/src/ui/createFunctionalComponent.spec.tsx +55 -0
- package/src/ui/createFunctionalComponent.ts +12 -2
- package/src/ui/index.scss +1 -1
- package/src/ui/layout/LabelsLeftLayout.scss +5 -7
- package/src/ui/layout/LabelsTopLayout.scss +4 -6
- package/src/ui/layout/index.scss +2 -3
- package/src/ui/maps.scss +0 -0
- package/src/ui/variables.scss +1 -2
- package/src/util/index.scss +4 -2
- package/src/util/maps.scss +1 -0
- package/src/util/scss/besm.scss +15 -0
- package/src/util/scss/calc.scss +103 -11
- package/src/util/scss/defaults.scss +24 -0
- package/src/util/scss/elements.scss +78 -0
- package/src/util/scss/global.scss +15 -0
- package/src/util/scss/include.scss +17 -9
- package/src/util/scss/index.scss +1 -9
- package/src/util/scss/maps.scss +2 -0
- package/src/util/scss/pad-size.scss +9 -0
- package/src/util/scss/padding.scss +6 -0
- package/src/util/scss/screen-size.scss +5 -0
- package/src/util/scss/variables.scss +6 -0
- package/src/util/variables.scss +1 -0
- package/src/variables.scss +5 -217
- package/src/widgets/Button.maps.scss +103 -0
- package/src/widgets/Button.scss +33 -9
- package/src/widgets/Button.variables.scss +8 -104
- package/src/widgets/CxCredit.scss +2 -0
- package/src/widgets/FlexBox.scss +16 -11
- package/src/widgets/Heading.scss +6 -0
- package/src/widgets/HighlightedSearchText.scss +8 -1
- package/src/widgets/Icon.scss +6 -0
- package/src/widgets/List.scss +7 -0
- package/src/widgets/List.tsx +6 -7
- package/src/widgets/ProgressBar.scss +9 -0
- package/src/widgets/Resizer.scss +9 -7
- package/src/widgets/Section.scss +53 -56
- package/src/widgets/animations.scss +4 -2
- package/src/widgets/box.scss +47 -0
- package/src/widgets/drag-drop/DragClone.scss +12 -4
- package/src/widgets/drag-drop/DragHandle.scss +12 -6
- package/src/widgets/drag-drop/DragSource.scss +12 -6
- package/src/widgets/drag-drop/DropZone.scss +9 -0
- package/src/widgets/drag-drop/DropZone.tsx +3 -3
- package/src/widgets/drag-drop/index.scss +4 -4
- package/src/widgets/drag-drop/maps.scss +7 -0
- package/src/widgets/drag-drop/variables.scss +8 -5
- package/src/widgets/form/Calendar.maps.scss +54 -0
- package/src/widgets/form/Calendar.scss +49 -11
- package/src/widgets/form/Calendar.tsx +755 -653
- package/src/widgets/form/Calendar.variables.scss +3 -46
- package/src/widgets/form/Checkbox.maps.scss +34 -0
- package/src/widgets/form/Checkbox.scss +14 -3
- package/src/widgets/form/Checkbox.variables.scss +4 -36
- package/src/widgets/form/ColorField.scss +21 -2
- package/src/widgets/form/ColorField.tsx +485 -431
- package/src/widgets/form/ColorPicker.maps.scss +21 -0
- package/src/widgets/form/ColorPicker.scss +26 -9
- package/src/widgets/form/ColorPicker.variables.scss +3 -16
- package/src/widgets/form/DateTimeField.scss +54 -21
- package/src/widgets/form/DateTimeField.tsx +697 -615
- package/src/widgets/form/DateTimePicker.scss +14 -4
- package/src/widgets/form/Field.maps.scss +122 -0
- package/src/widgets/form/Field.scss +54 -18
- package/src/widgets/form/Field.tsx +611 -504
- package/src/widgets/form/Field.variables.scss +46 -0
- package/src/widgets/form/HelpText.scss +8 -5
- package/src/widgets/form/Label.scss +10 -3
- package/src/widgets/form/LookupField.maps.scss +26 -0
- package/src/widgets/form/LookupField.scss +54 -24
- package/src/widgets/form/LookupField.tsx +25 -21
- package/src/widgets/form/MonthField.scss +48 -26
- package/src/widgets/form/MonthField.tsx +645 -567
- package/src/widgets/form/MonthPicker.maps.scss +50 -0
- package/src/widgets/form/MonthPicker.scss +44 -35
- package/src/widgets/form/MonthPicker.tsx +954 -724
- package/src/widgets/form/MonthPicker.variables.scss +24 -0
- package/src/widgets/form/NumberField.scss +19 -2
- package/src/widgets/form/NumberField.tsx +576 -466
- package/src/widgets/form/Radio.maps.scss +36 -0
- package/src/widgets/form/Radio.scss +12 -2
- package/src/widgets/form/Radio.variables.scss +3 -42
- package/src/widgets/form/Select.scss +25 -9
- package/src/widgets/form/Slider.scss +23 -14
- package/src/widgets/form/Switch.scss +18 -8
- package/src/widgets/form/TextArea.scss +14 -1
- package/src/widgets/form/TextField.scss +24 -3
- package/src/widgets/form/TextField.tsx +9 -21
- package/src/widgets/form/UploadButton.scss +14 -6
- package/src/widgets/form/ValidationError.scss +10 -6
- package/src/widgets/form/Wheel.scss +14 -4
- package/src/widgets/form/index.scss +22 -24
- package/src/widgets/form/maps.scss +81 -0
- package/src/widgets/form/variables.scss +111 -355
- package/src/widgets/grid/Grid.scss +19 -2
- package/src/widgets/grid/Grid.spec.ts +42 -0
- package/src/widgets/grid/Grid.tsx +18 -13
- package/src/widgets/grid/Pagination.scss +11 -2
- package/src/widgets/grid/Pagination.tsx +110 -102
- package/src/widgets/grid/TreeNode.scss +25 -8
- package/src/widgets/grid/TreeNode.tsx +127 -116
- package/src/widgets/grid/index.scss +3 -4
- package/src/widgets/grid/maps.scss +110 -0
- package/src/widgets/grid/variables.scss +48 -137
- package/src/widgets/icons/folder.tsx +1 -2
- package/src/widgets/icons/forward.tsx +23 -20
- package/src/widgets/icons/loading.tsx +22 -19
- package/src/widgets/icons/square.tsx +20 -17
- package/src/widgets/index.scss +16 -16
- package/src/widgets/index.ts +63 -58
- package/src/widgets/lists.scss +42 -0
- package/src/widgets/maps.scss +139 -0
- package/src/widgets/nav/Link.scss +14 -1
- package/src/widgets/nav/Menu.scss +13 -7
- package/src/widgets/nav/Menu.variables.scss +1 -12
- package/src/widgets/nav/MenuItem.scss +21 -6
- package/src/widgets/nav/Scroller.scss +11 -2
- package/src/widgets/nav/Tab.maps.scss +78 -0
- package/src/widgets/nav/Tab.scss +12 -6
- package/src/widgets/nav/Tab.variables.scss +7 -76
- package/src/widgets/nav/cover.scss +6 -4
- package/src/widgets/nav/index.scss +6 -6
- package/src/widgets/nav/maps.scss +32 -0
- package/src/widgets/nav/variables.scss +4 -11
- package/src/widgets/overlay/ContextMenu.ts +3 -0
- package/src/widgets/overlay/Dropdown.scss +47 -16
- package/src/widgets/overlay/Dropdown.tsx +851 -676
- package/src/widgets/overlay/MsgBox.tsx +125 -111
- package/src/widgets/overlay/Overlay.scss +60 -40
- package/src/widgets/overlay/Overlay.tsx +948 -800
- package/src/widgets/overlay/Toast.scss +42 -34
- package/src/widgets/overlay/Toast.ts +11 -1
- package/src/widgets/overlay/Tooltip.scss +27 -96
- package/src/widgets/overlay/Tooltip.tsx +376 -309
- package/src/widgets/overlay/Window.maps.scss +51 -0
- package/src/widgets/overlay/Window.scss +17 -17
- package/src/widgets/overlay/Window.tsx +291 -236
- package/src/widgets/overlay/Window.variables.scss +2 -43
- package/src/widgets/overlay/index.d.ts +11 -11
- package/src/widgets/overlay/index.scss +6 -15
- package/src/widgets/overlay/maps.scss +44 -0
- package/src/widgets/overlay/variables.scss +11 -42
- package/src/widgets/variables.scss +33 -117
- package/src/global.scss +0 -14
package/dist/widgets.css
CHANGED
|
@@ -30,63 +30,77 @@
|
|
|
30
30
|
white-space: nowrap;
|
|
31
31
|
text-decoration: none;
|
|
32
32
|
}
|
|
33
|
+
|
|
33
34
|
.cxb-button::-moz-focus-inner {
|
|
34
35
|
border: 0;
|
|
35
36
|
padding: 0;
|
|
36
37
|
margin: -1px;
|
|
37
38
|
}
|
|
39
|
+
|
|
38
40
|
.cxb-button:hover {
|
|
39
41
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
40
42
|
text-decoration: none;
|
|
41
43
|
}
|
|
44
|
+
|
|
42
45
|
.cxb-button:focus {
|
|
43
46
|
outline: none;
|
|
44
47
|
box-shadow: 0 0 1px 1px rgba(77, 144, 254, 0.8);
|
|
45
48
|
}
|
|
49
|
+
|
|
46
50
|
.cxb-button:active, .cxb-button.cxs-pressed {
|
|
47
51
|
top: 1px;
|
|
48
52
|
box-shadow: none;
|
|
49
53
|
}
|
|
54
|
+
|
|
50
55
|
.cxb-button[disabled], .cxb-button.cxs-disabled {
|
|
51
56
|
color: gray;
|
|
52
57
|
box-shadow: none;
|
|
53
58
|
pointer-events: none;
|
|
54
59
|
}
|
|
60
|
+
|
|
55
61
|
.cxb-button.cxm-primary {
|
|
56
62
|
background-color: #1f99f8;
|
|
57
63
|
border-color: #1e88e5;
|
|
58
64
|
color: white;
|
|
59
65
|
}
|
|
66
|
+
|
|
60
67
|
.cxb-button.cxm-primary[disabled], .cxb-button.cxm-primary.cxs-disabled {
|
|
61
68
|
background-color: rgba(31, 153, 248, 0.5);
|
|
62
69
|
border-color: rgba(30, 136, 229, 0.1);
|
|
63
70
|
color: rgba(255, 255, 255, 0.6);
|
|
64
71
|
}
|
|
72
|
+
|
|
65
73
|
.cxb-button.cxm-primary:hover {
|
|
66
74
|
background-color: #1f99f8;
|
|
67
75
|
}
|
|
76
|
+
|
|
68
77
|
.cxb-button.cxm-danger {
|
|
69
78
|
background-color: #d32f2f;
|
|
70
79
|
border-color: #c62828;
|
|
71
80
|
color: white;
|
|
72
81
|
}
|
|
82
|
+
|
|
73
83
|
.cxb-button.cxm-danger[disabled], .cxb-button.cxm-danger.cxs-disabled {
|
|
74
84
|
background-color: rgba(211, 47, 47, 0.6);
|
|
75
85
|
border-color: rgba(198, 40, 40, 0.1);
|
|
76
86
|
color: rgba(255, 255, 255, 0.5);
|
|
77
87
|
}
|
|
88
|
+
|
|
78
89
|
.cxb-button.cxm-danger:hover {
|
|
79
90
|
background-color: #d32f2f;
|
|
80
91
|
}
|
|
92
|
+
|
|
81
93
|
.cxb-button.cxm-hollow {
|
|
82
94
|
background-color: transparent;
|
|
83
95
|
border-color: transparent;
|
|
84
96
|
color: inherit;
|
|
85
97
|
box-shadow: none;
|
|
86
98
|
}
|
|
99
|
+
|
|
87
100
|
.cxb-button.cxm-hollow[disabled], .cxb-button.cxm-hollow.cxs-disabled {
|
|
88
101
|
color: rgba(128, 128, 128, 0.5);
|
|
89
102
|
}
|
|
103
|
+
|
|
90
104
|
.cxb-button.cxm-hollow:hover {
|
|
91
105
|
background-color: rgba(128, 128, 128, 0.1);
|
|
92
106
|
outline: none;
|
|
@@ -94,12 +108,14 @@
|
|
|
94
108
|
box-shadow: none;
|
|
95
109
|
border-color: transparent;
|
|
96
110
|
}
|
|
111
|
+
|
|
97
112
|
.cxb-button.cxm-hollow:focus {
|
|
98
113
|
background-color: rgba(123, 190, 255, 0.3);
|
|
99
114
|
outline: none;
|
|
100
115
|
box-shadow: none;
|
|
101
116
|
border-color: transparent;
|
|
102
117
|
}
|
|
118
|
+
|
|
103
119
|
.cxe-button-icon {
|
|
104
120
|
display: inline-block;
|
|
105
121
|
position: absolute;
|
|
@@ -114,15 +130,20 @@
|
|
|
114
130
|
|
|
115
131
|
.cxe-button-baseline {
|
|
116
132
|
display: inline-block;
|
|
117
|
-
width:
|
|
118
|
-
margin-left: -1px;
|
|
133
|
+
min-width: 16px;
|
|
119
134
|
}
|
|
120
135
|
|
|
121
136
|
.cxb-button.cxs-icon {
|
|
122
137
|
padding: 5px 10px 5px 26px;
|
|
123
138
|
}
|
|
139
|
+
|
|
124
140
|
.cxb-button.cxs-icon.cxs-empty {
|
|
125
|
-
padding: 5px 5px 5px
|
|
141
|
+
padding: 5px 5px 5px 5px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.cxb-button.cxs-icon.cxs-empty .cxe-button-icon {
|
|
145
|
+
left: 50%;
|
|
146
|
+
margin-left: -8px;
|
|
126
147
|
}
|
|
127
148
|
|
|
128
149
|
.cxb-list {
|
|
@@ -134,12 +155,15 @@
|
|
|
134
155
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
135
156
|
-webkit-overflow-scrolling: touch;
|
|
136
157
|
}
|
|
158
|
+
|
|
137
159
|
.cxb-list.cxs-focused {
|
|
138
160
|
outline: none;
|
|
139
161
|
}
|
|
162
|
+
|
|
140
163
|
.cxb-list.cxm-bordered {
|
|
141
164
|
border-width: 1px;
|
|
142
165
|
}
|
|
166
|
+
|
|
143
167
|
.cxb-list.cxm-bordered > .cxe-list-item:not(:first-child) {
|
|
144
168
|
border-top-width: 1px;
|
|
145
169
|
}
|
|
@@ -148,36 +172,45 @@
|
|
|
148
172
|
margin: 0;
|
|
149
173
|
border: 0 solid #bfbfbf;
|
|
150
174
|
}
|
|
175
|
+
|
|
151
176
|
.cxe-list-item.cxs-pad {
|
|
152
177
|
padding: 5px 10px;
|
|
153
178
|
}
|
|
179
|
+
|
|
154
180
|
.cxs-selectable > .cxe-list-item {
|
|
155
181
|
cursor: pointer;
|
|
156
182
|
}
|
|
183
|
+
|
|
157
184
|
.cxe-list-item:hover {
|
|
158
185
|
background-color: rgba(128, 128, 128, 0.1);
|
|
159
186
|
outline: none;
|
|
160
187
|
cursor: pointer;
|
|
161
188
|
}
|
|
189
|
+
|
|
162
190
|
.cxe-list-item.cxs-cursor {
|
|
163
191
|
background-color: rgba(128, 128, 128, 0.1);
|
|
164
192
|
outline: none;
|
|
165
193
|
cursor: pointer;
|
|
166
194
|
}
|
|
195
|
+
|
|
167
196
|
.cxb-list.cxs-focused > .cxe-list-item.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-cursor {
|
|
168
197
|
background-color: rgba(123, 190, 255, 0.15);
|
|
169
198
|
outline: none;
|
|
170
199
|
}
|
|
200
|
+
|
|
171
201
|
.cxe-list-item.cxs-selected {
|
|
172
202
|
background-color: rgba(123, 190, 255, 0.4);
|
|
173
203
|
}
|
|
204
|
+
|
|
174
205
|
.cxe-list-item.cxs-selected.cxs-cursor {
|
|
175
206
|
background-color: rgba(123, 190, 255, 0.2);
|
|
176
207
|
}
|
|
208
|
+
|
|
177
209
|
.cxb-list.cxs-focused > .cxe-list-item.cxs-selected.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-selected.cxs-cursor {
|
|
178
210
|
background-color: rgba(123, 190, 255, 0.3);
|
|
179
211
|
outline: none;
|
|
180
212
|
}
|
|
213
|
+
|
|
181
214
|
.cxe-list-item.cxs-disabled {
|
|
182
215
|
cursor: default;
|
|
183
216
|
opacity: 0.5;
|
|
@@ -200,9 +233,11 @@
|
|
|
200
233
|
bottom: 20px;
|
|
201
234
|
right: 20px;
|
|
202
235
|
}
|
|
236
|
+
|
|
203
237
|
.cxb-cxcredit:hover {
|
|
204
238
|
opacity: 1;
|
|
205
239
|
}
|
|
240
|
+
|
|
206
241
|
.cxb-cxcredit.cxm-inline {
|
|
207
242
|
position: relative;
|
|
208
243
|
bottom: auto;
|
|
@@ -219,26 +254,35 @@
|
|
|
219
254
|
display: flex;
|
|
220
255
|
box-sizing: border-box;
|
|
221
256
|
}
|
|
222
|
-
|
|
257
|
+
|
|
258
|
+
.cxb-section.cxm-card {
|
|
259
|
+
background-color: rgba(255, 255, 255, 0.9);
|
|
260
|
+
border-radius: 3px;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.cxb-section.cxm-well {
|
|
223
264
|
background-color: rgba(255, 255, 255, 0.9);
|
|
224
265
|
border-radius: 3px;
|
|
225
|
-
border-color: #bfbfbf;
|
|
226
266
|
}
|
|
267
|
+
|
|
227
268
|
.cxb-section.cxm-warning {
|
|
228
269
|
color: #fff;
|
|
229
270
|
background-color: #f09037;
|
|
230
271
|
border-radius: 3px;
|
|
231
272
|
}
|
|
273
|
+
|
|
232
274
|
.cxb-section.cxm-primary {
|
|
233
275
|
color: #fff;
|
|
234
276
|
background-color: #1f99f8;
|
|
235
277
|
border-radius: 3px;
|
|
236
278
|
}
|
|
279
|
+
|
|
237
280
|
.cxb-section.cxm-success {
|
|
238
281
|
color: #fff;
|
|
239
282
|
background-color: #5cb85c;
|
|
240
283
|
border-radius: 3px;
|
|
241
284
|
}
|
|
285
|
+
|
|
242
286
|
.cxb-section.cxm-error {
|
|
243
287
|
color: #fff;
|
|
244
288
|
background-color: #d9534f;
|
|
@@ -246,10 +290,12 @@
|
|
|
246
290
|
}
|
|
247
291
|
|
|
248
292
|
.cxe-section-header {
|
|
293
|
+
box-sizing: border-box;
|
|
249
294
|
margin: 0 1.5rem;
|
|
250
295
|
padding: 1rem 0;
|
|
251
|
-
|
|
252
|
-
border-bottom:
|
|
296
|
+
border-bottom-width: 1px;
|
|
297
|
+
border-bottom-style: solid;
|
|
298
|
+
border-bottom-color: rgba(128, 128, 128, 0.3);
|
|
253
299
|
}
|
|
254
300
|
|
|
255
301
|
.cxe-section-body {
|
|
@@ -257,37 +303,45 @@
|
|
|
257
303
|
box-sizing: border-box;
|
|
258
304
|
overflow: auto;
|
|
259
305
|
}
|
|
306
|
+
|
|
260
307
|
.cxs-pad > .cxe-section-body {
|
|
261
308
|
padding: 1rem 1.5rem;
|
|
262
309
|
}
|
|
263
310
|
|
|
264
311
|
.cxe-section-footer {
|
|
312
|
+
box-sizing: border-box;
|
|
265
313
|
margin: 0 1.5rem;
|
|
266
314
|
padding: 1rem 0;
|
|
267
|
-
|
|
268
|
-
border-top:
|
|
315
|
+
border-top-width: 1px;
|
|
316
|
+
border-top-style: solid;
|
|
317
|
+
border-top-color: rgba(128, 128, 128, 0.3);
|
|
269
318
|
}
|
|
270
319
|
|
|
271
320
|
.cxb-heading.cxs-level-1 {
|
|
272
321
|
margin: 0;
|
|
273
322
|
padding: 0;
|
|
274
323
|
}
|
|
324
|
+
|
|
275
325
|
.cxb-heading.cxs-level-2 {
|
|
276
326
|
margin: 0;
|
|
277
327
|
padding: 0;
|
|
278
328
|
}
|
|
329
|
+
|
|
279
330
|
.cxb-heading.cxs-level-3 {
|
|
280
331
|
margin: 0;
|
|
281
332
|
padding: 0;
|
|
282
333
|
}
|
|
334
|
+
|
|
283
335
|
.cxb-heading.cxs-level-4 {
|
|
284
336
|
margin: 0;
|
|
285
337
|
padding: 0;
|
|
286
338
|
}
|
|
339
|
+
|
|
287
340
|
.cxb-heading.cxs-level-5 {
|
|
288
341
|
margin: 0;
|
|
289
342
|
padding: 0;
|
|
290
343
|
}
|
|
344
|
+
|
|
291
345
|
.cxb-heading.cxs-level-6 {
|
|
292
346
|
margin: 0;
|
|
293
347
|
padding: 0;
|
|
@@ -299,48 +353,60 @@
|
|
|
299
353
|
display: flex;
|
|
300
354
|
flex-direction: column;
|
|
301
355
|
}
|
|
356
|
+
|
|
302
357
|
.cxb-flexbox.cxs-nested {
|
|
303
358
|
overflow: hidden;
|
|
304
359
|
}
|
|
360
|
+
|
|
305
361
|
.cxb-flexbox.cxs-nested > div {
|
|
306
362
|
overflow: auto;
|
|
307
363
|
}
|
|
364
|
+
|
|
308
365
|
.cxb-flexbox.cxs-xsmall-hpad {
|
|
309
366
|
padding-left: 3px;
|
|
310
367
|
padding-right: 3px;
|
|
311
368
|
}
|
|
369
|
+
|
|
312
370
|
.cxb-flexbox.cxs-xsmall-vpad {
|
|
313
371
|
padding-top: 3px;
|
|
314
372
|
padding-bottom: 3px;
|
|
315
373
|
}
|
|
374
|
+
|
|
316
375
|
.cxb-flexbox.cxs-small-hpad {
|
|
317
376
|
padding-left: 5px;
|
|
318
377
|
padding-right: 5px;
|
|
319
378
|
}
|
|
379
|
+
|
|
320
380
|
.cxb-flexbox.cxs-small-vpad {
|
|
321
381
|
padding-top: 5px;
|
|
322
382
|
padding-bottom: 5px;
|
|
323
383
|
}
|
|
384
|
+
|
|
324
385
|
.cxb-flexbox.cxs-medium-hpad {
|
|
325
386
|
padding-left: 10px;
|
|
326
387
|
padding-right: 10px;
|
|
327
388
|
}
|
|
389
|
+
|
|
328
390
|
.cxb-flexbox.cxs-medium-vpad {
|
|
329
391
|
padding-top: 10px;
|
|
330
392
|
padding-bottom: 10px;
|
|
331
393
|
}
|
|
394
|
+
|
|
332
395
|
.cxb-flexbox.cxs-large-hpad {
|
|
333
396
|
padding-left: 15px;
|
|
334
397
|
padding-right: 15px;
|
|
335
398
|
}
|
|
399
|
+
|
|
336
400
|
.cxb-flexbox.cxs-large-vpad {
|
|
337
401
|
padding-top: 15px;
|
|
338
402
|
padding-bottom: 15px;
|
|
339
403
|
}
|
|
404
|
+
|
|
340
405
|
.cxb-flexbox.cxs-xlarge-hpad {
|
|
341
406
|
padding-left: 20px;
|
|
342
407
|
padding-right: 20px;
|
|
343
408
|
}
|
|
409
|
+
|
|
344
410
|
.cxb-flexbox.cxs-xlarge-vpad {
|
|
345
411
|
padding-top: 20px;
|
|
346
412
|
padding-bottom: 20px;
|
|
@@ -350,128 +416,163 @@
|
|
|
350
416
|
display: flex;
|
|
351
417
|
flex: 1 1 auto;
|
|
352
418
|
}
|
|
419
|
+
|
|
353
420
|
.cxe-flexbox-flexbox.cxs-column {
|
|
354
421
|
flex-direction: column;
|
|
355
422
|
}
|
|
423
|
+
|
|
356
424
|
.cxe-flexbox-flexbox.cxs-row {
|
|
357
425
|
flex-direction: row;
|
|
358
426
|
}
|
|
427
|
+
|
|
359
428
|
.cxe-flexbox-flexbox.cxs-row-reverse {
|
|
360
429
|
flex-direction: row-reverse;
|
|
361
430
|
}
|
|
431
|
+
|
|
362
432
|
.cxe-flexbox-flexbox.cxs-xsmall-hspacing {
|
|
363
433
|
margin-left: -1.5px;
|
|
364
434
|
margin-right: -1.5px;
|
|
365
435
|
}
|
|
436
|
+
|
|
366
437
|
.cxe-flexbox-flexbox.cxs-xsmall-hspacing > * {
|
|
367
438
|
margin-left: 1.5px;
|
|
368
439
|
margin-right: 1.5px;
|
|
369
440
|
}
|
|
441
|
+
|
|
370
442
|
.cxe-flexbox-flexbox.cxs-xsmall-vspacing {
|
|
371
443
|
margin-top: -1.5px;
|
|
372
444
|
margin-bottom: -1.5px;
|
|
373
445
|
}
|
|
446
|
+
|
|
374
447
|
.cxe-flexbox-flexbox.cxs-xsmall-vspacing > * {
|
|
375
448
|
margin-top: 1.5px;
|
|
376
449
|
margin-bottom: 1.5px;
|
|
377
450
|
}
|
|
451
|
+
|
|
378
452
|
.cxe-flexbox-flexbox.cxs-small-hspacing {
|
|
379
453
|
margin-left: -2.5px;
|
|
380
454
|
margin-right: -2.5px;
|
|
381
455
|
}
|
|
456
|
+
|
|
382
457
|
.cxe-flexbox-flexbox.cxs-small-hspacing > * {
|
|
383
458
|
margin-left: 2.5px;
|
|
384
459
|
margin-right: 2.5px;
|
|
385
460
|
}
|
|
461
|
+
|
|
386
462
|
.cxe-flexbox-flexbox.cxs-small-vspacing {
|
|
387
463
|
margin-top: -2.5px;
|
|
388
464
|
margin-bottom: -2.5px;
|
|
389
465
|
}
|
|
466
|
+
|
|
390
467
|
.cxe-flexbox-flexbox.cxs-small-vspacing > * {
|
|
391
468
|
margin-top: 2.5px;
|
|
392
469
|
margin-bottom: 2.5px;
|
|
393
470
|
}
|
|
471
|
+
|
|
394
472
|
.cxe-flexbox-flexbox.cxs-medium-hspacing {
|
|
395
473
|
margin-left: -5px;
|
|
396
474
|
margin-right: -5px;
|
|
397
475
|
}
|
|
476
|
+
|
|
398
477
|
.cxe-flexbox-flexbox.cxs-medium-hspacing > * {
|
|
399
478
|
margin-left: 5px;
|
|
400
479
|
margin-right: 5px;
|
|
401
480
|
}
|
|
481
|
+
|
|
402
482
|
.cxe-flexbox-flexbox.cxs-medium-vspacing {
|
|
403
483
|
margin-top: -5px;
|
|
404
484
|
margin-bottom: -5px;
|
|
405
485
|
}
|
|
486
|
+
|
|
406
487
|
.cxe-flexbox-flexbox.cxs-medium-vspacing > * {
|
|
407
488
|
margin-top: 5px;
|
|
408
489
|
margin-bottom: 5px;
|
|
409
490
|
}
|
|
491
|
+
|
|
410
492
|
.cxe-flexbox-flexbox.cxs-large-hspacing {
|
|
411
493
|
margin-left: -7.5px;
|
|
412
494
|
margin-right: -7.5px;
|
|
413
495
|
}
|
|
496
|
+
|
|
414
497
|
.cxe-flexbox-flexbox.cxs-large-hspacing > * {
|
|
415
498
|
margin-left: 7.5px;
|
|
416
499
|
margin-right: 7.5px;
|
|
417
500
|
}
|
|
501
|
+
|
|
418
502
|
.cxe-flexbox-flexbox.cxs-large-vspacing {
|
|
419
503
|
margin-top: -7.5px;
|
|
420
504
|
margin-bottom: -7.5px;
|
|
421
505
|
}
|
|
506
|
+
|
|
422
507
|
.cxe-flexbox-flexbox.cxs-large-vspacing > * {
|
|
423
508
|
margin-top: 7.5px;
|
|
424
509
|
margin-bottom: 7.5px;
|
|
425
510
|
}
|
|
511
|
+
|
|
426
512
|
.cxe-flexbox-flexbox.cxs-xlarge-hspacing {
|
|
427
513
|
margin-left: -10px;
|
|
428
514
|
margin-right: -10px;
|
|
429
515
|
}
|
|
516
|
+
|
|
430
517
|
.cxe-flexbox-flexbox.cxs-xlarge-hspacing > * {
|
|
431
518
|
margin-left: 10px;
|
|
432
519
|
margin-right: 10px;
|
|
433
520
|
}
|
|
521
|
+
|
|
434
522
|
.cxe-flexbox-flexbox.cxs-xlarge-vspacing {
|
|
435
523
|
margin-top: -10px;
|
|
436
524
|
margin-bottom: -10px;
|
|
437
525
|
}
|
|
526
|
+
|
|
438
527
|
.cxe-flexbox-flexbox.cxs-xlarge-vspacing > * {
|
|
439
528
|
margin-top: 10px;
|
|
440
529
|
margin-bottom: 10px;
|
|
441
530
|
}
|
|
531
|
+
|
|
442
532
|
.cxe-flexbox-flexbox.cxs-align-center {
|
|
443
533
|
align-items: center;
|
|
444
534
|
}
|
|
535
|
+
|
|
445
536
|
.cxe-flexbox-flexbox.cxs-align-start {
|
|
446
537
|
align-items: flex-start;
|
|
447
538
|
}
|
|
539
|
+
|
|
448
540
|
.cxe-flexbox-flexbox.cxs-align-end {
|
|
449
541
|
align-items: flex-end;
|
|
450
542
|
}
|
|
543
|
+
|
|
451
544
|
.cxe-flexbox-flexbox.cxs-align-baseline {
|
|
452
545
|
align-items: baseline;
|
|
453
546
|
}
|
|
547
|
+
|
|
454
548
|
.cxe-flexbox-flexbox.cxs-wrap {
|
|
455
549
|
flex-wrap: wrap;
|
|
456
550
|
}
|
|
551
|
+
|
|
457
552
|
.cxe-flexbox-flexbox.cxs-justify-center {
|
|
458
553
|
justify-content: center;
|
|
459
554
|
}
|
|
555
|
+
|
|
460
556
|
.cxe-flexbox-flexbox.cxs-justify-start {
|
|
461
557
|
justify-content: flex-start;
|
|
462
558
|
}
|
|
559
|
+
|
|
463
560
|
.cxe-flexbox-flexbox.cxs-justify-end {
|
|
464
561
|
justify-content: flex-end;
|
|
465
562
|
}
|
|
563
|
+
|
|
466
564
|
.cxe-flexbox-flexbox.cxs-justify-space-between {
|
|
467
565
|
justify-content: space-between;
|
|
468
566
|
}
|
|
567
|
+
|
|
469
568
|
.cxe-flexbox-flexbox.cxs-justify-space-around {
|
|
470
569
|
justify-content: space-around;
|
|
471
570
|
}
|
|
571
|
+
|
|
472
572
|
.cxe-flexbox-flexbox.cxs-justify-space-evenly {
|
|
473
573
|
justify-content: space-evenly;
|
|
474
574
|
}
|
|
575
|
+
|
|
475
576
|
@media not screen and (min-width: 400px) {
|
|
476
577
|
.cxe-flexbox-flexbox.cxs-target-phone {
|
|
477
578
|
display: block;
|
|
@@ -727,7 +828,6 @@
|
|
|
727
828
|
margin-bottom: 20px;
|
|
728
829
|
}
|
|
729
830
|
}
|
|
730
|
-
|
|
731
831
|
.cxb-icon {
|
|
732
832
|
width: 16px;
|
|
733
833
|
height: 16px;
|
|
@@ -749,6 +849,7 @@
|
|
|
749
849
|
border-width: 1px 0 1px 0;
|
|
750
850
|
border-color: transparent;
|
|
751
851
|
}
|
|
852
|
+
|
|
752
853
|
.cxb-label.cxs-disabled {
|
|
753
854
|
color: #bdbdbd;
|
|
754
855
|
}
|
|
@@ -765,6 +866,7 @@
|
|
|
765
866
|
line-height: 0;
|
|
766
867
|
height: 28px;
|
|
767
868
|
}
|
|
869
|
+
|
|
768
870
|
.cxb-textfield.cxs-view-mode {
|
|
769
871
|
line-height: 16px;
|
|
770
872
|
padding: 5px;
|
|
@@ -789,46 +891,55 @@
|
|
|
789
891
|
color: black;
|
|
790
892
|
outline-offset: 0;
|
|
791
893
|
box-shadow: none;
|
|
792
|
-
text-overflow: ellipsis;
|
|
793
894
|
-ms-appearance: none;
|
|
794
895
|
-moz-appearance: none;
|
|
795
896
|
-webkit-appearance: none;
|
|
796
897
|
}
|
|
898
|
+
|
|
797
899
|
.cxe-textfield-input:focus {
|
|
798
900
|
border-color: rgba(77, 144, 254, 0.8);
|
|
799
901
|
outline: none;
|
|
800
902
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
801
903
|
}
|
|
904
|
+
|
|
802
905
|
.cxe-textfield-input:disabled {
|
|
803
906
|
background: rgb(235, 235, 228);
|
|
804
907
|
color: rgb(84, 84, 84);
|
|
805
908
|
pointer-events: none;
|
|
806
909
|
}
|
|
910
|
+
|
|
807
911
|
.cxs-error > .cxe-textfield-input {
|
|
808
912
|
border-color: rgba(220, 0, 9, 0.8);
|
|
809
913
|
}
|
|
914
|
+
|
|
810
915
|
.cxs-error > .cxe-textfield-input:focus {
|
|
811
916
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
812
917
|
}
|
|
918
|
+
|
|
813
919
|
.cxe-textfield-input::-webkit-input-placeholder {
|
|
814
920
|
color: rgba(128, 128, 128, 0.7);
|
|
815
921
|
opacity: 1;
|
|
816
922
|
}
|
|
923
|
+
|
|
817
924
|
.cxe-textfield-input::-moz-placeholder {
|
|
818
925
|
color: rgba(128, 128, 128, 0.7);
|
|
819
926
|
opacity: 1;
|
|
820
927
|
}
|
|
928
|
+
|
|
821
929
|
.cxe-textfield-input:-ms-input-placeholder {
|
|
822
930
|
color: rgba(128, 128, 128, 0.7);
|
|
823
931
|
opacity: 1;
|
|
824
932
|
}
|
|
933
|
+
|
|
825
934
|
.cxe-textfield-input::-ms-clear {
|
|
826
935
|
width: 0;
|
|
827
936
|
height: 0;
|
|
828
937
|
}
|
|
938
|
+
|
|
829
939
|
.cxs-icon > .cxe-textfield-input {
|
|
830
940
|
padding-left: 26px;
|
|
831
941
|
}
|
|
942
|
+
|
|
832
943
|
.cxs-clear > .cxe-textfield-input {
|
|
833
944
|
padding-right: 22px;
|
|
834
945
|
}
|
|
@@ -847,9 +958,11 @@
|
|
|
847
958
|
opacity: 0.6;
|
|
848
959
|
text-align: center;
|
|
849
960
|
}
|
|
961
|
+
|
|
850
962
|
.cxe-textfield-left-icon:hover {
|
|
851
963
|
opacity: 1;
|
|
852
964
|
}
|
|
965
|
+
|
|
853
966
|
.cxe-textfield-clear {
|
|
854
967
|
display: block;
|
|
855
968
|
position: absolute;
|
|
@@ -864,9 +977,11 @@
|
|
|
864
977
|
border-radius: 0;
|
|
865
978
|
text-align: center;
|
|
866
979
|
}
|
|
980
|
+
|
|
867
981
|
.cxe-textfield-clear:hover {
|
|
868
982
|
background-color: rgba(128, 128, 128, 0.2);
|
|
869
983
|
}
|
|
984
|
+
|
|
870
985
|
.cxe-textfield-icon {
|
|
871
986
|
display: block;
|
|
872
987
|
position: absolute;
|
|
@@ -892,6 +1007,7 @@
|
|
|
892
1007
|
line-height: 0;
|
|
893
1008
|
height: 28px;
|
|
894
1009
|
}
|
|
1010
|
+
|
|
895
1011
|
.cxb-numberfield.cxs-view-mode {
|
|
896
1012
|
line-height: 16px;
|
|
897
1013
|
padding: 5px;
|
|
@@ -916,47 +1032,56 @@
|
|
|
916
1032
|
color: black;
|
|
917
1033
|
outline-offset: 0;
|
|
918
1034
|
box-shadow: none;
|
|
919
|
-
text-overflow: ellipsis;
|
|
920
1035
|
-ms-appearance: none;
|
|
921
1036
|
-moz-appearance: none;
|
|
922
1037
|
-webkit-appearance: none;
|
|
923
1038
|
}
|
|
1039
|
+
|
|
924
1040
|
.cxe-numberfield-input:focus {
|
|
925
1041
|
border-color: rgba(77, 144, 254, 0.8);
|
|
926
1042
|
outline: none;
|
|
927
1043
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
928
1044
|
}
|
|
1045
|
+
|
|
929
1046
|
.cxe-numberfield-input:disabled {
|
|
930
1047
|
background: rgb(235, 235, 228);
|
|
931
1048
|
color: rgb(84, 84, 84);
|
|
932
1049
|
pointer-events: none;
|
|
933
1050
|
}
|
|
1051
|
+
|
|
934
1052
|
.cxs-error > .cxe-numberfield-input {
|
|
935
1053
|
border-color: rgba(220, 0, 9, 0.8);
|
|
936
1054
|
}
|
|
1055
|
+
|
|
937
1056
|
.cxs-error > .cxe-numberfield-input:focus {
|
|
938
1057
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
939
1058
|
}
|
|
1059
|
+
|
|
940
1060
|
.cxe-numberfield-input::-webkit-input-placeholder {
|
|
941
1061
|
color: rgba(128, 128, 128, 0.7);
|
|
942
1062
|
opacity: 1;
|
|
943
1063
|
}
|
|
1064
|
+
|
|
944
1065
|
.cxe-numberfield-input::-moz-placeholder {
|
|
945
1066
|
color: rgba(128, 128, 128, 0.7);
|
|
946
1067
|
opacity: 1;
|
|
947
1068
|
}
|
|
1069
|
+
|
|
948
1070
|
.cxe-numberfield-input:-ms-input-placeholder {
|
|
949
1071
|
color: rgba(128, 128, 128, 0.7);
|
|
950
1072
|
opacity: 1;
|
|
951
1073
|
}
|
|
1074
|
+
|
|
952
1075
|
.cxe-numberfield-input::-ms-clear {
|
|
953
1076
|
width: 0;
|
|
954
1077
|
height: 0;
|
|
955
1078
|
}
|
|
1079
|
+
|
|
956
1080
|
.cxe-numberfield-input::-webkit-inner-spin-button, .cxe-numberfield-input::-webkit-outer-spin-button {
|
|
957
1081
|
-webkit-appearance: none;
|
|
958
1082
|
margin: 0;
|
|
959
1083
|
}
|
|
1084
|
+
|
|
960
1085
|
.cxs-icon > .cxe-numberfield-input {
|
|
961
1086
|
padding-left: 26px;
|
|
962
1087
|
}
|
|
@@ -976,9 +1101,11 @@
|
|
|
976
1101
|
text-align: center;
|
|
977
1102
|
cursor: pointer;
|
|
978
1103
|
}
|
|
1104
|
+
|
|
979
1105
|
.cxe-numberfield-tool:hover {
|
|
980
1106
|
opacity: 1;
|
|
981
1107
|
}
|
|
1108
|
+
|
|
982
1109
|
.cxe-numberfield-icon {
|
|
983
1110
|
display: block;
|
|
984
1111
|
position: absolute;
|
|
@@ -1006,9 +1133,11 @@
|
|
|
1006
1133
|
opacity: 0.6;
|
|
1007
1134
|
text-align: center;
|
|
1008
1135
|
}
|
|
1136
|
+
|
|
1009
1137
|
.cxe-numberfield-left-icon:hover {
|
|
1010
1138
|
opacity: 1;
|
|
1011
1139
|
}
|
|
1140
|
+
|
|
1012
1141
|
.cxe-numberfield-clear {
|
|
1013
1142
|
display: block;
|
|
1014
1143
|
position: absolute;
|
|
@@ -1023,9 +1152,11 @@
|
|
|
1023
1152
|
border-radius: 0;
|
|
1024
1153
|
text-align: center;
|
|
1025
1154
|
}
|
|
1155
|
+
|
|
1026
1156
|
.cxe-numberfield-clear:hover {
|
|
1027
1157
|
background-color: rgba(128, 128, 128, 0.2);
|
|
1028
1158
|
}
|
|
1159
|
+
|
|
1029
1160
|
.cxe-numberfield-empty-text {
|
|
1030
1161
|
color: rgba(128, 128, 128, 0.7);
|
|
1031
1162
|
}
|
|
@@ -1033,7 +1164,6 @@
|
|
|
1033
1164
|
.cxb-calendar {
|
|
1034
1165
|
display: inline-block;
|
|
1035
1166
|
vertical-align: middle;
|
|
1036
|
-
width: 18em;
|
|
1037
1167
|
overflow-y: auto;
|
|
1038
1168
|
box-sizing: border-box;
|
|
1039
1169
|
line-height: 16px;
|
|
@@ -1048,26 +1178,33 @@
|
|
|
1048
1178
|
color: black;
|
|
1049
1179
|
outline-offset: 0;
|
|
1050
1180
|
box-shadow: none;
|
|
1051
|
-
text-overflow: ellipsis;
|
|
1052
1181
|
-ms-appearance: none;
|
|
1053
1182
|
-moz-appearance: none;
|
|
1054
1183
|
-webkit-appearance: none;
|
|
1184
|
+
width: 18em;
|
|
1055
1185
|
}
|
|
1186
|
+
|
|
1056
1187
|
.cxb-calendar:focus {
|
|
1057
1188
|
border-color: rgba(77, 144, 254, 0.8);
|
|
1058
1189
|
outline: none;
|
|
1059
1190
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
1060
1191
|
}
|
|
1192
|
+
|
|
1061
1193
|
.cxb-calendar.cxs-error {
|
|
1062
1194
|
border-color: rgba(220, 0, 9, 0.8);
|
|
1063
1195
|
}
|
|
1196
|
+
|
|
1064
1197
|
.cxb-calendar.cxs-error:focus {
|
|
1065
1198
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
1066
1199
|
}
|
|
1200
|
+
|
|
1067
1201
|
.cxb-calendar table {
|
|
1068
1202
|
border-spacing: 0;
|
|
1069
1203
|
width: 100%;
|
|
1204
|
+
border-collapse: separate;
|
|
1205
|
+
font-size: inherit;
|
|
1070
1206
|
}
|
|
1207
|
+
|
|
1071
1208
|
.cxb-calendar td,
|
|
1072
1209
|
.cxb-calendar th {
|
|
1073
1210
|
text-align: center;
|
|
@@ -1075,54 +1212,67 @@
|
|
|
1075
1212
|
line-height: 2em;
|
|
1076
1213
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1077
1214
|
}
|
|
1215
|
+
|
|
1078
1216
|
.cxb-calendar th {
|
|
1079
1217
|
font-weight: 500;
|
|
1218
|
+
font-size: inherit;
|
|
1080
1219
|
}
|
|
1220
|
+
|
|
1081
1221
|
.cxb-calendar tbody td {
|
|
1082
1222
|
user-select: none;
|
|
1083
1223
|
font-size: 13px;
|
|
1084
1224
|
background-color: transparent;
|
|
1085
1225
|
border-radius: 0;
|
|
1086
1226
|
}
|
|
1227
|
+
|
|
1087
1228
|
.cxb-calendar .cxe-calendar-header {
|
|
1088
1229
|
font-size: 13px;
|
|
1089
1230
|
font-weight: 500;
|
|
1090
1231
|
color: #373a3c;
|
|
1091
1232
|
background-color: transparent;
|
|
1092
1233
|
}
|
|
1234
|
+
|
|
1093
1235
|
.cxb-calendar td.cxs-today {
|
|
1094
1236
|
background-color: rgba(220, 250, 183, 0.5);
|
|
1095
1237
|
}
|
|
1238
|
+
|
|
1096
1239
|
.cxb-calendar td.cxs-today:hover {
|
|
1097
1240
|
background-color: rgba(128, 128, 128, 0.1);
|
|
1098
1241
|
outline: none;
|
|
1099
1242
|
cursor: pointer;
|
|
1100
1243
|
}
|
|
1244
|
+
|
|
1101
1245
|
.cxb-calendar td.cxs-outside {
|
|
1102
1246
|
color: rgba(0, 0, 0, 0.3);
|
|
1103
1247
|
}
|
|
1248
|
+
|
|
1104
1249
|
.cxb-calendar td.cxs-unselectable {
|
|
1105
1250
|
cursor: default;
|
|
1106
1251
|
opacity: 0.5;
|
|
1107
1252
|
pointer-events: none;
|
|
1108
1253
|
}
|
|
1254
|
+
|
|
1109
1255
|
.cxb-calendar td.cxs-cursor,
|
|
1110
1256
|
.cxb-calendar .cxe-calendar-header td:hover {
|
|
1111
1257
|
background-color: rgba(128, 128, 128, 0.1);
|
|
1112
1258
|
outline: none;
|
|
1113
1259
|
cursor: pointer;
|
|
1114
1260
|
}
|
|
1261
|
+
|
|
1115
1262
|
.cxb-calendar td.cxs-selected {
|
|
1116
1263
|
background-color: rgba(123, 190, 255, 0.4);
|
|
1117
1264
|
}
|
|
1265
|
+
|
|
1118
1266
|
.cxb-calendar:not(.cxs-disabled) td {
|
|
1119
1267
|
cursor: pointer;
|
|
1120
1268
|
}
|
|
1269
|
+
|
|
1121
1270
|
.cxb-calendar td:not(.cxe-calendar-year-option):first-child,
|
|
1122
1271
|
.cxb-calendar td:not(.cxe-calendar-year-option):last-child {
|
|
1123
1272
|
display: none;
|
|
1124
1273
|
pointer-events: none;
|
|
1125
1274
|
}
|
|
1275
|
+
|
|
1126
1276
|
.cxb-calendar.cxs-disabled {
|
|
1127
1277
|
background-color: transparent;
|
|
1128
1278
|
border-color: transparent;
|
|
@@ -1150,6 +1300,7 @@
|
|
|
1150
1300
|
.cxe-calendar-year-name {
|
|
1151
1301
|
cursor: pointer;
|
|
1152
1302
|
}
|
|
1303
|
+
|
|
1153
1304
|
.cxe-calendar-year-picker {
|
|
1154
1305
|
user-select: none;
|
|
1155
1306
|
overflow-y: scroll;
|
|
@@ -1157,20 +1308,24 @@
|
|
|
1157
1308
|
max-height: 24em;
|
|
1158
1309
|
height: auto;
|
|
1159
1310
|
}
|
|
1311
|
+
|
|
1160
1312
|
.cxe-calendar-year-option {
|
|
1161
1313
|
cursor: pointer;
|
|
1162
1314
|
font-size: 13px;
|
|
1163
1315
|
background-color: transparent;
|
|
1164
1316
|
border-radius: 0;
|
|
1165
1317
|
}
|
|
1318
|
+
|
|
1166
1319
|
.cxe-calendar-year-option.cxs-active {
|
|
1167
1320
|
background-color: rgba(220, 250, 183, 0.5);
|
|
1168
1321
|
}
|
|
1322
|
+
|
|
1169
1323
|
.cxe-calendar-year-option:hover {
|
|
1170
1324
|
background-color: rgba(128, 128, 128, 0.1);
|
|
1171
1325
|
outline: none;
|
|
1172
1326
|
cursor: pointer;
|
|
1173
1327
|
}
|
|
1328
|
+
|
|
1174
1329
|
.cxe-calendar-year-option.cxs-selected {
|
|
1175
1330
|
background-color: rgba(123, 190, 255, 0.4);
|
|
1176
1331
|
}
|
|
@@ -1206,6 +1361,7 @@ th.cxe-calendar-display {
|
|
|
1206
1361
|
display: inline-block;
|
|
1207
1362
|
box-sizing: border-box;
|
|
1208
1363
|
}
|
|
1364
|
+
|
|
1209
1365
|
.cxb-lookupfield.cxs-view-mode {
|
|
1210
1366
|
line-height: 16px;
|
|
1211
1367
|
padding: 5px;
|
|
@@ -1213,13 +1369,16 @@ th.cxe-calendar-display {
|
|
|
1213
1369
|
border-style: solid;
|
|
1214
1370
|
border-color: transparent;
|
|
1215
1371
|
}
|
|
1372
|
+
|
|
1216
1373
|
.cxb-lookupfield.cxs-multiple {
|
|
1217
1374
|
min-width: 180px;
|
|
1218
1375
|
width: auto;
|
|
1219
1376
|
}
|
|
1377
|
+
|
|
1220
1378
|
.cxb-lookupfield.cxs-readonly {
|
|
1221
1379
|
pointer-events: none;
|
|
1222
1380
|
}
|
|
1381
|
+
|
|
1223
1382
|
.cxb-lookupfield.cxs-readonly > .cxe-lookupfield-input {
|
|
1224
1383
|
padding-right: 5px;
|
|
1225
1384
|
}
|
|
@@ -1241,52 +1400,63 @@ th.cxe-calendar-display {
|
|
|
1241
1400
|
-ms-appearance: none;
|
|
1242
1401
|
-moz-appearance: none;
|
|
1243
1402
|
-webkit-appearance: none;
|
|
1244
|
-
|
|
1403
|
+
width: 100%;
|
|
1404
|
+
display: inline-flex;
|
|
1245
1405
|
}
|
|
1406
|
+
|
|
1246
1407
|
.cxe-lookupfield-input:focus {
|
|
1247
1408
|
border-color: rgba(77, 144, 254, 0.8);
|
|
1248
1409
|
outline: none;
|
|
1249
1410
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
1250
1411
|
}
|
|
1412
|
+
|
|
1251
1413
|
.cxs-disabled > .cxe-lookupfield-input {
|
|
1252
1414
|
background: rgb(235, 235, 228);
|
|
1253
1415
|
color: rgb(84, 84, 84);
|
|
1254
1416
|
pointer-events: none;
|
|
1255
1417
|
}
|
|
1418
|
+
|
|
1256
1419
|
.cxs-error > .cxe-lookupfield-input {
|
|
1257
1420
|
border-color: rgba(220, 0, 9, 0.8);
|
|
1258
1421
|
}
|
|
1422
|
+
|
|
1259
1423
|
.cxs-error > .cxe-lookupfield-input:focus {
|
|
1260
1424
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
1261
1425
|
}
|
|
1262
|
-
|
|
1263
|
-
padding: 0 24px 3px 0;
|
|
1264
|
-
align-items: center;
|
|
1265
|
-
flex-wrap: wrap;
|
|
1266
|
-
display: flex;
|
|
1267
|
-
}
|
|
1426
|
+
|
|
1268
1427
|
.cxs-single > .cxe-lookupfield-input {
|
|
1269
1428
|
overflow: hidden;
|
|
1270
1429
|
text-overflow: ellipsis;
|
|
1271
1430
|
white-space: nowrap;
|
|
1272
|
-
display: block;
|
|
1273
1431
|
flex-basis: 0%;
|
|
1274
1432
|
flex-grow: 1;
|
|
1275
1433
|
}
|
|
1434
|
+
|
|
1276
1435
|
.cxs-icon > .cxe-lookupfield-input {
|
|
1277
1436
|
padding-left: 26px;
|
|
1278
1437
|
}
|
|
1279
1438
|
|
|
1439
|
+
.cxe-lookupfield-tags {
|
|
1440
|
+
display: flex;
|
|
1441
|
+
margin: -2px -2px -2px -2px;
|
|
1442
|
+
align-items: center;
|
|
1443
|
+
flex-wrap: wrap;
|
|
1444
|
+
gap: 3px;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1280
1447
|
.cxe-lookupfield-tag {
|
|
1281
1448
|
display: inline-block;
|
|
1282
1449
|
position: relative;
|
|
1283
1450
|
box-sizing: border-box;
|
|
1284
1451
|
background-color: #eee;
|
|
1285
|
-
margin: 3px 0 0 3px;
|
|
1286
1452
|
padding: 2px;
|
|
1287
1453
|
padding-right: 18px;
|
|
1288
1454
|
border-radius: 0;
|
|
1455
|
+
border-width: 1px;
|
|
1456
|
+
border-style: solid;
|
|
1457
|
+
border-color: #ccc;
|
|
1289
1458
|
}
|
|
1459
|
+
|
|
1290
1460
|
.cxe-lookupfield-tag.cxs-readonly {
|
|
1291
1461
|
padding-right: 5px;
|
|
1292
1462
|
pointer-events: none;
|
|
@@ -1295,12 +1465,6 @@ th.cxe-calendar-display {
|
|
|
1295
1465
|
.cxe-lookupfield-placeholder {
|
|
1296
1466
|
color: rgba(128, 128, 128, 0.7);
|
|
1297
1467
|
}
|
|
1298
|
-
.cxb-lookupfield.cxs-multiple .cxe-lookupfield-placeholder {
|
|
1299
|
-
display: inline-block;
|
|
1300
|
-
margin: 3px 0 0 3px;
|
|
1301
|
-
box-sizing: border-box;
|
|
1302
|
-
padding: 2px 2px 2px 2px;
|
|
1303
|
-
}
|
|
1304
1468
|
|
|
1305
1469
|
.cxe-lookupfield-tag-value {
|
|
1306
1470
|
padding: 0 3px;
|
|
@@ -1321,9 +1485,11 @@ th.cxe-calendar-display {
|
|
|
1321
1485
|
border-radius: 0;
|
|
1322
1486
|
text-align: center;
|
|
1323
1487
|
}
|
|
1488
|
+
|
|
1324
1489
|
.cxe-lookupfield-tag-clear:hover {
|
|
1325
1490
|
background-color: rgba(128, 128, 128, 0.2);
|
|
1326
1491
|
}
|
|
1492
|
+
|
|
1327
1493
|
.cxe-lookupfield-lookup-options {
|
|
1328
1494
|
padding: 0;
|
|
1329
1495
|
margin: 0;
|
|
@@ -1347,7 +1513,6 @@ th.cxe-calendar-display {
|
|
|
1347
1513
|
color: black;
|
|
1348
1514
|
outline-offset: 0;
|
|
1349
1515
|
box-shadow: none;
|
|
1350
|
-
text-overflow: ellipsis;
|
|
1351
1516
|
-ms-appearance: none;
|
|
1352
1517
|
-moz-appearance: none;
|
|
1353
1518
|
-webkit-appearance: none;
|
|
@@ -1355,38 +1520,47 @@ th.cxe-calendar-display {
|
|
|
1355
1520
|
flex: 0 0 auto;
|
|
1356
1521
|
height: auto;
|
|
1357
1522
|
}
|
|
1523
|
+
|
|
1358
1524
|
.cxe-lookupfield-query:focus {
|
|
1359
1525
|
border-color: rgba(77, 144, 254, 0.8);
|
|
1360
1526
|
outline: none;
|
|
1361
1527
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
1362
1528
|
}
|
|
1529
|
+
|
|
1363
1530
|
.cxe-lookupfield-query:disabled {
|
|
1364
1531
|
background: rgb(235, 235, 228);
|
|
1365
1532
|
color: rgb(84, 84, 84);
|
|
1366
1533
|
pointer-events: none;
|
|
1367
1534
|
}
|
|
1535
|
+
|
|
1368
1536
|
.cxs-error > .cxe-lookupfield-query {
|
|
1369
1537
|
border-color: rgba(220, 0, 9, 0.8);
|
|
1370
1538
|
}
|
|
1539
|
+
|
|
1371
1540
|
.cxs-error > .cxe-lookupfield-query:focus {
|
|
1372
1541
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
1373
1542
|
}
|
|
1543
|
+
|
|
1374
1544
|
.cxe-lookupfield-query::-webkit-input-placeholder {
|
|
1375
1545
|
color: rgba(128, 128, 128, 0.7);
|
|
1376
1546
|
opacity: 1;
|
|
1377
1547
|
}
|
|
1548
|
+
|
|
1378
1549
|
.cxe-lookupfield-query::-moz-placeholder {
|
|
1379
1550
|
color: rgba(128, 128, 128, 0.7);
|
|
1380
1551
|
opacity: 1;
|
|
1381
1552
|
}
|
|
1553
|
+
|
|
1382
1554
|
.cxe-lookupfield-query:-ms-input-placeholder {
|
|
1383
1555
|
color: rgba(128, 128, 128, 0.7);
|
|
1384
1556
|
opacity: 1;
|
|
1385
1557
|
}
|
|
1558
|
+
|
|
1386
1559
|
.cxe-lookupfield-query::-ms-clear {
|
|
1387
1560
|
width: 0;
|
|
1388
1561
|
height: 0;
|
|
1389
1562
|
}
|
|
1563
|
+
|
|
1390
1564
|
.cxs-place-up-right .cxe-lookupfield-query, .cxs-place-up .cxe-lookupfield-query, .cxs-place-up-left .cxe-lookupfield-query {
|
|
1391
1565
|
order: 1;
|
|
1392
1566
|
}
|
|
@@ -1396,6 +1570,7 @@ th.cxe-calendar-display {
|
|
|
1396
1570
|
flex-direction: column;
|
|
1397
1571
|
height: 100%;
|
|
1398
1572
|
}
|
|
1573
|
+
|
|
1399
1574
|
.cxe-lookupfield-dropdown:focus {
|
|
1400
1575
|
outline: none;
|
|
1401
1576
|
}
|
|
@@ -1406,6 +1581,7 @@ th.cxe-calendar-display {
|
|
|
1406
1581
|
color: gray;
|
|
1407
1582
|
font-style: italic;
|
|
1408
1583
|
}
|
|
1584
|
+
|
|
1409
1585
|
.cxe-lookupfield-message.cxs-error {
|
|
1410
1586
|
color: #9e2f2d;
|
|
1411
1587
|
}
|
|
@@ -1429,9 +1605,11 @@ th.cxe-calendar-display {
|
|
|
1429
1605
|
border-radius: 0;
|
|
1430
1606
|
text-align: center;
|
|
1431
1607
|
}
|
|
1608
|
+
|
|
1432
1609
|
.cxe-lookupfield-clear:hover {
|
|
1433
1610
|
background-color: rgba(128, 128, 128, 0.2);
|
|
1434
1611
|
}
|
|
1612
|
+
|
|
1435
1613
|
.cxe-lookupfield-tool {
|
|
1436
1614
|
display: block;
|
|
1437
1615
|
position: absolute;
|
|
@@ -1446,15 +1624,18 @@ th.cxe-calendar-display {
|
|
|
1446
1624
|
text-align: center;
|
|
1447
1625
|
cursor: pointer;
|
|
1448
1626
|
}
|
|
1627
|
+
|
|
1449
1628
|
.cxe-lookupfield-tool:hover {
|
|
1450
1629
|
opacity: 1;
|
|
1451
1630
|
}
|
|
1631
|
+
|
|
1452
1632
|
.cxs-disabled > .cxe-lookupfield-tool {
|
|
1453
1633
|
border-width: 0;
|
|
1454
1634
|
background: rgb(235, 235, 228);
|
|
1455
1635
|
color: rgb(84, 84, 84);
|
|
1456
1636
|
pointer-events: none;
|
|
1457
1637
|
}
|
|
1638
|
+
|
|
1458
1639
|
.cxe-lookupfield-left-icon {
|
|
1459
1640
|
display: block;
|
|
1460
1641
|
position: absolute;
|
|
@@ -1468,9 +1649,11 @@ th.cxe-calendar-display {
|
|
|
1468
1649
|
opacity: 0.6;
|
|
1469
1650
|
text-align: center;
|
|
1470
1651
|
}
|
|
1652
|
+
|
|
1471
1653
|
.cxe-lookupfield-left-icon:hover {
|
|
1472
1654
|
opacity: 1;
|
|
1473
1655
|
}
|
|
1656
|
+
|
|
1474
1657
|
.cxe-lookupfield-icon {
|
|
1475
1658
|
display: block;
|
|
1476
1659
|
position: absolute;
|
|
@@ -1488,173 +1671,26 @@ th.cxe-calendar-display {
|
|
|
1488
1671
|
color: rgba(128, 128, 128, 0.7);
|
|
1489
1672
|
}
|
|
1490
1673
|
|
|
1491
|
-
.cxb-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
border-color: #bfbfbf;
|
|
1499
|
-
border-width: 0;
|
|
1500
|
-
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29);
|
|
1501
|
-
white-space: normal;
|
|
1502
|
-
font-weight: normal;
|
|
1503
|
-
font-size: 14px;
|
|
1504
|
-
text-align: left;
|
|
1505
|
-
line-height: normal;
|
|
1506
|
-
}
|
|
1507
|
-
.cxb-dropdown.cxs-place-screen-center {
|
|
1508
|
-
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29), 0 0 1000px 1000px rgba(128, 128, 128, 0.3);
|
|
1674
|
+
.cxb-select {
|
|
1675
|
+
position: relative;
|
|
1676
|
+
display: inline-block;
|
|
1677
|
+
box-sizing: border-box;
|
|
1678
|
+
width: 180px;
|
|
1679
|
+
line-height: 0;
|
|
1680
|
+
height: 28px;
|
|
1509
1681
|
}
|
|
1510
|
-
|
|
1682
|
+
|
|
1683
|
+
.cxb-select.cxs-view-mode {
|
|
1684
|
+
line-height: 16px;
|
|
1511
1685
|
padding: 5px;
|
|
1686
|
+
border-width: 1px;
|
|
1687
|
+
border-style: solid;
|
|
1688
|
+
border-color: transparent;
|
|
1512
1689
|
}
|
|
1513
1690
|
|
|
1514
|
-
.cxe-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
height: 1px;
|
|
1518
|
-
visibility: hidden;
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
.cxe-dropdown-arrow-border,
|
|
1522
|
-
.cxe-dropdown-arrow-fill {
|
|
1523
|
-
border-style: solid;
|
|
1524
|
-
border-color: transparent;
|
|
1525
|
-
content: " ";
|
|
1526
|
-
height: 0;
|
|
1527
|
-
width: 0;
|
|
1528
|
-
position: absolute;
|
|
1529
|
-
pointer-events: none;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
.cxe-dropdown-arrow-border {
|
|
1533
|
-
color: #bfbfbf;
|
|
1534
|
-
border-width: 6px;
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
.cxe-dropdown-arrow-fill {
|
|
1538
|
-
color: white;
|
|
1539
|
-
border-width: 6px;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
.cxs-place-right > .cxe-dropdown-arrow-fill,
|
|
1543
|
-
.cxs-place-right-up > .cxe-dropdown-arrow-fill,
|
|
1544
|
-
.cxs-place-right-down > .cxe-dropdown-arrow-fill {
|
|
1545
|
-
right: 100%;
|
|
1546
|
-
top: 50%;
|
|
1547
|
-
border-right-color: currentColor;
|
|
1548
|
-
margin-top: -6px;
|
|
1549
|
-
}
|
|
1550
|
-
.cxs-place-right > .cxe-dropdown-arrow-border,
|
|
1551
|
-
.cxs-place-right-up > .cxe-dropdown-arrow-border,
|
|
1552
|
-
.cxs-place-right-down > .cxe-dropdown-arrow-border {
|
|
1553
|
-
right: 100%;
|
|
1554
|
-
top: 50%;
|
|
1555
|
-
border-right-color: currentColor;
|
|
1556
|
-
margin-top: -6px;
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
.cxs-place-left > .cxe-dropdown-arrow-fill,
|
|
1560
|
-
.cxs-place-left-down > .cxe-dropdown-arrow-fill,
|
|
1561
|
-
.cxs-place-left-up > .cxe-dropdown-arrow-fill {
|
|
1562
|
-
left: 100%;
|
|
1563
|
-
top: 50%;
|
|
1564
|
-
border-left-color: currentColor;
|
|
1565
|
-
margin-top: -6px;
|
|
1566
|
-
}
|
|
1567
|
-
.cxs-place-left > .cxe-dropdown-arrow-border,
|
|
1568
|
-
.cxs-place-left-down > .cxe-dropdown-arrow-border,
|
|
1569
|
-
.cxs-place-left-up > .cxe-dropdown-arrow-border {
|
|
1570
|
-
left: 100%;
|
|
1571
|
-
top: 50%;
|
|
1572
|
-
border-left-color: currentColor;
|
|
1573
|
-
margin-top: -6px;
|
|
1574
|
-
}
|
|
1575
|
-
|
|
1576
|
-
.cxs-place-right-down > .cxe-dropdown-arrow-fill,
|
|
1577
|
-
.cxs-place-left-down > .cxe-dropdown-arrow-fill {
|
|
1578
|
-
top: 16px;
|
|
1579
|
-
}
|
|
1580
|
-
.cxs-place-right-down > .cxe-dropdown-arrow-border,
|
|
1581
|
-
.cxs-place-left-down > .cxe-dropdown-arrow-border {
|
|
1582
|
-
top: 16px;
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
.cxs-place-right-up > .cxe-dropdown-arrow-fill, .cxs-place-right-up > .cxe-dropdown-arrow-border,
|
|
1586
|
-
.cxs-place-left-up > .cxe-dropdown-arrow-fill,
|
|
1587
|
-
.cxs-place-left-up > .cxe-dropdown-arrow-border {
|
|
1588
|
-
top: calc(100% + -16px);
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
.cxs-place-up > .cxe-dropdown-arrow-fill,
|
|
1592
|
-
.cxs-place-up-left > .cxe-dropdown-arrow-fill,
|
|
1593
|
-
.cxs-place-up-right > .cxe-dropdown-arrow-fill {
|
|
1594
|
-
left: 50%;
|
|
1595
|
-
top: 100%;
|
|
1596
|
-
border-top-color: currentColor;
|
|
1597
|
-
margin-left: -6px;
|
|
1598
|
-
}
|
|
1599
|
-
.cxs-place-up > .cxe-dropdown-arrow-border,
|
|
1600
|
-
.cxs-place-up-left > .cxe-dropdown-arrow-border,
|
|
1601
|
-
.cxs-place-up-right > .cxe-dropdown-arrow-border {
|
|
1602
|
-
left: 50%;
|
|
1603
|
-
top: 100%;
|
|
1604
|
-
border-top-color: currentColor;
|
|
1605
|
-
margin-left: -6px;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
.cxs-place-down > .cxe-dropdown-arrow-fill,
|
|
1609
|
-
.cxs-place-down-left > .cxe-dropdown-arrow-fill,
|
|
1610
|
-
.cxs-place-down-right > .cxe-dropdown-arrow-fill {
|
|
1611
|
-
left: 50%;
|
|
1612
|
-
bottom: 100%;
|
|
1613
|
-
border-bottom-color: currentColor;
|
|
1614
|
-
margin-left: -6px;
|
|
1615
|
-
}
|
|
1616
|
-
.cxs-place-down > .cxe-dropdown-arrow-border,
|
|
1617
|
-
.cxs-place-down-left > .cxe-dropdown-arrow-border,
|
|
1618
|
-
.cxs-place-down-right > .cxe-dropdown-arrow-border {
|
|
1619
|
-
left: 50%;
|
|
1620
|
-
bottom: 100%;
|
|
1621
|
-
border-bottom-color: currentColor;
|
|
1622
|
-
margin-left: -6px;
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
.cxs-place-down-right > .cxe-dropdown-arrow-fill, .cxs-place-down-right > .cxe-dropdown-arrow-border,
|
|
1626
|
-
.cxs-place-up-right > .cxe-dropdown-arrow-fill,
|
|
1627
|
-
.cxs-place-up-right > .cxe-dropdown-arrow-border {
|
|
1628
|
-
left: 16px;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
.cxs-place-down-left > .cxe-dropdown-arrow-fill,
|
|
1632
|
-
.cxs-place-up-left > .cxe-dropdown-arrow-fill {
|
|
1633
|
-
left: calc(100% + -16px);
|
|
1634
|
-
}
|
|
1635
|
-
.cxs-place-down-left > .cxe-dropdown-arrow-border,
|
|
1636
|
-
.cxs-place-up-left > .cxe-dropdown-arrow-border {
|
|
1637
|
-
left: calc(100% + -16px);
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.cxb-select {
|
|
1641
|
-
position: relative;
|
|
1642
|
-
display: inline-block;
|
|
1643
|
-
box-sizing: border-box;
|
|
1644
|
-
width: 180px;
|
|
1645
|
-
line-height: 0;
|
|
1646
|
-
height: 28px;
|
|
1647
|
-
}
|
|
1648
|
-
.cxb-select.cxs-view-mode {
|
|
1649
|
-
line-height: 16px;
|
|
1650
|
-
padding: 5px;
|
|
1651
|
-
border-width: 1px;
|
|
1652
|
-
border-style: solid;
|
|
1653
|
-
border-color: transparent;
|
|
1654
|
-
}
|
|
1655
|
-
.cxb-select .cxe-select-left-icon {
|
|
1656
|
-
pointer-events: none;
|
|
1657
|
-
display: block;
|
|
1691
|
+
.cxb-select .cxe-select-left-icon {
|
|
1692
|
+
pointer-events: none;
|
|
1693
|
+
display: block;
|
|
1658
1694
|
position: absolute;
|
|
1659
1695
|
font-size: 16px;
|
|
1660
1696
|
left: 6px;
|
|
@@ -1666,9 +1702,11 @@ th.cxe-calendar-display {
|
|
|
1666
1702
|
opacity: 0.6;
|
|
1667
1703
|
text-align: center;
|
|
1668
1704
|
}
|
|
1705
|
+
|
|
1669
1706
|
.cxb-select .cxe-select-left-icon:hover {
|
|
1670
1707
|
opacity: 1;
|
|
1671
1708
|
}
|
|
1709
|
+
|
|
1672
1710
|
.cxe-select-select {
|
|
1673
1711
|
box-sizing: border-box;
|
|
1674
1712
|
width: 100%;
|
|
@@ -1685,55 +1723,66 @@ th.cxe-calendar-display {
|
|
|
1685
1723
|
color: black;
|
|
1686
1724
|
outline-offset: 0;
|
|
1687
1725
|
box-shadow: none;
|
|
1688
|
-
text-overflow: ellipsis;
|
|
1689
1726
|
-ms-appearance: none;
|
|
1690
1727
|
-moz-appearance: none;
|
|
1691
1728
|
-webkit-appearance: none;
|
|
1692
1729
|
}
|
|
1730
|
+
|
|
1693
1731
|
.cxe-select-select:focus {
|
|
1694
1732
|
border-color: rgba(77, 144, 254, 0.8);
|
|
1695
1733
|
outline: none;
|
|
1696
1734
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
1697
1735
|
}
|
|
1736
|
+
|
|
1698
1737
|
.cxe-select-select:disabled {
|
|
1699
1738
|
background: rgb(235, 235, 228);
|
|
1700
1739
|
color: rgb(84, 84, 84);
|
|
1701
1740
|
pointer-events: none;
|
|
1702
1741
|
}
|
|
1742
|
+
|
|
1703
1743
|
.cxs-error > .cxe-select-select {
|
|
1704
1744
|
border-color: rgba(220, 0, 9, 0.8);
|
|
1705
1745
|
}
|
|
1746
|
+
|
|
1706
1747
|
.cxs-error > .cxe-select-select:focus {
|
|
1707
1748
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
1708
1749
|
}
|
|
1750
|
+
|
|
1709
1751
|
.cxe-select-select::-webkit-input-placeholder {
|
|
1710
1752
|
color: rgba(128, 128, 128, 0.7);
|
|
1711
1753
|
opacity: 1;
|
|
1712
1754
|
}
|
|
1755
|
+
|
|
1713
1756
|
.cxe-select-select::-moz-placeholder {
|
|
1714
1757
|
color: rgba(128, 128, 128, 0.7);
|
|
1715
1758
|
opacity: 1;
|
|
1716
1759
|
}
|
|
1760
|
+
|
|
1717
1761
|
.cxe-select-select:-ms-input-placeholder {
|
|
1718
1762
|
color: rgba(128, 128, 128, 0.7);
|
|
1719
1763
|
opacity: 1;
|
|
1720
1764
|
}
|
|
1765
|
+
|
|
1721
1766
|
.cxe-select-select::-ms-clear {
|
|
1722
1767
|
width: 0;
|
|
1723
1768
|
height: 0;
|
|
1724
1769
|
}
|
|
1770
|
+
|
|
1725
1771
|
.cxs-icon > .cxe-select-select {
|
|
1726
1772
|
padding-left: 26px;
|
|
1727
1773
|
}
|
|
1774
|
+
|
|
1728
1775
|
.cxs-empty > .cxe-select-select {
|
|
1729
1776
|
color: rgba(128, 128, 128, 0.7);
|
|
1730
1777
|
opacity: 1;
|
|
1731
1778
|
}
|
|
1779
|
+
|
|
1732
1780
|
.cxe-select-select::-ms-expand {
|
|
1733
1781
|
display: none;
|
|
1734
1782
|
margin: 0;
|
|
1735
1783
|
padding: 0;
|
|
1736
1784
|
}
|
|
1785
|
+
|
|
1737
1786
|
.cxe-select-select option {
|
|
1738
1787
|
background-color: white;
|
|
1739
1788
|
color: black;
|
|
@@ -1753,9 +1802,11 @@ th.cxe-calendar-display {
|
|
|
1753
1802
|
border-radius: 0;
|
|
1754
1803
|
text-align: center;
|
|
1755
1804
|
}
|
|
1805
|
+
|
|
1756
1806
|
.cxe-select-clear:hover {
|
|
1757
1807
|
background-color: rgba(128, 128, 128, 0.2);
|
|
1758
1808
|
}
|
|
1809
|
+
|
|
1759
1810
|
.cxe-select-placeholder {
|
|
1760
1811
|
color: rgba(128, 128, 128, 0.7);
|
|
1761
1812
|
opacity: 1;
|
|
@@ -1776,15 +1827,18 @@ th.cxe-calendar-display {
|
|
|
1776
1827
|
text-align: center;
|
|
1777
1828
|
cursor: pointer;
|
|
1778
1829
|
}
|
|
1830
|
+
|
|
1779
1831
|
.cxe-select-tool:hover {
|
|
1780
1832
|
opacity: 1;
|
|
1781
1833
|
}
|
|
1834
|
+
|
|
1782
1835
|
.cxs-disabled > .cxe-select-tool {
|
|
1783
1836
|
border-width: 0;
|
|
1784
1837
|
background: rgb(235, 235, 228);
|
|
1785
1838
|
color: rgb(84, 84, 84);
|
|
1786
1839
|
pointer-events: none;
|
|
1787
1840
|
}
|
|
1841
|
+
|
|
1788
1842
|
.cxe-select-icon {
|
|
1789
1843
|
display: block;
|
|
1790
1844
|
position: absolute;
|
|
@@ -1805,6 +1859,7 @@ th.cxe-calendar-display {
|
|
|
1805
1859
|
display: inline-block;
|
|
1806
1860
|
box-sizing: border-box;
|
|
1807
1861
|
}
|
|
1862
|
+
|
|
1808
1863
|
.cxb-textarea.cxs-view-mode {
|
|
1809
1864
|
line-height: normal;
|
|
1810
1865
|
padding: 5px;
|
|
@@ -1829,24 +1884,27 @@ th.cxe-calendar-display {
|
|
|
1829
1884
|
color: black;
|
|
1830
1885
|
outline-offset: 0;
|
|
1831
1886
|
box-shadow: none;
|
|
1832
|
-
text-overflow: ellipsis;
|
|
1833
1887
|
-ms-appearance: none;
|
|
1834
1888
|
-moz-appearance: none;
|
|
1835
1889
|
-webkit-appearance: none;
|
|
1836
1890
|
}
|
|
1891
|
+
|
|
1837
1892
|
.cxe-textarea-input:focus {
|
|
1838
1893
|
border-color: rgba(77, 144, 254, 0.8);
|
|
1839
1894
|
outline: none;
|
|
1840
1895
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
1841
1896
|
}
|
|
1897
|
+
|
|
1842
1898
|
.cxs-disabled > .cxe-textarea-input {
|
|
1843
1899
|
background: rgb(235, 235, 228);
|
|
1844
1900
|
color: rgb(84, 84, 84);
|
|
1845
1901
|
pointer-events: none;
|
|
1846
1902
|
}
|
|
1903
|
+
|
|
1847
1904
|
.cxs-error > .cxe-textarea-input {
|
|
1848
1905
|
border-color: rgba(220, 0, 9, 0.8);
|
|
1849
1906
|
}
|
|
1907
|
+
|
|
1850
1908
|
.cxs-error > .cxe-textarea-input:focus {
|
|
1851
1909
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
1852
1910
|
}
|
|
@@ -1865,9 +1923,11 @@ th.cxe-calendar-display {
|
|
|
1865
1923
|
text-align: center;
|
|
1866
1924
|
cursor: pointer;
|
|
1867
1925
|
}
|
|
1926
|
+
|
|
1868
1927
|
.cxe-textarea-tool:hover {
|
|
1869
1928
|
opacity: 1;
|
|
1870
1929
|
}
|
|
1930
|
+
|
|
1871
1931
|
.cxe-textarea-icon {
|
|
1872
1932
|
display: block;
|
|
1873
1933
|
position: absolute;
|
|
@@ -1897,6 +1957,7 @@ th.cxe-calendar-display {
|
|
|
1897
1957
|
border-color: transparent;
|
|
1898
1958
|
font-size: 13px;
|
|
1899
1959
|
}
|
|
1960
|
+
|
|
1900
1961
|
.cxb-checkbox.cxs-view-mode {
|
|
1901
1962
|
line-height: 16px;
|
|
1902
1963
|
padding: 5px;
|
|
@@ -1915,11 +1976,13 @@ th.cxe-calendar-display {
|
|
|
1915
1976
|
display: inline-block;
|
|
1916
1977
|
position: absolute;
|
|
1917
1978
|
}
|
|
1979
|
+
|
|
1918
1980
|
.cxe-checkbox-checkbox::-moz-focus-inner {
|
|
1919
1981
|
border: 0;
|
|
1920
1982
|
padding: 0;
|
|
1921
1983
|
margin: -1px;
|
|
1922
1984
|
}
|
|
1985
|
+
|
|
1923
1986
|
.cxe-checkbox-checkbox:focus {
|
|
1924
1987
|
box-shadow: inset 0 0 1px 1px rgba(77, 144, 254, 0.8), 0 0 2px 2px rgba(77, 144, 254, 0.8);
|
|
1925
1988
|
background: rgba(77, 144, 254, 0.8);
|
|
@@ -1931,6 +1994,7 @@ th.cxe-calendar-display {
|
|
|
1931
1994
|
margin-left: 14px;
|
|
1932
1995
|
user-select: none;
|
|
1933
1996
|
}
|
|
1997
|
+
|
|
1934
1998
|
.cxs-disabled > .cxe-checkbox-text {
|
|
1935
1999
|
opacity: 0.5;
|
|
1936
2000
|
}
|
|
@@ -1963,28 +2027,32 @@ th.cxe-calendar-display {
|
|
|
1963
2027
|
color: black;
|
|
1964
2028
|
outline-offset: 0;
|
|
1965
2029
|
box-shadow: none;
|
|
1966
|
-
text-overflow: ellipsis;
|
|
1967
2030
|
-ms-appearance: none;
|
|
1968
2031
|
-moz-appearance: none;
|
|
1969
2032
|
-webkit-appearance: none;
|
|
1970
2033
|
margin: 0 !important;
|
|
1971
2034
|
}
|
|
2035
|
+
|
|
1972
2036
|
.cxe-checkbox-input:focus {
|
|
1973
2037
|
border-color: rgba(77, 144, 254, 0.8);
|
|
1974
2038
|
outline: none;
|
|
1975
2039
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
1976
2040
|
}
|
|
2041
|
+
|
|
1977
2042
|
.cxs-disabled > .cxe-checkbox-input {
|
|
1978
2043
|
background: rgb(235, 235, 228);
|
|
1979
2044
|
color: rgb(84, 84, 84);
|
|
1980
2045
|
pointer-events: none;
|
|
1981
2046
|
}
|
|
2047
|
+
|
|
1982
2048
|
.cxs-error > .cxe-checkbox-input {
|
|
1983
2049
|
border-color: rgba(220, 0, 9, 0.8);
|
|
1984
2050
|
}
|
|
2051
|
+
|
|
1985
2052
|
.cxs-error > .cxe-checkbox-input:focus {
|
|
1986
2053
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
1987
2054
|
}
|
|
2055
|
+
|
|
1988
2056
|
.cxe-checkbox-input-check {
|
|
1989
2057
|
width: 100%;
|
|
1990
2058
|
height: 100%;
|
|
@@ -1996,6 +2064,7 @@ th.cxe-calendar-display {
|
|
|
1996
2064
|
right: 0;
|
|
1997
2065
|
bottom: 0;
|
|
1998
2066
|
}
|
|
2067
|
+
|
|
1999
2068
|
.cxs-checked > .cxe-checkbox-input-check {
|
|
2000
2069
|
visibility: visible;
|
|
2001
2070
|
}
|
|
@@ -2012,6 +2081,7 @@ th.cxe-calendar-display {
|
|
|
2012
2081
|
border-color: transparent;
|
|
2013
2082
|
font-size: 13px;
|
|
2014
2083
|
}
|
|
2084
|
+
|
|
2015
2085
|
.cxb-radio.cxs-view-mode {
|
|
2016
2086
|
line-height: 16px;
|
|
2017
2087
|
padding: 5px;
|
|
@@ -2032,9 +2102,11 @@ th.cxe-calendar-display {
|
|
|
2032
2102
|
-webkit-backface-visibility: hidden;
|
|
2033
2103
|
outline: none;
|
|
2034
2104
|
}
|
|
2105
|
+
|
|
2035
2106
|
.cxe-radio-radio::-moz-focus-outer {
|
|
2036
2107
|
border: 0;
|
|
2037
2108
|
}
|
|
2109
|
+
|
|
2038
2110
|
.cxe-radio-radio:focus {
|
|
2039
2111
|
box-shadow: 0 0 2px 2px rgba(77, 144, 254, 0.8);
|
|
2040
2112
|
background: transparent;
|
|
@@ -2047,6 +2119,7 @@ th.cxe-calendar-display {
|
|
|
2047
2119
|
margin-left: 14px;
|
|
2048
2120
|
user-select: none;
|
|
2049
2121
|
}
|
|
2122
|
+
|
|
2050
2123
|
.cxs-disabled > .cxe-radio-text {
|
|
2051
2124
|
opacity: 0.5;
|
|
2052
2125
|
}
|
|
@@ -2072,28 +2145,32 @@ th.cxe-calendar-display {
|
|
|
2072
2145
|
color: currentColor;
|
|
2073
2146
|
outline-offset: 0;
|
|
2074
2147
|
box-shadow: none;
|
|
2075
|
-
text-overflow: ellipsis;
|
|
2076
2148
|
-ms-appearance: none;
|
|
2077
2149
|
-moz-appearance: none;
|
|
2078
2150
|
-webkit-appearance: none;
|
|
2079
2151
|
margin: 0 !important;
|
|
2080
2152
|
}
|
|
2153
|
+
|
|
2081
2154
|
.cxe-radio-input:focus {
|
|
2082
2155
|
border-color: rgba(77, 144, 254, 0.8);
|
|
2083
2156
|
outline: none;
|
|
2084
2157
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
2085
2158
|
}
|
|
2159
|
+
|
|
2086
2160
|
.cxs-disabled > .cxe-radio-input {
|
|
2087
2161
|
background: rgb(235, 235, 228);
|
|
2088
2162
|
color: rgb(84, 84, 84);
|
|
2089
2163
|
pointer-events: none;
|
|
2090
2164
|
}
|
|
2165
|
+
|
|
2091
2166
|
.cxs-error > .cxe-radio-input {
|
|
2092
2167
|
border-color: rgba(220, 0, 9, 0.8);
|
|
2093
2168
|
}
|
|
2169
|
+
|
|
2094
2170
|
.cxs-error > .cxe-radio-input:focus {
|
|
2095
2171
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
2096
2172
|
}
|
|
2173
|
+
|
|
2097
2174
|
.cxe-radio-input:before {
|
|
2098
2175
|
content: " ";
|
|
2099
2176
|
width: calc(100% - 6px);
|
|
@@ -2105,6 +2182,7 @@ th.cxe-calendar-display {
|
|
|
2105
2182
|
background-color: currentColor;
|
|
2106
2183
|
border-radius: 50%;
|
|
2107
2184
|
}
|
|
2185
|
+
|
|
2108
2186
|
.cxe-radio-input.cxs-checked:before {
|
|
2109
2187
|
visibility: visible;
|
|
2110
2188
|
}
|
|
@@ -2124,11 +2202,11 @@ th.cxe-calendar-display {
|
|
|
2124
2202
|
color: black;
|
|
2125
2203
|
outline-offset: 0;
|
|
2126
2204
|
box-shadow: none;
|
|
2127
|
-
text-overflow: ellipsis;
|
|
2128
2205
|
-ms-appearance: none;
|
|
2129
2206
|
-moz-appearance: none;
|
|
2130
2207
|
-webkit-appearance: none;
|
|
2131
2208
|
}
|
|
2209
|
+
|
|
2132
2210
|
@media screen and (min-width: 500px) {
|
|
2133
2211
|
.cxb-colorpicker {
|
|
2134
2212
|
flex-direction: row;
|
|
@@ -2148,24 +2226,27 @@ th.cxe-calendar-display {
|
|
|
2148
2226
|
color: black;
|
|
2149
2227
|
outline-offset: 0;
|
|
2150
2228
|
box-shadow: none;
|
|
2151
|
-
text-overflow: ellipsis;
|
|
2152
2229
|
-ms-appearance: none;
|
|
2153
2230
|
-moz-appearance: none;
|
|
2154
2231
|
-webkit-appearance: none;
|
|
2155
2232
|
}
|
|
2233
|
+
|
|
2156
2234
|
.cxb-colorpicker input:focus {
|
|
2157
2235
|
border-color: rgba(77, 144, 254, 0.8);
|
|
2158
2236
|
outline: none;
|
|
2159
2237
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
2160
2238
|
}
|
|
2239
|
+
|
|
2161
2240
|
.cxs-disabled > .cxb-colorpicker input {
|
|
2162
2241
|
background: rgb(235, 235, 228);
|
|
2163
2242
|
color: rgb(84, 84, 84);
|
|
2164
2243
|
pointer-events: none;
|
|
2165
2244
|
}
|
|
2245
|
+
|
|
2166
2246
|
.cxs-error > .cxb-colorpicker input {
|
|
2167
2247
|
border-color: rgba(220, 0, 9, 0.8);
|
|
2168
2248
|
}
|
|
2249
|
+
|
|
2169
2250
|
.cxs-error > .cxb-colorpicker input:focus {
|
|
2170
2251
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
2171
2252
|
}
|
|
@@ -2202,6 +2283,7 @@ th.cxe-calendar-display {
|
|
|
2202
2283
|
background: -o-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
|
|
2203
2284
|
touch-action: none;
|
|
2204
2285
|
}
|
|
2286
|
+
|
|
2205
2287
|
.cxe-colorpicker-hue .cxe-colorpicker-indicator {
|
|
2206
2288
|
border-color: rgba(0, 0, 0, 0.5);
|
|
2207
2289
|
height: calc(100% + 4px);
|
|
@@ -2218,10 +2300,12 @@ th.cxe-calendar-display {
|
|
|
2218
2300
|
position: relative;
|
|
2219
2301
|
touch-action: none;
|
|
2220
2302
|
}
|
|
2303
|
+
|
|
2221
2304
|
.cxe-colorpicker-alpha > div:first-child {
|
|
2222
2305
|
width: 100%;
|
|
2223
2306
|
height: 100%;
|
|
2224
2307
|
}
|
|
2308
|
+
|
|
2225
2309
|
.cxe-colorpicker-alpha .cxe-colorpicker-indicator {
|
|
2226
2310
|
border-color: rgba(0, 0, 0, 0.5);
|
|
2227
2311
|
top: -2px;
|
|
@@ -2244,6 +2328,7 @@ th.cxe-calendar-display {
|
|
|
2244
2328
|
display: inline-block;
|
|
2245
2329
|
text-align: right;
|
|
2246
2330
|
}
|
|
2331
|
+
|
|
2247
2332
|
.cxe-colorpicker-inputs label input {
|
|
2248
2333
|
margin-left: 2px;
|
|
2249
2334
|
width: 60%;
|
|
@@ -2258,12 +2343,15 @@ th.cxe-calendar-display {
|
|
|
2258
2343
|
align-items: center;
|
|
2259
2344
|
margin-top: 4px;
|
|
2260
2345
|
}
|
|
2346
|
+
|
|
2261
2347
|
.cxe-colorpicker-pixel-picker svg path {
|
|
2262
2348
|
fill: currentColor;
|
|
2263
2349
|
}
|
|
2350
|
+
|
|
2264
2351
|
.cxe-colorpicker-pixel-picker:hover {
|
|
2265
2352
|
cursor: pointer;
|
|
2266
2353
|
}
|
|
2354
|
+
|
|
2267
2355
|
.cxe-colorpicker-pixel-picker:hover svg path {
|
|
2268
2356
|
fill: currentColor;
|
|
2269
2357
|
opacity: 0.5;
|
|
@@ -2282,6 +2370,7 @@ th.cxe-calendar-display {
|
|
|
2282
2370
|
border-radius: 4px;
|
|
2283
2371
|
align-self: flex-end;
|
|
2284
2372
|
}
|
|
2373
|
+
|
|
2285
2374
|
.cxe-colorpicker-color > div {
|
|
2286
2375
|
width: 100%;
|
|
2287
2376
|
height: 100%;
|
|
@@ -2291,10 +2380,12 @@ th.cxe-calendar-display {
|
|
|
2291
2380
|
flex-grow: 1;
|
|
2292
2381
|
margin: 0 8px;
|
|
2293
2382
|
}
|
|
2383
|
+
|
|
2294
2384
|
.cxe-colorpicker-values input {
|
|
2295
2385
|
width: 100%;
|
|
2296
2386
|
display: block;
|
|
2297
2387
|
}
|
|
2388
|
+
|
|
2298
2389
|
.cxe-colorpicker-values input:not(:last-child) {
|
|
2299
2390
|
margin: 0 0 4px 0;
|
|
2300
2391
|
}
|
|
@@ -2307,6 +2398,7 @@ th.cxe-calendar-display {
|
|
|
2307
2398
|
line-height: 0;
|
|
2308
2399
|
height: 28px;
|
|
2309
2400
|
}
|
|
2401
|
+
|
|
2310
2402
|
.cxb-colorfield.cxs-view-mode {
|
|
2311
2403
|
line-height: 16px;
|
|
2312
2404
|
padding: 5px;
|
|
@@ -2331,39 +2423,46 @@ th.cxe-calendar-display {
|
|
|
2331
2423
|
color: black;
|
|
2332
2424
|
outline-offset: 0;
|
|
2333
2425
|
box-shadow: none;
|
|
2334
|
-
text-overflow: ellipsis;
|
|
2335
2426
|
-ms-appearance: none;
|
|
2336
2427
|
-moz-appearance: none;
|
|
2337
2428
|
-webkit-appearance: none;
|
|
2338
2429
|
}
|
|
2430
|
+
|
|
2339
2431
|
.cxe-colorfield-input:focus {
|
|
2340
2432
|
border-color: rgba(77, 144, 254, 0.8);
|
|
2341
2433
|
outline: none;
|
|
2342
2434
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
2343
2435
|
}
|
|
2436
|
+
|
|
2344
2437
|
.cxe-colorfield-input:disabled {
|
|
2345
2438
|
background: rgb(235, 235, 228);
|
|
2346
2439
|
color: rgb(84, 84, 84);
|
|
2347
2440
|
pointer-events: none;
|
|
2348
2441
|
}
|
|
2442
|
+
|
|
2349
2443
|
.cxs-error > .cxe-colorfield-input {
|
|
2350
2444
|
border-color: rgba(220, 0, 9, 0.8);
|
|
2351
2445
|
}
|
|
2446
|
+
|
|
2352
2447
|
.cxs-error > .cxe-colorfield-input:focus {
|
|
2353
2448
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
2354
2449
|
}
|
|
2450
|
+
|
|
2355
2451
|
.cxe-colorfield-input::-webkit-input-placeholder {
|
|
2356
2452
|
color: rgba(128, 128, 128, 0.7);
|
|
2357
2453
|
opacity: 1;
|
|
2358
2454
|
}
|
|
2455
|
+
|
|
2359
2456
|
.cxe-colorfield-input::-moz-placeholder {
|
|
2360
2457
|
color: rgba(128, 128, 128, 0.7);
|
|
2361
2458
|
opacity: 1;
|
|
2362
2459
|
}
|
|
2460
|
+
|
|
2363
2461
|
.cxe-colorfield-input:-ms-input-placeholder {
|
|
2364
2462
|
color: rgba(128, 128, 128, 0.7);
|
|
2365
2463
|
opacity: 1;
|
|
2366
2464
|
}
|
|
2465
|
+
|
|
2367
2466
|
.cxe-colorfield-input::-ms-clear {
|
|
2368
2467
|
width: 0;
|
|
2369
2468
|
height: 0;
|
|
@@ -2383,9 +2482,11 @@ th.cxe-calendar-display {
|
|
|
2383
2482
|
border-radius: 0;
|
|
2384
2483
|
text-align: center;
|
|
2385
2484
|
}
|
|
2485
|
+
|
|
2386
2486
|
.cxe-colorfield-clear:hover {
|
|
2387
2487
|
background-color: rgba(128, 128, 128, 0.2);
|
|
2388
2488
|
}
|
|
2489
|
+
|
|
2389
2490
|
.cxe-colorfield-right-icon {
|
|
2390
2491
|
display: block;
|
|
2391
2492
|
position: absolute;
|
|
@@ -2400,9 +2501,11 @@ th.cxe-calendar-display {
|
|
|
2400
2501
|
text-align: center;
|
|
2401
2502
|
cursor: pointer;
|
|
2402
2503
|
}
|
|
2504
|
+
|
|
2403
2505
|
.cxe-colorfield-right-icon:hover {
|
|
2404
2506
|
opacity: 1;
|
|
2405
2507
|
}
|
|
2508
|
+
|
|
2406
2509
|
.cxe-colorfield-left-icon {
|
|
2407
2510
|
box-sizing: border-box;
|
|
2408
2511
|
background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
|
|
@@ -2421,12 +2524,15 @@ th.cxe-calendar-display {
|
|
|
2421
2524
|
text-align: center;
|
|
2422
2525
|
cursor: pointer;
|
|
2423
2526
|
}
|
|
2527
|
+
|
|
2424
2528
|
.cxe-colorfield-left-icon:hover {
|
|
2425
2529
|
opacity: 1;
|
|
2426
2530
|
}
|
|
2531
|
+
|
|
2427
2532
|
.cxe-colorfield-left-icon div {
|
|
2428
2533
|
width: 100%;
|
|
2429
2534
|
height: 100%;
|
|
2535
|
+
border-radius: inherit;
|
|
2430
2536
|
}
|
|
2431
2537
|
|
|
2432
2538
|
.cxe-colorfield-icon {
|
|
@@ -2447,20 +2553,20 @@ th.cxe-calendar-display {
|
|
|
2447
2553
|
}
|
|
2448
2554
|
|
|
2449
2555
|
.cxb-monthpicker {
|
|
2556
|
+
display: inline-block;
|
|
2450
2557
|
overflow-y: scroll;
|
|
2451
2558
|
overflow-x: hidden;
|
|
2452
2559
|
min-height: 10em;
|
|
2453
2560
|
max-height: 30em;
|
|
2454
2561
|
height: 100%;
|
|
2455
2562
|
position: relative;
|
|
2456
|
-
width: 23em;
|
|
2457
2563
|
overflow-anchor: none;
|
|
2458
2564
|
touch-action: pan-y;
|
|
2459
|
-
|
|
2565
|
+
vertical-align: top;
|
|
2460
2566
|
line-height: 16px;
|
|
2461
|
-
padding:
|
|
2567
|
+
padding: 0;
|
|
2462
2568
|
border-width: 1px;
|
|
2463
|
-
font-size:
|
|
2569
|
+
font-size: smaller;
|
|
2464
2570
|
font-family: inherit;
|
|
2465
2571
|
border-color: #bfbfbf;
|
|
2466
2572
|
border-style: solid;
|
|
@@ -2469,98 +2575,99 @@ th.cxe-calendar-display {
|
|
|
2469
2575
|
color: black;
|
|
2470
2576
|
outline-offset: 0;
|
|
2471
2577
|
box-shadow: none;
|
|
2472
|
-
text-overflow: ellipsis;
|
|
2473
2578
|
-ms-appearance: none;
|
|
2474
2579
|
-moz-appearance: none;
|
|
2475
2580
|
-webkit-appearance: none;
|
|
2581
|
+
width: 23em;
|
|
2476
2582
|
}
|
|
2583
|
+
|
|
2477
2584
|
.cxb-monthpicker:focus {
|
|
2478
2585
|
border-color: rgba(77, 144, 254, 0.8);
|
|
2479
2586
|
outline: none;
|
|
2480
2587
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
2481
2588
|
}
|
|
2482
|
-
|
|
2483
|
-
background: rgb(235, 235, 228);
|
|
2484
|
-
color: rgb(84, 84, 84);
|
|
2485
|
-
pointer-events: none;
|
|
2486
|
-
}
|
|
2487
|
-
.cxs-error > .cxb-monthpicker {
|
|
2488
|
-
border-color: rgba(220, 0, 9, 0.8);
|
|
2489
|
-
}
|
|
2490
|
-
.cxs-error > .cxb-monthpicker:focus {
|
|
2491
|
-
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
2492
|
-
}
|
|
2589
|
+
|
|
2493
2590
|
.cxb-monthpicker table {
|
|
2494
2591
|
border-spacing: 0;
|
|
2495
2592
|
width: 100%;
|
|
2496
|
-
font-size:
|
|
2593
|
+
font-size: inherit;
|
|
2497
2594
|
}
|
|
2595
|
+
|
|
2498
2596
|
.cxb-monthpicker th,
|
|
2499
2597
|
.cxb-monthpicker td {
|
|
2500
|
-
border-top: 1px solid
|
|
2598
|
+
border-top: 1px solid color-mix(in srgb, #bfbfbf 50%, transparent);
|
|
2501
2599
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2502
2600
|
}
|
|
2601
|
+
|
|
2503
2602
|
.cxb-monthpicker tbody:not(:first-child) tr:first-child th,
|
|
2504
2603
|
.cxb-monthpicker tbody:not(:first-child) tr:first-child td {
|
|
2505
2604
|
border-top: 1px solid #bfbfbf;
|
|
2506
2605
|
}
|
|
2606
|
+
|
|
2507
2607
|
.cxb-monthpicker th,
|
|
2508
2608
|
.cxb-monthpicker td {
|
|
2509
2609
|
text-align: center;
|
|
2510
|
-
font-size: smaller;
|
|
2511
|
-
font-weight: normal;
|
|
2512
|
-
line-height: 2em;
|
|
2513
2610
|
cursor: pointer;
|
|
2514
2611
|
-webkit-user-select: none;
|
|
2515
2612
|
-ms-user-select: none;
|
|
2516
2613
|
-moz-user-select: none;
|
|
2517
2614
|
user-select: none;
|
|
2615
|
+
padding: 0.5em 1em;
|
|
2616
|
+
line-height: 2em;
|
|
2518
2617
|
}
|
|
2618
|
+
|
|
2519
2619
|
.cxb-monthpicker th {
|
|
2520
2620
|
padding: 0 0.5em;
|
|
2521
2621
|
color: lightgray;
|
|
2522
2622
|
}
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2623
|
+
|
|
2624
|
+
.cxb-monthpicker td:hover,
|
|
2625
|
+
.cxb-monthpicker th:hover {
|
|
2626
|
+
background-color: rgba(128, 128, 128, 0.1);
|
|
2627
|
+
outline: none;
|
|
2628
|
+
cursor: pointer;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
.cxb-monthpicker th.cxs-unselectable {
|
|
2632
|
+
cursor: default;
|
|
2633
|
+
opacity: 0.5;
|
|
2634
|
+
pointer-events: none;
|
|
2527
2635
|
}
|
|
2636
|
+
|
|
2528
2637
|
.cxb-monthpicker .cxe-monthpicker-year {
|
|
2529
2638
|
font-size: 120%;
|
|
2639
|
+
font-weight: normal;
|
|
2530
2640
|
color: gray;
|
|
2531
2641
|
}
|
|
2532
|
-
|
|
2533
|
-
padding: 0.5em 1em;
|
|
2534
|
-
}
|
|
2642
|
+
|
|
2535
2643
|
.cxb-monthpicker td.cxs-outside {
|
|
2536
|
-
|
|
2644
|
+
opacity: 0.5;
|
|
2537
2645
|
}
|
|
2646
|
+
|
|
2538
2647
|
.cxb-monthpicker td.cxs-unselectable {
|
|
2539
2648
|
cursor: default;
|
|
2540
2649
|
opacity: 0.5;
|
|
2541
2650
|
pointer-events: none;
|
|
2542
2651
|
}
|
|
2652
|
+
|
|
2543
2653
|
.cxb-monthpicker td.cxs-selected {
|
|
2544
2654
|
border-color: transparent;
|
|
2545
2655
|
background-color: rgba(123, 190, 255, 0.4);
|
|
2546
2656
|
}
|
|
2547
|
-
|
|
2548
|
-
background-color: rgba(123, 190, 255, 0.2);
|
|
2549
|
-
}
|
|
2550
|
-
.cxb-monthpicker td.cxs-cursor,
|
|
2551
|
-
.cxb-monthpicker th.cxs-cursor {
|
|
2552
|
-
background-color: rgba(128, 128, 128, 0.1);
|
|
2553
|
-
outline: none;
|
|
2554
|
-
cursor: pointer;
|
|
2555
|
-
}
|
|
2556
|
-
.cxb-monthpicker:focus td.cxs-selected {
|
|
2557
|
-
background-color: rgba(123, 190, 255, 0.4);
|
|
2558
|
-
}
|
|
2657
|
+
|
|
2559
2658
|
.cxb-monthpicker:focus td.cxs-cursor,
|
|
2560
2659
|
.cxb-monthpicker:focus th.cxs-cursor {
|
|
2660
|
+
background-color: rgba(123, 190, 255, 0.15);
|
|
2661
|
+
outline: none;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
.cxb-monthpicker:focus td.cxs-cursor.cxs-selected,
|
|
2665
|
+
.cxb-monthpicker:focus th.cxs-cursor.cxs-selected {
|
|
2666
|
+
border-color: transparent;
|
|
2561
2667
|
background-color: rgba(123, 190, 255, 0.3);
|
|
2562
2668
|
outline: none;
|
|
2563
2669
|
}
|
|
2670
|
+
|
|
2564
2671
|
.cxb-monthpicker td.cxs-handle {
|
|
2565
2672
|
touch-action: none;
|
|
2566
2673
|
}
|
|
@@ -2580,6 +2687,7 @@ th.cxe-calendar-display {
|
|
|
2580
2687
|
line-height: 0;
|
|
2581
2688
|
height: 28px;
|
|
2582
2689
|
}
|
|
2690
|
+
|
|
2583
2691
|
.cxb-monthfield.cxs-view-mode {
|
|
2584
2692
|
line-height: 16px;
|
|
2585
2693
|
padding: 5px;
|
|
@@ -2593,7 +2701,7 @@ th.cxe-calendar-display {
|
|
|
2593
2701
|
width: 100%;
|
|
2594
2702
|
height: 100%;
|
|
2595
2703
|
line-height: 26px;
|
|
2596
|
-
padding: 0
|
|
2704
|
+
padding: 0 22px 0 26px;
|
|
2597
2705
|
border-width: 1px;
|
|
2598
2706
|
font-size: 13px;
|
|
2599
2707
|
font-family: inherit;
|
|
@@ -2604,39 +2712,46 @@ th.cxe-calendar-display {
|
|
|
2604
2712
|
color: black;
|
|
2605
2713
|
outline-offset: 0;
|
|
2606
2714
|
box-shadow: none;
|
|
2607
|
-
text-overflow: ellipsis;
|
|
2608
2715
|
-ms-appearance: none;
|
|
2609
2716
|
-moz-appearance: none;
|
|
2610
2717
|
-webkit-appearance: none;
|
|
2611
2718
|
}
|
|
2719
|
+
|
|
2612
2720
|
.cxe-monthfield-input:focus {
|
|
2613
2721
|
border-color: rgba(77, 144, 254, 0.8);
|
|
2614
2722
|
outline: none;
|
|
2615
2723
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
2616
2724
|
}
|
|
2725
|
+
|
|
2617
2726
|
.cxe-monthfield-input:disabled {
|
|
2618
2727
|
background: rgb(235, 235, 228);
|
|
2619
2728
|
color: rgb(84, 84, 84);
|
|
2620
2729
|
pointer-events: none;
|
|
2621
2730
|
}
|
|
2731
|
+
|
|
2622
2732
|
.cxs-error > .cxe-monthfield-input {
|
|
2623
2733
|
border-color: rgba(220, 0, 9, 0.8);
|
|
2624
2734
|
}
|
|
2735
|
+
|
|
2625
2736
|
.cxs-error > .cxe-monthfield-input:focus {
|
|
2626
2737
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
2627
2738
|
}
|
|
2739
|
+
|
|
2628
2740
|
.cxe-monthfield-input::-webkit-input-placeholder {
|
|
2629
2741
|
color: rgba(128, 128, 128, 0.7);
|
|
2630
2742
|
opacity: 1;
|
|
2631
2743
|
}
|
|
2744
|
+
|
|
2632
2745
|
.cxe-monthfield-input::-moz-placeholder {
|
|
2633
2746
|
color: rgba(128, 128, 128, 0.7);
|
|
2634
2747
|
opacity: 1;
|
|
2635
2748
|
}
|
|
2749
|
+
|
|
2636
2750
|
.cxe-monthfield-input:-ms-input-placeholder {
|
|
2637
2751
|
color: rgba(128, 128, 128, 0.7);
|
|
2638
2752
|
opacity: 1;
|
|
2639
2753
|
}
|
|
2754
|
+
|
|
2640
2755
|
.cxe-monthfield-input::-ms-clear {
|
|
2641
2756
|
width: 0;
|
|
2642
2757
|
height: 0;
|
|
@@ -2656,9 +2771,11 @@ th.cxe-calendar-display {
|
|
|
2656
2771
|
border-radius: 0;
|
|
2657
2772
|
text-align: center;
|
|
2658
2773
|
}
|
|
2774
|
+
|
|
2659
2775
|
.cxe-monthfield-clear:hover {
|
|
2660
2776
|
background-color: rgba(128, 128, 128, 0.2);
|
|
2661
2777
|
}
|
|
2778
|
+
|
|
2662
2779
|
.cxe-monthfield-left-icon {
|
|
2663
2780
|
display: block;
|
|
2664
2781
|
position: absolute;
|
|
@@ -2673,15 +2790,18 @@ th.cxe-calendar-display {
|
|
|
2673
2790
|
text-align: center;
|
|
2674
2791
|
cursor: pointer;
|
|
2675
2792
|
}
|
|
2793
|
+
|
|
2676
2794
|
.cxe-monthfield-left-icon:hover {
|
|
2677
2795
|
opacity: 1;
|
|
2678
2796
|
}
|
|
2797
|
+
|
|
2679
2798
|
.cxs-disabled > .cxe-monthfield-left-icon {
|
|
2680
2799
|
background: rgb(235, 235, 228);
|
|
2681
2800
|
color: rgb(84, 84, 84);
|
|
2682
2801
|
pointer-events: none;
|
|
2683
2802
|
border-width: 0;
|
|
2684
2803
|
}
|
|
2804
|
+
|
|
2685
2805
|
.cxe-monthfield-right-icon {
|
|
2686
2806
|
display: block;
|
|
2687
2807
|
position: absolute;
|
|
@@ -2696,15 +2816,18 @@ th.cxe-calendar-display {
|
|
|
2696
2816
|
text-align: center;
|
|
2697
2817
|
cursor: pointer;
|
|
2698
2818
|
}
|
|
2819
|
+
|
|
2699
2820
|
.cxe-monthfield-right-icon:hover {
|
|
2700
2821
|
opacity: 1;
|
|
2701
2822
|
}
|
|
2823
|
+
|
|
2702
2824
|
.cxs-disabled > .cxe-monthfield-right-icon {
|
|
2703
2825
|
background: rgb(235, 235, 228);
|
|
2704
2826
|
color: rgb(84, 84, 84);
|
|
2705
2827
|
pointer-events: none;
|
|
2706
2828
|
border-width: 0;
|
|
2707
2829
|
}
|
|
2830
|
+
|
|
2708
2831
|
.cxe-monthfield-icon {
|
|
2709
2832
|
display: block;
|
|
2710
2833
|
position: absolute;
|
|
@@ -2746,63 +2869,77 @@ th.cxe-calendar-display {
|
|
|
2746
2869
|
white-space: nowrap;
|
|
2747
2870
|
text-decoration: none;
|
|
2748
2871
|
}
|
|
2872
|
+
|
|
2749
2873
|
.cxb-uploadbutton::-moz-focus-inner {
|
|
2750
2874
|
border: 0;
|
|
2751
2875
|
padding: 0;
|
|
2752
2876
|
margin: -1px;
|
|
2753
2877
|
}
|
|
2878
|
+
|
|
2754
2879
|
.cxb-uploadbutton:hover {
|
|
2755
2880
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
2756
2881
|
text-decoration: none;
|
|
2757
2882
|
}
|
|
2883
|
+
|
|
2758
2884
|
.cxb-uploadbutton:focus {
|
|
2759
2885
|
outline: none;
|
|
2760
2886
|
box-shadow: 0 0 1px 1px rgba(77, 144, 254, 0.8);
|
|
2761
2887
|
}
|
|
2888
|
+
|
|
2762
2889
|
.cxb-uploadbutton:active, .cxb-uploadbutton.cxs-pressed {
|
|
2763
2890
|
top: 1px;
|
|
2764
2891
|
box-shadow: none;
|
|
2765
2892
|
}
|
|
2893
|
+
|
|
2766
2894
|
.cxb-uploadbutton[disabled], .cxb-uploadbutton.cxs-disabled {
|
|
2767
2895
|
color: gray;
|
|
2768
2896
|
box-shadow: none;
|
|
2769
2897
|
pointer-events: none;
|
|
2770
2898
|
}
|
|
2899
|
+
|
|
2771
2900
|
.cxb-uploadbutton.cxm-primary {
|
|
2772
2901
|
background-color: #1f99f8;
|
|
2773
2902
|
border-color: #1e88e5;
|
|
2774
2903
|
color: white;
|
|
2775
2904
|
}
|
|
2905
|
+
|
|
2776
2906
|
.cxb-uploadbutton.cxm-primary[disabled], .cxb-uploadbutton.cxm-primary.cxs-disabled {
|
|
2777
2907
|
background-color: rgba(31, 153, 248, 0.5);
|
|
2778
2908
|
border-color: rgba(30, 136, 229, 0.1);
|
|
2779
2909
|
color: rgba(255, 255, 255, 0.6);
|
|
2780
2910
|
}
|
|
2911
|
+
|
|
2781
2912
|
.cxb-uploadbutton.cxm-primary:hover {
|
|
2782
2913
|
background-color: #1f99f8;
|
|
2783
2914
|
}
|
|
2915
|
+
|
|
2784
2916
|
.cxb-uploadbutton.cxm-danger {
|
|
2785
2917
|
background-color: #d32f2f;
|
|
2786
2918
|
border-color: #c62828;
|
|
2787
2919
|
color: white;
|
|
2788
2920
|
}
|
|
2921
|
+
|
|
2789
2922
|
.cxb-uploadbutton.cxm-danger[disabled], .cxb-uploadbutton.cxm-danger.cxs-disabled {
|
|
2790
2923
|
background-color: rgba(211, 47, 47, 0.6);
|
|
2791
2924
|
border-color: rgba(198, 40, 40, 0.1);
|
|
2792
2925
|
color: rgba(255, 255, 255, 0.5);
|
|
2793
2926
|
}
|
|
2927
|
+
|
|
2794
2928
|
.cxb-uploadbutton.cxm-danger:hover {
|
|
2795
2929
|
background-color: #d32f2f;
|
|
2796
2930
|
}
|
|
2931
|
+
|
|
2797
2932
|
.cxb-uploadbutton.cxm-hollow {
|
|
2798
2933
|
background-color: transparent;
|
|
2799
2934
|
border-color: transparent;
|
|
2800
2935
|
color: inherit;
|
|
2801
2936
|
box-shadow: none;
|
|
2802
2937
|
}
|
|
2938
|
+
|
|
2803
2939
|
.cxb-uploadbutton.cxm-hollow[disabled], .cxb-uploadbutton.cxm-hollow.cxs-disabled {
|
|
2804
2940
|
color: rgba(128, 128, 128, 0.5);
|
|
2805
2941
|
}
|
|
2942
|
+
|
|
2806
2943
|
.cxb-uploadbutton.cxm-hollow:hover {
|
|
2807
2944
|
background-color: rgba(128, 128, 128, 0.1);
|
|
2808
2945
|
outline: none;
|
|
@@ -2810,12 +2947,14 @@ th.cxe-calendar-display {
|
|
|
2810
2947
|
box-shadow: none;
|
|
2811
2948
|
border-color: transparent;
|
|
2812
2949
|
}
|
|
2950
|
+
|
|
2813
2951
|
.cxb-uploadbutton.cxm-hollow:focus {
|
|
2814
2952
|
background-color: rgba(123, 190, 255, 0.3);
|
|
2815
2953
|
outline: none;
|
|
2816
2954
|
box-shadow: none;
|
|
2817
2955
|
border-color: transparent;
|
|
2818
2956
|
}
|
|
2957
|
+
|
|
2819
2958
|
.cxe-uploadbutton-icon {
|
|
2820
2959
|
display: inline-block;
|
|
2821
2960
|
position: absolute;
|
|
@@ -2830,15 +2969,20 @@ th.cxe-calendar-display {
|
|
|
2830
2969
|
|
|
2831
2970
|
.cxe-uploadbutton-baseline {
|
|
2832
2971
|
display: inline-block;
|
|
2833
|
-
width:
|
|
2834
|
-
margin-left: -1px;
|
|
2972
|
+
min-width: 16px;
|
|
2835
2973
|
}
|
|
2836
2974
|
|
|
2837
2975
|
.cxb-uploadbutton.cxs-icon {
|
|
2838
2976
|
padding: 5px 10px 5px 26px;
|
|
2839
2977
|
}
|
|
2978
|
+
|
|
2840
2979
|
.cxb-uploadbutton.cxs-icon.cxs-empty {
|
|
2841
|
-
padding: 5px 5px 5px
|
|
2980
|
+
padding: 5px 5px 5px 5px;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
.cxb-uploadbutton.cxs-icon.cxs-empty .cxe-uploadbutton-icon {
|
|
2984
|
+
left: 50%;
|
|
2985
|
+
margin-left: -8px;
|
|
2842
2986
|
}
|
|
2843
2987
|
|
|
2844
2988
|
.cxe-uploadbutton-input {
|
|
@@ -2860,6 +3004,7 @@ th.cxe-calendar-display {
|
|
|
2860
3004
|
outline: 1px solid rgba(8, 176, 255, 0.5);
|
|
2861
3005
|
transition: opacity 0.5s ease-in-out;
|
|
2862
3006
|
}
|
|
3007
|
+
|
|
2863
3008
|
.cxe-uploadbutton-progress.cxs-done {
|
|
2864
3009
|
opacity: 0;
|
|
2865
3010
|
}
|
|
@@ -2877,6 +3022,7 @@ th.cxe-calendar-display {
|
|
|
2877
3022
|
border-color: transparent;
|
|
2878
3023
|
font-size: 13px;
|
|
2879
3024
|
}
|
|
3025
|
+
|
|
2880
3026
|
.cxb-slider.cxs-view-mode {
|
|
2881
3027
|
line-height: 16px;
|
|
2882
3028
|
padding: 5px;
|
|
@@ -2884,10 +3030,12 @@ th.cxe-calendar-display {
|
|
|
2884
3030
|
border-style: solid;
|
|
2885
3031
|
border-color: transparent;
|
|
2886
3032
|
}
|
|
3033
|
+
|
|
2887
3034
|
.cxb-slider.cxs-vertical {
|
|
2888
3035
|
width: 28px;
|
|
2889
3036
|
height: 180px;
|
|
2890
3037
|
}
|
|
3038
|
+
|
|
2891
3039
|
.cxb-slider.cxs-disabled {
|
|
2892
3040
|
pointer-events: none;
|
|
2893
3041
|
opacity: 0.5;
|
|
@@ -2899,6 +3047,7 @@ th.cxe-calendar-display {
|
|
|
2899
3047
|
border-radius: 9px;
|
|
2900
3048
|
box-sizing: border-box;
|
|
2901
3049
|
}
|
|
3050
|
+
|
|
2902
3051
|
.cxb-slider.cxs-horizontal .cxe-slider-axis {
|
|
2903
3052
|
left: 9px;
|
|
2904
3053
|
right: 9px;
|
|
@@ -2906,6 +3055,7 @@ th.cxe-calendar-display {
|
|
|
2906
3055
|
height: 8px;
|
|
2907
3056
|
padding: 0 4px;
|
|
2908
3057
|
}
|
|
3058
|
+
|
|
2909
3059
|
.cxb-slider.cxs-vertical .cxe-slider-axis {
|
|
2910
3060
|
top: 9px;
|
|
2911
3061
|
bottom: 9px;
|
|
@@ -2925,9 +3075,11 @@ th.cxe-calendar-display {
|
|
|
2925
3075
|
background-color: #98d4ff;
|
|
2926
3076
|
border-radius: 4px;
|
|
2927
3077
|
}
|
|
3078
|
+
|
|
2928
3079
|
.cxb-slider.cxs-horizontal .cxe-slider-range {
|
|
2929
3080
|
height: 100%;
|
|
2930
3081
|
}
|
|
3082
|
+
|
|
2931
3083
|
.cxb-slider.cxs-vertical .cxe-slider-range {
|
|
2932
3084
|
width: 100%;
|
|
2933
3085
|
}
|
|
@@ -2948,21 +3100,26 @@ th.cxe-calendar-display {
|
|
|
2948
3100
|
border-radius: 50%;
|
|
2949
3101
|
box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
|
|
2950
3102
|
}
|
|
3103
|
+
|
|
2951
3104
|
.cxb-slider.cxs-horizontal .cxe-slider-handle {
|
|
2952
3105
|
left: 0;
|
|
2953
3106
|
top: 50%;
|
|
2954
3107
|
}
|
|
3108
|
+
|
|
2955
3109
|
.cxb-slider.cxs-vertical .cxe-slider-handle {
|
|
2956
3110
|
left: 50%;
|
|
2957
3111
|
}
|
|
3112
|
+
|
|
2958
3113
|
.cxe-slider-handle:hover {
|
|
2959
3114
|
box-shadow: 0 0 3px rgba(128, 128, 128, 0.5);
|
|
2960
3115
|
}
|
|
3116
|
+
|
|
2961
3117
|
.cxe-slider-handle:focus {
|
|
2962
3118
|
border-color: rgba(77, 144, 254, 0.8);
|
|
2963
3119
|
outline: none;
|
|
2964
3120
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
2965
3121
|
}
|
|
3122
|
+
|
|
2966
3123
|
.cxe-slider-handle:active {
|
|
2967
3124
|
background: rgb(220, 220, 220);
|
|
2968
3125
|
}
|
|
@@ -2971,6 +3128,7 @@ th.cxe-calendar-display {
|
|
|
2971
3128
|
color: rgb(220, 0, 9);
|
|
2972
3129
|
font-size: smaller;
|
|
2973
3130
|
}
|
|
3131
|
+
|
|
2974
3132
|
.cxb-validationerror.cxm-block {
|
|
2975
3133
|
display: block;
|
|
2976
3134
|
}
|
|
@@ -2989,6 +3147,7 @@ th.cxe-calendar-display {
|
|
|
2989
3147
|
border-color: transparent;
|
|
2990
3148
|
font-size: 13px;
|
|
2991
3149
|
}
|
|
3150
|
+
|
|
2992
3151
|
.cxb-switch.cxs-view-mode {
|
|
2993
3152
|
line-height: 16px;
|
|
2994
3153
|
padding: 5px 0 5px 0;
|
|
@@ -2996,10 +3155,12 @@ th.cxe-calendar-display {
|
|
|
2996
3155
|
border-style: solid;
|
|
2997
3156
|
border-color: transparent;
|
|
2998
3157
|
}
|
|
3158
|
+
|
|
2999
3159
|
.cxb-switch.cxs-disabled {
|
|
3000
3160
|
pointer-events: none;
|
|
3001
3161
|
opacity: 0.5;
|
|
3002
3162
|
}
|
|
3163
|
+
|
|
3003
3164
|
.cxb-switch:focus {
|
|
3004
3165
|
outline: none;
|
|
3005
3166
|
}
|
|
@@ -3046,6 +3207,7 @@ th.cxe-calendar-display {
|
|
|
3046
3207
|
transform: scale(0);
|
|
3047
3208
|
transition: all 200ms;
|
|
3048
3209
|
}
|
|
3210
|
+
|
|
3049
3211
|
.cxs-on .cxe-switch-range {
|
|
3050
3212
|
width: 100%;
|
|
3051
3213
|
opacity: 1;
|
|
@@ -3069,17 +3231,21 @@ th.cxe-calendar-display {
|
|
|
3069
3231
|
border-radius: 50%;
|
|
3070
3232
|
box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
|
|
3071
3233
|
}
|
|
3234
|
+
|
|
3072
3235
|
.cxs-on .cxe-switch-handle {
|
|
3073
3236
|
left: 100%;
|
|
3074
3237
|
}
|
|
3238
|
+
|
|
3075
3239
|
.cxe-switch-handle:hover {
|
|
3076
3240
|
box-shadow: 0 0 3px rgba(128, 128, 128, 0.5);
|
|
3077
3241
|
}
|
|
3242
|
+
|
|
3078
3243
|
.cxb-switch:focus .cxe-switch-handle {
|
|
3079
3244
|
border-color: rgba(77, 144, 254, 0.8);
|
|
3080
3245
|
outline: none;
|
|
3081
3246
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
3082
3247
|
}
|
|
3248
|
+
|
|
3083
3249
|
.cxe-switch-handle:active {
|
|
3084
3250
|
background: rgb(220, 220, 220);
|
|
3085
3251
|
}
|
|
@@ -3088,6 +3254,7 @@ th.cxe-calendar-display {
|
|
|
3088
3254
|
font-size: smaller;
|
|
3089
3255
|
opacity: 0.8;
|
|
3090
3256
|
}
|
|
3257
|
+
|
|
3091
3258
|
.cxb-helptext.cxm-block {
|
|
3092
3259
|
display: block;
|
|
3093
3260
|
}
|
|
@@ -3102,9 +3269,11 @@ th.cxe-calendar-display {
|
|
|
3102
3269
|
font-size: 14px;
|
|
3103
3270
|
user-select: none;
|
|
3104
3271
|
}
|
|
3272
|
+
|
|
3105
3273
|
.cxb-wheel:focus {
|
|
3106
3274
|
outline: 0;
|
|
3107
3275
|
}
|
|
3276
|
+
|
|
3108
3277
|
.cxb-wheel:focus .cxe-wheel-selection {
|
|
3109
3278
|
border-color: #3c7eff;
|
|
3110
3279
|
background: rgba(60, 126, 255, 0.1);
|
|
@@ -3147,6 +3316,7 @@ th.cxe-calendar-display {
|
|
|
3147
3316
|
overflow-x: hidden;
|
|
3148
3317
|
touch-action: pan-y;
|
|
3149
3318
|
}
|
|
3319
|
+
|
|
3150
3320
|
.cxe-wheel-vscroll::-webkit-scrollbar {
|
|
3151
3321
|
display: none;
|
|
3152
3322
|
}
|
|
@@ -3155,6 +3325,7 @@ th.cxe-calendar-display {
|
|
|
3155
3325
|
padding: 5px 15px;
|
|
3156
3326
|
flex: 0 0 auto;
|
|
3157
3327
|
}
|
|
3328
|
+
|
|
3158
3329
|
.cxe-wheel-option.cxs-dummy {
|
|
3159
3330
|
visibility: hidden;
|
|
3160
3331
|
}
|
|
@@ -3187,6 +3358,7 @@ th.cxe-calendar-display {
|
|
|
3187
3358
|
opacity: 0.5;
|
|
3188
3359
|
cursor: pointer;
|
|
3189
3360
|
}
|
|
3361
|
+
|
|
3190
3362
|
.cxe-wheel-arrow-up:hover,
|
|
3191
3363
|
.cxe-wheel-arrow-down:hover {
|
|
3192
3364
|
opacity: 1;
|
|
@@ -3223,6 +3395,7 @@ th.cxe-calendar-display {
|
|
|
3223
3395
|
user-select: none;
|
|
3224
3396
|
font-size: 14px;
|
|
3225
3397
|
}
|
|
3398
|
+
|
|
3226
3399
|
.cxb-datetimepicker:focus {
|
|
3227
3400
|
outline: 0;
|
|
3228
3401
|
}
|
|
@@ -3264,6 +3437,7 @@ th.cxe-calendar-display {
|
|
|
3264
3437
|
overflow-x: hidden;
|
|
3265
3438
|
touch-action: pan-y;
|
|
3266
3439
|
}
|
|
3440
|
+
|
|
3267
3441
|
.cxe-datetimepicker-wheel-vscroll::-webkit-scrollbar {
|
|
3268
3442
|
display: none;
|
|
3269
3443
|
}
|
|
@@ -3272,6 +3446,7 @@ th.cxe-calendar-display {
|
|
|
3272
3446
|
padding: 5px 15px;
|
|
3273
3447
|
flex: 0 0 auto;
|
|
3274
3448
|
}
|
|
3449
|
+
|
|
3275
3450
|
.cxe-datetimepicker-wheel-option.cxs-dummy {
|
|
3276
3451
|
visibility: hidden;
|
|
3277
3452
|
}
|
|
@@ -3304,6 +3479,7 @@ th.cxe-calendar-display {
|
|
|
3304
3479
|
opacity: 0.5;
|
|
3305
3480
|
cursor: pointer;
|
|
3306
3481
|
}
|
|
3482
|
+
|
|
3307
3483
|
.cxe-datetimepicker-wheel-arrow-up:hover,
|
|
3308
3484
|
.cxe-datetimepicker-wheel-arrow-down:hover {
|
|
3309
3485
|
opacity: 1;
|
|
@@ -3341,6 +3517,7 @@ th.cxe-calendar-display {
|
|
|
3341
3517
|
line-height: 0;
|
|
3342
3518
|
height: 28px;
|
|
3343
3519
|
}
|
|
3520
|
+
|
|
3344
3521
|
.cxb-datetimefield.cxs-view-mode {
|
|
3345
3522
|
line-height: 16px;
|
|
3346
3523
|
padding: 5px;
|
|
@@ -3354,7 +3531,7 @@ th.cxe-calendar-display {
|
|
|
3354
3531
|
width: 100%;
|
|
3355
3532
|
height: 100%;
|
|
3356
3533
|
line-height: 26px;
|
|
3357
|
-
padding: 0
|
|
3534
|
+
padding: 0 22px 0 26px;
|
|
3358
3535
|
border-width: 1px;
|
|
3359
3536
|
font-size: 13px;
|
|
3360
3537
|
font-family: inherit;
|
|
@@ -3365,39 +3542,46 @@ th.cxe-calendar-display {
|
|
|
3365
3542
|
color: black;
|
|
3366
3543
|
outline-offset: 0;
|
|
3367
3544
|
box-shadow: none;
|
|
3368
|
-
text-overflow: ellipsis;
|
|
3369
3545
|
-ms-appearance: none;
|
|
3370
3546
|
-moz-appearance: none;
|
|
3371
3547
|
-webkit-appearance: none;
|
|
3372
3548
|
}
|
|
3549
|
+
|
|
3373
3550
|
.cxe-datetimefield-input:focus {
|
|
3374
3551
|
border-color: rgba(77, 144, 254, 0.8);
|
|
3375
3552
|
outline: none;
|
|
3376
3553
|
box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
|
|
3377
3554
|
}
|
|
3555
|
+
|
|
3378
3556
|
.cxe-datetimefield-input:disabled {
|
|
3379
3557
|
background: rgb(235, 235, 228);
|
|
3380
3558
|
color: rgb(84, 84, 84);
|
|
3381
3559
|
pointer-events: none;
|
|
3382
3560
|
}
|
|
3561
|
+
|
|
3383
3562
|
.cxs-error > .cxe-datetimefield-input {
|
|
3384
3563
|
border-color: rgba(220, 0, 9, 0.8);
|
|
3385
3564
|
}
|
|
3565
|
+
|
|
3386
3566
|
.cxs-error > .cxe-datetimefield-input:focus {
|
|
3387
3567
|
box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
|
|
3388
3568
|
}
|
|
3569
|
+
|
|
3389
3570
|
.cxe-datetimefield-input::-webkit-input-placeholder {
|
|
3390
3571
|
color: rgba(128, 128, 128, 0.7);
|
|
3391
3572
|
opacity: 1;
|
|
3392
3573
|
}
|
|
3574
|
+
|
|
3393
3575
|
.cxe-datetimefield-input::-moz-placeholder {
|
|
3394
3576
|
color: rgba(128, 128, 128, 0.7);
|
|
3395
3577
|
opacity: 1;
|
|
3396
3578
|
}
|
|
3579
|
+
|
|
3397
3580
|
.cxe-datetimefield-input:-ms-input-placeholder {
|
|
3398
3581
|
color: rgba(128, 128, 128, 0.7);
|
|
3399
3582
|
opacity: 1;
|
|
3400
3583
|
}
|
|
3584
|
+
|
|
3401
3585
|
.cxe-datetimefield-input::-ms-clear {
|
|
3402
3586
|
width: 0;
|
|
3403
3587
|
height: 0;
|
|
@@ -3417,9 +3601,11 @@ th.cxe-calendar-display {
|
|
|
3417
3601
|
border-radius: 0;
|
|
3418
3602
|
text-align: center;
|
|
3419
3603
|
}
|
|
3604
|
+
|
|
3420
3605
|
.cxe-datetimefield-clear:hover {
|
|
3421
3606
|
background-color: rgba(128, 128, 128, 0.2);
|
|
3422
3607
|
}
|
|
3608
|
+
|
|
3423
3609
|
.cxe-datetimefield-left-icon {
|
|
3424
3610
|
display: block;
|
|
3425
3611
|
position: absolute;
|
|
@@ -3434,15 +3620,18 @@ th.cxe-calendar-display {
|
|
|
3434
3620
|
text-align: center;
|
|
3435
3621
|
cursor: pointer;
|
|
3436
3622
|
}
|
|
3623
|
+
|
|
3437
3624
|
.cxe-datetimefield-left-icon:hover {
|
|
3438
3625
|
opacity: 1;
|
|
3439
3626
|
}
|
|
3627
|
+
|
|
3440
3628
|
.cxs-disabled > .cxe-datetimefield-left-icon {
|
|
3441
3629
|
background: rgb(235, 235, 228);
|
|
3442
3630
|
color: rgb(84, 84, 84);
|
|
3443
3631
|
pointer-events: none;
|
|
3444
3632
|
border-width: 0;
|
|
3445
3633
|
}
|
|
3634
|
+
|
|
3446
3635
|
.cxe-datetimefield-right-icon {
|
|
3447
3636
|
display: block;
|
|
3448
3637
|
position: absolute;
|
|
@@ -3457,15 +3646,18 @@ th.cxe-calendar-display {
|
|
|
3457
3646
|
text-align: center;
|
|
3458
3647
|
cursor: pointer;
|
|
3459
3648
|
}
|
|
3649
|
+
|
|
3460
3650
|
.cxe-datetimefield-right-icon:hover {
|
|
3461
3651
|
opacity: 1;
|
|
3462
3652
|
}
|
|
3653
|
+
|
|
3463
3654
|
.cxs-disabled > .cxe-datetimefield-right-icon {
|
|
3464
3655
|
background: rgb(235, 235, 228);
|
|
3465
3656
|
color: rgb(84, 84, 84);
|
|
3466
3657
|
pointer-events: none;
|
|
3467
3658
|
border-width: 0;
|
|
3468
3659
|
}
|
|
3660
|
+
|
|
3469
3661
|
.cxe-datetimefield-icon {
|
|
3470
3662
|
display: block;
|
|
3471
3663
|
position: absolute;
|
|
@@ -3508,39 +3700,47 @@ th.cxe-calendar-display {
|
|
|
3508
3700
|
border-style: solid;
|
|
3509
3701
|
box-shadow: none;
|
|
3510
3702
|
}
|
|
3703
|
+
|
|
3511
3704
|
.cxb-tab:hover {
|
|
3512
3705
|
background-color: rgba(128, 128, 128, 0.1);
|
|
3513
3706
|
outline: none;
|
|
3514
3707
|
cursor: pointer;
|
|
3515
3708
|
text-decoration: none;
|
|
3516
3709
|
}
|
|
3710
|
+
|
|
3517
3711
|
.cxb-tab:focus {
|
|
3518
3712
|
background-color: rgba(123, 190, 255, 0.15);
|
|
3519
3713
|
outline: none;
|
|
3520
3714
|
}
|
|
3715
|
+
|
|
3521
3716
|
.cxb-tab.cxs-active {
|
|
3522
3717
|
background-color: rgba(123, 190, 255, 0.4);
|
|
3523
3718
|
}
|
|
3719
|
+
|
|
3524
3720
|
.cxb-tab.cxs-active:focus {
|
|
3525
3721
|
background-color: rgba(123, 190, 255, 0.3);
|
|
3526
3722
|
outline: none;
|
|
3527
3723
|
}
|
|
3724
|
+
|
|
3528
3725
|
.cxb-tab.cxs-disabled {
|
|
3529
3726
|
cursor: default;
|
|
3530
3727
|
opacity: 0.5;
|
|
3531
3728
|
pointer-events: none;
|
|
3532
3729
|
background-color: transparent;
|
|
3533
3730
|
}
|
|
3731
|
+
|
|
3534
3732
|
.cxb-tab.cxm-classic {
|
|
3535
3733
|
position: relative;
|
|
3536
3734
|
border-width: 1px;
|
|
3537
3735
|
border-bottom-left-radius: 0;
|
|
3538
3736
|
border-bottom-right-radius: 0;
|
|
3539
3737
|
}
|
|
3738
|
+
|
|
3540
3739
|
.cxb-tab.cxm-classic.cxs-active {
|
|
3541
3740
|
border-color: #bfbfbf;
|
|
3542
3741
|
background-color: white;
|
|
3543
3742
|
}
|
|
3743
|
+
|
|
3544
3744
|
.cxb-tab.cxm-line {
|
|
3545
3745
|
background-color: transparent !important;
|
|
3546
3746
|
border-left-color: transparent !important;
|
|
@@ -3552,22 +3752,29 @@ th.cxe-calendar-display {
|
|
|
3552
3752
|
border-top-width: 0;
|
|
3553
3753
|
border-bottom-left-radius: 0;
|
|
3554
3754
|
border-bottom-right-radius: 0;
|
|
3755
|
+
border-radius: 0;
|
|
3555
3756
|
}
|
|
3757
|
+
|
|
3556
3758
|
.cxb-tab.cxm-line:hover {
|
|
3557
3759
|
border-color: rgba(128, 128, 128, 0.2);
|
|
3558
3760
|
}
|
|
3761
|
+
|
|
3559
3762
|
.cxb-tab.cxm-line:focus {
|
|
3560
3763
|
border-color: rgba(123, 190, 255, 0.3);
|
|
3561
3764
|
}
|
|
3765
|
+
|
|
3562
3766
|
.cxb-tab.cxm-line.cxs-active {
|
|
3563
3767
|
border-color: rgba(128, 128, 128, 0.4);
|
|
3564
3768
|
}
|
|
3769
|
+
|
|
3565
3770
|
.cxb-tab.cxm-line.cxs-active:focus {
|
|
3566
3771
|
border-color: rgba(123, 190, 255, 0.7);
|
|
3567
3772
|
}
|
|
3773
|
+
|
|
3568
3774
|
.cxb-tab.cxm-line.cxs-disabled {
|
|
3569
3775
|
border-color: transparent;
|
|
3570
3776
|
}
|
|
3777
|
+
|
|
3571
3778
|
.cxb-tab.cxm-classic.cxs-active:after {
|
|
3572
3779
|
content: " ";
|
|
3573
3780
|
position: absolute;
|
|
@@ -3585,66 +3792,77 @@ th.cxe-calendar-display {
|
|
|
3585
3792
|
list-style: none;
|
|
3586
3793
|
-webkit-overflow-scrolling: touch;
|
|
3587
3794
|
}
|
|
3795
|
+
|
|
3588
3796
|
.cxb-menu.cxs-horizontal {
|
|
3589
3797
|
white-space: nowrap;
|
|
3590
3798
|
}
|
|
3799
|
+
|
|
3591
3800
|
.cxb-menu.cxs-horizontal > .cxe-menu-item {
|
|
3592
3801
|
display: inline-block;
|
|
3593
3802
|
user-select: none;
|
|
3594
3803
|
}
|
|
3804
|
+
|
|
3595
3805
|
.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xsmall > .cxm-menu {
|
|
3596
3806
|
margin: 0 6px 0 6px;
|
|
3597
3807
|
}
|
|
3808
|
+
|
|
3598
3809
|
.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-small > .cxm-menu {
|
|
3599
3810
|
margin: 0 10px 0 10px;
|
|
3600
3811
|
}
|
|
3812
|
+
|
|
3601
3813
|
.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-medium > .cxm-menu {
|
|
3602
3814
|
margin: 0 20px 0 20px;
|
|
3603
3815
|
}
|
|
3816
|
+
|
|
3604
3817
|
.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-large > .cxm-menu {
|
|
3605
3818
|
margin: 0 30px 0 30px;
|
|
3606
3819
|
}
|
|
3820
|
+
|
|
3607
3821
|
.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xlarge > .cxm-menu {
|
|
3608
3822
|
margin: 0 40px 0 40px;
|
|
3609
3823
|
}
|
|
3824
|
+
|
|
3610
3825
|
.cxb-menu.cxs-vertical.cxs-xsmall-item-padding .cxm-menu {
|
|
3611
3826
|
margin: 3px 6px;
|
|
3612
3827
|
display: block;
|
|
3613
3828
|
}
|
|
3829
|
+
|
|
3614
3830
|
.cxb-menu.cxs-vertical.cxs-small-item-padding .cxm-menu {
|
|
3615
3831
|
margin: 5px 10px;
|
|
3616
3832
|
display: block;
|
|
3617
3833
|
}
|
|
3834
|
+
|
|
3618
3835
|
.cxb-menu.cxs-vertical.cxs-medium-item-padding .cxm-menu {
|
|
3619
3836
|
margin: 10px 20px;
|
|
3620
3837
|
display: block;
|
|
3621
3838
|
}
|
|
3839
|
+
|
|
3622
3840
|
.cxb-menu.cxs-vertical.cxs-large-item-padding .cxm-menu {
|
|
3623
3841
|
margin: 15px 30px;
|
|
3624
3842
|
display: block;
|
|
3625
3843
|
}
|
|
3844
|
+
|
|
3626
3845
|
.cxb-menu.cxs-vertical.cxs-xlarge-item-padding .cxm-menu {
|
|
3627
3846
|
margin: 20px 40px;
|
|
3628
3847
|
display: block;
|
|
3629
3848
|
}
|
|
3630
|
-
|
|
3631
|
-
border: none;
|
|
3632
|
-
border-top: 1px solid lightgray;
|
|
3633
|
-
margin: 10px 20px;
|
|
3634
|
-
}
|
|
3849
|
+
|
|
3635
3850
|
.cxb-menu .cxe-menu-item.cxs-hidden {
|
|
3636
3851
|
visibility: hidden;
|
|
3637
3852
|
position: absolute;
|
|
3638
3853
|
}
|
|
3854
|
+
|
|
3639
3855
|
.cxb-menu.cxs-overflow {
|
|
3640
3856
|
overflow: hidden;
|
|
3641
3857
|
display: flex;
|
|
3642
3858
|
}
|
|
3859
|
+
|
|
3643
3860
|
.cxb-menu.cxs-overflow > .cxe-menu-item:last-child {
|
|
3644
3861
|
visibility: hidden;
|
|
3645
3862
|
position: absolute;
|
|
3646
3863
|
max-height: 100%;
|
|
3647
3864
|
}
|
|
3865
|
+
|
|
3648
3866
|
.cxb-menu.cxs-overflow.cxs-pack > .cxe-menu-item:last-child {
|
|
3649
3867
|
visibility: visible;
|
|
3650
3868
|
position: relative;
|
|
@@ -3660,135 +3878,178 @@ th.cxe-calendar-display {
|
|
|
3660
3878
|
position: relative;
|
|
3661
3879
|
border-radius: 0;
|
|
3662
3880
|
}
|
|
3881
|
+
|
|
3663
3882
|
.cxb-menuitem:focus {
|
|
3664
3883
|
outline: none;
|
|
3665
3884
|
}
|
|
3885
|
+
|
|
3666
3886
|
.cxb-menuitem > a:hover {
|
|
3667
3887
|
text-decoration: none;
|
|
3668
3888
|
}
|
|
3889
|
+
|
|
3669
3890
|
.cxs-focusable > .cxb-menuitem.cxs-cursor:hover {
|
|
3670
3891
|
background-color: rgba(128, 128, 128, 0.1);
|
|
3671
3892
|
outline: none;
|
|
3672
3893
|
cursor: pointer;
|
|
3673
3894
|
}
|
|
3895
|
+
|
|
3674
3896
|
.cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor {
|
|
3675
3897
|
background-color: rgba(123, 190, 255, 0.3);
|
|
3676
3898
|
outline: none;
|
|
3677
3899
|
}
|
|
3900
|
+
|
|
3678
3901
|
.cxb-menuitem.cxs-disabled {
|
|
3679
3902
|
cursor: default;
|
|
3680
3903
|
opacity: 0.5;
|
|
3681
3904
|
pointer-events: none;
|
|
3682
3905
|
}
|
|
3906
|
+
|
|
3683
3907
|
.cxb-menuitem > a {
|
|
3684
3908
|
text-decoration: none;
|
|
3685
3909
|
color: inherit;
|
|
3686
3910
|
}
|
|
3911
|
+
|
|
3687
3912
|
.cxb-menuitem > a:focus {
|
|
3688
3913
|
outline: none;
|
|
3689
3914
|
}
|
|
3915
|
+
|
|
3916
|
+
.cxb-menuitem > hr {
|
|
3917
|
+
border: none;
|
|
3918
|
+
border-top: 1px solid lightgray;
|
|
3919
|
+
margin: 10px 20px;
|
|
3920
|
+
}
|
|
3921
|
+
|
|
3690
3922
|
.cxb-menuitem.cxs-xsmall-padding > a, .cxb-menuitem.cxs-xsmall-padding > span {
|
|
3691
3923
|
padding: 3px 6px;
|
|
3692
3924
|
line-height: 16px;
|
|
3693
3925
|
border: 1px solid transparent;
|
|
3694
3926
|
display: block;
|
|
3695
3927
|
}
|
|
3928
|
+
|
|
3696
3929
|
.cxb-menuitem.cxs-xsmall-padding.cxs-arrow {
|
|
3697
3930
|
padding-right: 16px;
|
|
3698
3931
|
}
|
|
3932
|
+
|
|
3699
3933
|
.cxb-menuitem.cxs-xsmall-padding.cxs-icon {
|
|
3700
3934
|
padding-left: 16px;
|
|
3701
3935
|
}
|
|
3936
|
+
|
|
3702
3937
|
.cxb-menuitem.cxs-xsmall-padding.cxs-empty {
|
|
3703
3938
|
padding-right: 8px;
|
|
3704
3939
|
}
|
|
3940
|
+
|
|
3705
3941
|
.cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-arrow {
|
|
3706
3942
|
right: 3px;
|
|
3707
3943
|
}
|
|
3944
|
+
|
|
3708
3945
|
.cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-button {
|
|
3709
3946
|
width: 22px;
|
|
3710
3947
|
}
|
|
3948
|
+
|
|
3711
3949
|
.cxb-menuitem.cxs-small-padding > a, .cxb-menuitem.cxs-small-padding > span {
|
|
3712
3950
|
padding: 5px 10px;
|
|
3713
3951
|
line-height: 16px;
|
|
3714
3952
|
border: 1px solid transparent;
|
|
3715
3953
|
display: block;
|
|
3716
3954
|
}
|
|
3955
|
+
|
|
3717
3956
|
.cxb-menuitem.cxs-small-padding.cxs-arrow {
|
|
3718
3957
|
padding-right: 16px;
|
|
3719
3958
|
}
|
|
3959
|
+
|
|
3720
3960
|
.cxb-menuitem.cxs-small-padding.cxs-icon {
|
|
3721
3961
|
padding-left: 16px;
|
|
3722
3962
|
}
|
|
3963
|
+
|
|
3723
3964
|
.cxb-menuitem.cxs-small-padding.cxs-empty {
|
|
3724
3965
|
padding-right: 8px;
|
|
3725
3966
|
}
|
|
3967
|
+
|
|
3726
3968
|
.cxb-menuitem.cxs-small-padding > .cxe-menuitem-arrow {
|
|
3727
3969
|
right: 5px;
|
|
3728
3970
|
}
|
|
3971
|
+
|
|
3729
3972
|
.cxb-menuitem.cxs-small-padding > .cxe-menuitem-button {
|
|
3730
3973
|
width: 26px;
|
|
3731
3974
|
}
|
|
3975
|
+
|
|
3732
3976
|
.cxb-menuitem.cxs-medium-padding > a, .cxb-menuitem.cxs-medium-padding > span {
|
|
3733
3977
|
padding: 10px 20px;
|
|
3734
3978
|
line-height: 16px;
|
|
3735
3979
|
border: 1px solid transparent;
|
|
3736
3980
|
display: block;
|
|
3737
3981
|
}
|
|
3982
|
+
|
|
3738
3983
|
.cxb-menuitem.cxs-medium-padding.cxs-arrow {
|
|
3739
3984
|
padding-right: 16px;
|
|
3740
3985
|
}
|
|
3986
|
+
|
|
3741
3987
|
.cxb-menuitem.cxs-medium-padding.cxs-icon {
|
|
3742
3988
|
padding-left: 16px;
|
|
3743
3989
|
}
|
|
3990
|
+
|
|
3744
3991
|
.cxb-menuitem.cxs-medium-padding.cxs-empty {
|
|
3745
3992
|
padding-right: 8px;
|
|
3746
3993
|
}
|
|
3994
|
+
|
|
3747
3995
|
.cxb-menuitem.cxs-medium-padding > .cxe-menuitem-arrow {
|
|
3748
3996
|
right: 10px;
|
|
3749
3997
|
}
|
|
3998
|
+
|
|
3750
3999
|
.cxb-menuitem.cxs-medium-padding > .cxe-menuitem-button {
|
|
3751
4000
|
width: 36px;
|
|
3752
4001
|
}
|
|
4002
|
+
|
|
3753
4003
|
.cxb-menuitem.cxs-large-padding > a, .cxb-menuitem.cxs-large-padding > span {
|
|
3754
4004
|
padding: 15px 30px;
|
|
3755
4005
|
line-height: 16px;
|
|
3756
4006
|
border: 1px solid transparent;
|
|
3757
4007
|
display: block;
|
|
3758
4008
|
}
|
|
4009
|
+
|
|
3759
4010
|
.cxb-menuitem.cxs-large-padding.cxs-arrow {
|
|
3760
4011
|
padding-right: 16px;
|
|
3761
4012
|
}
|
|
4013
|
+
|
|
3762
4014
|
.cxb-menuitem.cxs-large-padding.cxs-icon {
|
|
3763
4015
|
padding-left: 16px;
|
|
3764
4016
|
}
|
|
4017
|
+
|
|
3765
4018
|
.cxb-menuitem.cxs-large-padding.cxs-empty {
|
|
3766
4019
|
padding-right: 8px;
|
|
3767
4020
|
}
|
|
4021
|
+
|
|
3768
4022
|
.cxb-menuitem.cxs-large-padding > .cxe-menuitem-arrow {
|
|
3769
4023
|
right: 15px;
|
|
3770
4024
|
}
|
|
4025
|
+
|
|
3771
4026
|
.cxb-menuitem.cxs-large-padding > .cxe-menuitem-button {
|
|
3772
4027
|
width: 46px;
|
|
3773
4028
|
}
|
|
4029
|
+
|
|
3774
4030
|
.cxb-menuitem.cxs-xlarge-padding > a, .cxb-menuitem.cxs-xlarge-padding > span {
|
|
3775
4031
|
padding: 20px 40px;
|
|
3776
4032
|
line-height: 16px;
|
|
3777
4033
|
border: 1px solid transparent;
|
|
3778
4034
|
display: block;
|
|
3779
4035
|
}
|
|
4036
|
+
|
|
3780
4037
|
.cxb-menuitem.cxs-xlarge-padding.cxs-arrow {
|
|
3781
4038
|
padding-right: 16px;
|
|
3782
4039
|
}
|
|
4040
|
+
|
|
3783
4041
|
.cxb-menuitem.cxs-xlarge-padding.cxs-icon {
|
|
3784
4042
|
padding-left: 16px;
|
|
3785
4043
|
}
|
|
4044
|
+
|
|
3786
4045
|
.cxb-menuitem.cxs-xlarge-padding.cxs-empty {
|
|
3787
4046
|
padding-right: 8px;
|
|
3788
4047
|
}
|
|
4048
|
+
|
|
3789
4049
|
.cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-arrow {
|
|
3790
4050
|
right: 20px;
|
|
3791
4051
|
}
|
|
4052
|
+
|
|
3792
4053
|
.cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-button {
|
|
3793
4054
|
width: 56px;
|
|
3794
4055
|
}
|
|
@@ -3800,6 +4061,7 @@ th.cxe-calendar-display {
|
|
|
3800
4061
|
top: 50%;
|
|
3801
4062
|
margin-top: -8px;
|
|
3802
4063
|
}
|
|
4064
|
+
|
|
3803
4065
|
.cxs-vertical > .cxe-menuitem-arrow {
|
|
3804
4066
|
transform: rotate(-90deg);
|
|
3805
4067
|
}
|
|
@@ -3844,13 +4106,16 @@ th.cxe-calendar-display {
|
|
|
3844
4106
|
align-items: stretch;
|
|
3845
4107
|
justify-content: stretch;
|
|
3846
4108
|
}
|
|
4109
|
+
|
|
3847
4110
|
.cxb-scroller.cxs-horizontal {
|
|
3848
4111
|
white-space: nowrap;
|
|
3849
4112
|
}
|
|
4113
|
+
|
|
3850
4114
|
.cxb-scroller.cxs-horizontal.cxs-horizontal.cxs-scrollable {
|
|
3851
4115
|
padding-left: 20px;
|
|
3852
4116
|
padding-right: 20px;
|
|
3853
4117
|
}
|
|
4118
|
+
|
|
3854
4119
|
.cxb-scroller.cxs-vertical.cxs-scrollable {
|
|
3855
4120
|
padding-top: 20px;
|
|
3856
4121
|
padding-bottom: 20px;
|
|
@@ -3868,13 +4133,16 @@ th.cxe-calendar-display {
|
|
|
3868
4133
|
.cxe-scroller-scroller {
|
|
3869
4134
|
box-sizing: border-box;
|
|
3870
4135
|
}
|
|
4136
|
+
|
|
3871
4137
|
.cxb-scroller.cxs-horizontal > .cxe-scroller-clip > .cxe-scroller-scroller {
|
|
3872
4138
|
overflow-x: auto;
|
|
3873
4139
|
}
|
|
4140
|
+
|
|
3874
4141
|
.cxb-scroller.cxs-vertical > .cxe-scroller-clip > .cxe-scroller-scroller {
|
|
3875
4142
|
overflow-y: auto;
|
|
3876
4143
|
flex: 1 1 0%;
|
|
3877
4144
|
}
|
|
4145
|
+
|
|
3878
4146
|
.cxe-scroller-scroller::-webkit-scrollbar {
|
|
3879
4147
|
display: none;
|
|
3880
4148
|
}
|
|
@@ -3888,9 +4156,11 @@ th.cxe-calendar-display {
|
|
|
3888
4156
|
cursor: pointer;
|
|
3889
4157
|
display: none;
|
|
3890
4158
|
}
|
|
4159
|
+
|
|
3891
4160
|
.cxe-scroller-left-arrow > .cxe-scroller-icon {
|
|
3892
4161
|
transform: rotate(90deg);
|
|
3893
4162
|
}
|
|
4163
|
+
|
|
3894
4164
|
.cxs-scrollable > .cxe-scroller-left-arrow {
|
|
3895
4165
|
display: block;
|
|
3896
4166
|
}
|
|
@@ -3904,9 +4174,11 @@ th.cxe-calendar-display {
|
|
|
3904
4174
|
cursor: pointer;
|
|
3905
4175
|
display: none;
|
|
3906
4176
|
}
|
|
4177
|
+
|
|
3907
4178
|
.cxe-scroller-right-arrow > .cxe-scroller-icon {
|
|
3908
4179
|
transform: rotate(-90deg);
|
|
3909
4180
|
}
|
|
4181
|
+
|
|
3910
4182
|
.cxs-scrollable > .cxe-scroller-right-arrow {
|
|
3911
4183
|
display: block;
|
|
3912
4184
|
}
|
|
@@ -3920,9 +4192,11 @@ th.cxe-calendar-display {
|
|
|
3920
4192
|
cursor: pointer;
|
|
3921
4193
|
display: none;
|
|
3922
4194
|
}
|
|
4195
|
+
|
|
3923
4196
|
.cxe-scroller-top-arrow > .cxe-scroller-icon {
|
|
3924
4197
|
transform: rotate(180deg);
|
|
3925
4198
|
}
|
|
4199
|
+
|
|
3926
4200
|
.cxs-scrollable > .cxe-scroller-top-arrow {
|
|
3927
4201
|
display: block;
|
|
3928
4202
|
}
|
|
@@ -3936,6 +4210,7 @@ th.cxe-calendar-display {
|
|
|
3936
4210
|
cursor: pointer;
|
|
3937
4211
|
display: none;
|
|
3938
4212
|
}
|
|
4213
|
+
|
|
3939
4214
|
.cxs-scrollable > .cxe-scroller-bottom-arrow {
|
|
3940
4215
|
display: block;
|
|
3941
4216
|
}
|
|
@@ -3959,7 +4234,57 @@ th.cxe-calendar-display {
|
|
|
3959
4234
|
z-index: 1000000;
|
|
3960
4235
|
}
|
|
3961
4236
|
|
|
3962
|
-
.cxb-
|
|
4237
|
+
.cxb-overlay {
|
|
4238
|
+
left: calc(50% - 250px);
|
|
4239
|
+
top: calc(50% - 100px);
|
|
4240
|
+
min-width: 10px;
|
|
4241
|
+
min-height: 10px;
|
|
4242
|
+
position: fixed;
|
|
4243
|
+
overflow: visible;
|
|
4244
|
+
box-sizing: border-box;
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
.cxb-overlay.cxs-draggable {
|
|
4248
|
+
cursor: pointer;
|
|
4249
|
+
touch-action: none;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.cxb-overlay.cxs-shadow {
|
|
4253
|
+
position: absolute;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
.cxb-overlay:focus {
|
|
4257
|
+
outline: none;
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
.cxb-overlay.cxs-pad {
|
|
4261
|
+
padding: 5px;
|
|
4262
|
+
}
|
|
4263
|
+
|
|
4264
|
+
.cxe-overlay-modal-backdrop {
|
|
4265
|
+
position: fixed;
|
|
4266
|
+
left: 0;
|
|
4267
|
+
top: 0;
|
|
4268
|
+
width: 100vw;
|
|
4269
|
+
height: 100vh;
|
|
4270
|
+
}
|
|
4271
|
+
|
|
4272
|
+
.cxe-overlay-shadow {
|
|
4273
|
+
position: fixed;
|
|
4274
|
+
left: 0;
|
|
4275
|
+
top: 0;
|
|
4276
|
+
width: 100vw;
|
|
4277
|
+
height: 100vh;
|
|
4278
|
+
background: rgba(128, 128, 128, 0.3);
|
|
4279
|
+
overflow: auto;
|
|
4280
|
+
}
|
|
4281
|
+
|
|
4282
|
+
.cxe-overlay-beacon {
|
|
4283
|
+
position: absolute;
|
|
4284
|
+
display: none;
|
|
4285
|
+
}
|
|
4286
|
+
|
|
4287
|
+
.cxb-dropdown {
|
|
3963
4288
|
left: calc(50% - 250px);
|
|
3964
4289
|
top: calc(50% - 100px);
|
|
3965
4290
|
min-width: 10px;
|
|
@@ -3968,37 +4293,198 @@ th.cxe-calendar-display {
|
|
|
3968
4293
|
overflow: visible;
|
|
3969
4294
|
box-sizing: border-box;
|
|
3970
4295
|
}
|
|
3971
|
-
|
|
4296
|
+
|
|
4297
|
+
.cxb-dropdown.cxs-draggable {
|
|
3972
4298
|
cursor: pointer;
|
|
3973
4299
|
touch-action: none;
|
|
3974
4300
|
}
|
|
3975
|
-
|
|
4301
|
+
|
|
4302
|
+
.cxb-dropdown.cxs-shadow {
|
|
3976
4303
|
position: absolute;
|
|
3977
4304
|
}
|
|
3978
|
-
|
|
4305
|
+
|
|
4306
|
+
.cxb-dropdown:focus {
|
|
3979
4307
|
outline: none;
|
|
3980
4308
|
}
|
|
3981
4309
|
|
|
3982
|
-
.
|
|
3983
|
-
|
|
3984
|
-
left:
|
|
3985
|
-
top:
|
|
3986
|
-
|
|
3987
|
-
|
|
4310
|
+
.cxb-dropdown {
|
|
4311
|
+
display: block;
|
|
4312
|
+
left: -10000px;
|
|
4313
|
+
top: -10000px;
|
|
4314
|
+
color: #373a3c;
|
|
4315
|
+
background-color: white;
|
|
4316
|
+
border-radius: 0;
|
|
4317
|
+
border-color: #bfbfbf;
|
|
4318
|
+
border-width: 0;
|
|
4319
|
+
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29);
|
|
4320
|
+
white-space: normal;
|
|
4321
|
+
font-weight: normal;
|
|
4322
|
+
font-size: 14px;
|
|
4323
|
+
text-align: left;
|
|
4324
|
+
line-height: normal;
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4327
|
+
.cxb-dropdown.cxs-place-screen-center {
|
|
4328
|
+
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29), 0 0 1000px 1000px rgba(128, 128, 128, 0.3);
|
|
4329
|
+
}
|
|
4330
|
+
|
|
4331
|
+
.cxb-dropdown.cxs-pad {
|
|
4332
|
+
padding: 5px;
|
|
4333
|
+
}
|
|
4334
|
+
|
|
4335
|
+
.cxe-dropdown-beacon {
|
|
4336
|
+
position: absolute;
|
|
4337
|
+
width: 1px;
|
|
4338
|
+
height: 1px;
|
|
4339
|
+
visibility: hidden;
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
.cxe-dropdown-arrow-border,
|
|
4343
|
+
.cxe-dropdown-arrow-fill {
|
|
4344
|
+
border-style: solid;
|
|
4345
|
+
border-color: transparent;
|
|
4346
|
+
content: " ";
|
|
4347
|
+
height: 0;
|
|
4348
|
+
width: 0;
|
|
4349
|
+
position: absolute;
|
|
4350
|
+
pointer-events: none;
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
.cxe-dropdown-arrow-border {
|
|
4354
|
+
color: #bfbfbf;
|
|
4355
|
+
border-width: 6px;
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4358
|
+
.cxe-dropdown-arrow-fill {
|
|
4359
|
+
color: white;
|
|
4360
|
+
border-width: 6px;
|
|
4361
|
+
}
|
|
4362
|
+
|
|
4363
|
+
.cxs-place-right > .cxe-dropdown-arrow-fill,
|
|
4364
|
+
.cxs-place-right-up > .cxe-dropdown-arrow-fill,
|
|
4365
|
+
.cxs-place-right-down > .cxe-dropdown-arrow-fill {
|
|
4366
|
+
right: 100%;
|
|
4367
|
+
top: 50%;
|
|
4368
|
+
border-right-color: currentColor;
|
|
4369
|
+
margin-top: -6px;
|
|
4370
|
+
}
|
|
4371
|
+
|
|
4372
|
+
.cxs-place-right > .cxe-dropdown-arrow-border,
|
|
4373
|
+
.cxs-place-right-up > .cxe-dropdown-arrow-border,
|
|
4374
|
+
.cxs-place-right-down > .cxe-dropdown-arrow-border {
|
|
4375
|
+
right: 100%;
|
|
4376
|
+
top: 50%;
|
|
4377
|
+
border-right-color: currentColor;
|
|
4378
|
+
margin-top: -6px;
|
|
4379
|
+
}
|
|
4380
|
+
|
|
4381
|
+
.cxs-place-left > .cxe-dropdown-arrow-fill,
|
|
4382
|
+
.cxs-place-left-down > .cxe-dropdown-arrow-fill,
|
|
4383
|
+
.cxs-place-left-up > .cxe-dropdown-arrow-fill {
|
|
4384
|
+
left: 100%;
|
|
4385
|
+
top: 50%;
|
|
4386
|
+
border-left-color: currentColor;
|
|
4387
|
+
margin-top: -6px;
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4390
|
+
.cxs-place-left > .cxe-dropdown-arrow-border,
|
|
4391
|
+
.cxs-place-left-down > .cxe-dropdown-arrow-border,
|
|
4392
|
+
.cxs-place-left-up > .cxe-dropdown-arrow-border {
|
|
4393
|
+
left: 100%;
|
|
4394
|
+
top: 50%;
|
|
4395
|
+
border-left-color: currentColor;
|
|
4396
|
+
margin-top: -6px;
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
.cxs-place-right-down > .cxe-dropdown-arrow-fill,
|
|
4400
|
+
.cxs-place-left-down > .cxe-dropdown-arrow-fill {
|
|
4401
|
+
top: 16px;
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
.cxs-place-right-down > .cxe-dropdown-arrow-border,
|
|
4405
|
+
.cxs-place-left-down > .cxe-dropdown-arrow-border {
|
|
4406
|
+
top: 16px;
|
|
4407
|
+
}
|
|
4408
|
+
|
|
4409
|
+
.cxs-place-right-up > .cxe-dropdown-arrow-fill, .cxs-place-right-up > .cxe-dropdown-arrow-border,
|
|
4410
|
+
.cxs-place-left-up > .cxe-dropdown-arrow-fill,
|
|
4411
|
+
.cxs-place-left-up > .cxe-dropdown-arrow-border {
|
|
4412
|
+
top: calc(100% + -16px);
|
|
4413
|
+
}
|
|
4414
|
+
|
|
4415
|
+
.cxs-place-up > .cxe-dropdown-arrow-fill,
|
|
4416
|
+
.cxs-place-up-left > .cxe-dropdown-arrow-fill,
|
|
4417
|
+
.cxs-place-up-right > .cxe-dropdown-arrow-fill {
|
|
4418
|
+
left: 50%;
|
|
4419
|
+
top: 100%;
|
|
4420
|
+
border-top-color: currentColor;
|
|
4421
|
+
margin-left: -6px;
|
|
4422
|
+
}
|
|
4423
|
+
|
|
4424
|
+
.cxs-place-up > .cxe-dropdown-arrow-border,
|
|
4425
|
+
.cxs-place-up-left > .cxe-dropdown-arrow-border,
|
|
4426
|
+
.cxs-place-up-right > .cxe-dropdown-arrow-border {
|
|
4427
|
+
left: 50%;
|
|
4428
|
+
top: 100%;
|
|
4429
|
+
border-top-color: currentColor;
|
|
4430
|
+
margin-left: -6px;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4433
|
+
.cxs-place-down > .cxe-dropdown-arrow-fill,
|
|
4434
|
+
.cxs-place-down-left > .cxe-dropdown-arrow-fill,
|
|
4435
|
+
.cxs-place-down-right > .cxe-dropdown-arrow-fill {
|
|
4436
|
+
left: 50%;
|
|
4437
|
+
bottom: 100%;
|
|
4438
|
+
border-bottom-color: currentColor;
|
|
4439
|
+
margin-left: -6px;
|
|
4440
|
+
}
|
|
4441
|
+
|
|
4442
|
+
.cxs-place-down > .cxe-dropdown-arrow-border,
|
|
4443
|
+
.cxs-place-down-left > .cxe-dropdown-arrow-border,
|
|
4444
|
+
.cxs-place-down-right > .cxe-dropdown-arrow-border {
|
|
4445
|
+
left: 50%;
|
|
4446
|
+
bottom: 100%;
|
|
4447
|
+
border-bottom-color: currentColor;
|
|
4448
|
+
margin-left: -6px;
|
|
4449
|
+
}
|
|
4450
|
+
|
|
4451
|
+
.cxs-place-down-right > .cxe-dropdown-arrow-fill, .cxs-place-down-right > .cxe-dropdown-arrow-border,
|
|
4452
|
+
.cxs-place-up-right > .cxe-dropdown-arrow-fill,
|
|
4453
|
+
.cxs-place-up-right > .cxe-dropdown-arrow-border {
|
|
4454
|
+
left: 16px;
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4457
|
+
.cxs-place-down-left > .cxe-dropdown-arrow-fill,
|
|
4458
|
+
.cxs-place-up-left > .cxe-dropdown-arrow-fill {
|
|
4459
|
+
left: calc(100% + -16px);
|
|
4460
|
+
}
|
|
4461
|
+
|
|
4462
|
+
.cxs-place-down-left > .cxe-dropdown-arrow-border,
|
|
4463
|
+
.cxs-place-up-left > .cxe-dropdown-arrow-border {
|
|
4464
|
+
left: calc(100% + -16px);
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4467
|
+
.cxb-window {
|
|
4468
|
+
left: calc(50% - 250px);
|
|
4469
|
+
top: calc(50% - 100px);
|
|
4470
|
+
min-width: 10px;
|
|
4471
|
+
min-height: 10px;
|
|
4472
|
+
position: fixed;
|
|
4473
|
+
overflow: visible;
|
|
4474
|
+
box-sizing: border-box;
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4477
|
+
.cxb-window.cxs-draggable {
|
|
4478
|
+
cursor: pointer;
|
|
4479
|
+
touch-action: none;
|
|
3988
4480
|
}
|
|
3989
4481
|
|
|
3990
|
-
.
|
|
3991
|
-
position:
|
|
3992
|
-
left: 0;
|
|
3993
|
-
top: 0;
|
|
3994
|
-
width: 100vw;
|
|
3995
|
-
height: 100vh;
|
|
3996
|
-
background: rgba(128, 128, 128, 0.3);
|
|
3997
|
-
overflow: auto;
|
|
4482
|
+
.cxb-window.cxs-shadow {
|
|
4483
|
+
position: absolute;
|
|
3998
4484
|
}
|
|
3999
4485
|
|
|
4000
|
-
.cxb-
|
|
4001
|
-
|
|
4486
|
+
.cxb-window:focus {
|
|
4487
|
+
outline: none;
|
|
4002
4488
|
}
|
|
4003
4489
|
|
|
4004
4490
|
.cxb-window {
|
|
@@ -4008,27 +4494,27 @@ th.cxe-calendar-display {
|
|
|
4008
4494
|
background-color: transparent;
|
|
4009
4495
|
border-radius: 0;
|
|
4010
4496
|
}
|
|
4497
|
+
|
|
4011
4498
|
.cxb-window.cxs-resizable.cxs-active {
|
|
4012
4499
|
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.29);
|
|
4013
4500
|
}
|
|
4014
|
-
.cxb-window.cxm-alert {
|
|
4015
|
-
min-width: 300px;
|
|
4016
|
-
}
|
|
4017
4501
|
|
|
4018
4502
|
.cxe-window-header {
|
|
4019
4503
|
position: relative;
|
|
4020
4504
|
box-sizing: border-box;
|
|
4021
4505
|
display: flex;
|
|
4022
|
-
align-items: center;
|
|
4023
4506
|
flex: none;
|
|
4024
4507
|
touch-action: none;
|
|
4025
4508
|
background: rgba(246, 246, 246, 0.9);
|
|
4026
4509
|
padding: 10px 15px;
|
|
4027
4510
|
font-size: 16px;
|
|
4511
|
+
align-items: center;
|
|
4028
4512
|
}
|
|
4513
|
+
|
|
4029
4514
|
.cxs-draggable .cxe-window-header {
|
|
4030
4515
|
cursor: pointer;
|
|
4031
4516
|
}
|
|
4517
|
+
|
|
4032
4518
|
.cxe-window-footer {
|
|
4033
4519
|
position: relative;
|
|
4034
4520
|
box-sizing: border-box;
|
|
@@ -4036,6 +4522,7 @@ th.cxe-calendar-display {
|
|
|
4036
4522
|
background: rgba(246, 246, 246, 0.9);
|
|
4037
4523
|
padding: 10px 15px;
|
|
4038
4524
|
}
|
|
4525
|
+
|
|
4039
4526
|
.cxe-window-footer:after {
|
|
4040
4527
|
clear: both;
|
|
4041
4528
|
visibility: hidden;
|
|
@@ -4044,9 +4531,6 @@ th.cxe-calendar-display {
|
|
|
4044
4531
|
content: " ";
|
|
4045
4532
|
height: 0;
|
|
4046
4533
|
}
|
|
4047
|
-
.cxm-alert .cxe-window-footer {
|
|
4048
|
-
text-align: center;
|
|
4049
|
-
}
|
|
4050
4534
|
|
|
4051
4535
|
.cxe-window-body {
|
|
4052
4536
|
overflow: auto;
|
|
@@ -4055,14 +4539,43 @@ th.cxe-calendar-display {
|
|
|
4055
4539
|
flex: auto;
|
|
4056
4540
|
background: white;
|
|
4057
4541
|
}
|
|
4058
|
-
|
|
4059
|
-
|
|
4542
|
+
|
|
4543
|
+
.cxb-window.cxm-alert {
|
|
4544
|
+
min-width: 300px;
|
|
4060
4545
|
}
|
|
4061
|
-
|
|
4546
|
+
|
|
4547
|
+
.cxb-window.cxm-alert .cxe-window-body {
|
|
4062
4548
|
padding: 2.5rem;
|
|
4063
4549
|
text-align: center;
|
|
4064
4550
|
}
|
|
4065
4551
|
|
|
4552
|
+
.cxb-window.cxm-alert .cxe-window-footer {
|
|
4553
|
+
text-align: center;
|
|
4554
|
+
}
|
|
4555
|
+
|
|
4556
|
+
.cxe-window-modal-backdrop {
|
|
4557
|
+
position: fixed;
|
|
4558
|
+
left: 0;
|
|
4559
|
+
top: 0;
|
|
4560
|
+
width: 100vw;
|
|
4561
|
+
height: 100vh;
|
|
4562
|
+
}
|
|
4563
|
+
|
|
4564
|
+
.cxe-window-shadow {
|
|
4565
|
+
position: fixed;
|
|
4566
|
+
left: 0;
|
|
4567
|
+
top: 0;
|
|
4568
|
+
width: 100vw;
|
|
4569
|
+
height: 100vh;
|
|
4570
|
+
background: rgba(128, 128, 128, 0.3);
|
|
4571
|
+
overflow: auto;
|
|
4572
|
+
}
|
|
4573
|
+
|
|
4574
|
+
.cxe-window-beacon {
|
|
4575
|
+
position: absolute;
|
|
4576
|
+
display: none;
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4066
4579
|
@keyframes cx-tooltip-enter-animation {
|
|
4067
4580
|
from {
|
|
4068
4581
|
transform: scale(0.9);
|
|
@@ -4083,6 +4596,29 @@ th.cxe-calendar-display {
|
|
|
4083
4596
|
opacity: 0;
|
|
4084
4597
|
}
|
|
4085
4598
|
}
|
|
4599
|
+
.cxb-tooltip {
|
|
4600
|
+
left: calc(50% - 250px);
|
|
4601
|
+
top: calc(50% - 100px);
|
|
4602
|
+
min-width: 10px;
|
|
4603
|
+
min-height: 10px;
|
|
4604
|
+
position: fixed;
|
|
4605
|
+
overflow: visible;
|
|
4606
|
+
box-sizing: border-box;
|
|
4607
|
+
}
|
|
4608
|
+
|
|
4609
|
+
.cxb-tooltip.cxs-draggable {
|
|
4610
|
+
cursor: pointer;
|
|
4611
|
+
touch-action: none;
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
.cxb-tooltip.cxs-shadow {
|
|
4615
|
+
position: absolute;
|
|
4616
|
+
}
|
|
4617
|
+
|
|
4618
|
+
.cxb-tooltip:focus {
|
|
4619
|
+
outline: none;
|
|
4620
|
+
}
|
|
4621
|
+
|
|
4086
4622
|
.cxb-tooltip {
|
|
4087
4623
|
display: block;
|
|
4088
4624
|
left: -10000px;
|
|
@@ -4097,23 +4633,29 @@ th.cxe-calendar-display {
|
|
|
4097
4633
|
max-width: 400px;
|
|
4098
4634
|
pointer-events: none;
|
|
4099
4635
|
}
|
|
4636
|
+
|
|
4100
4637
|
.cxb-tooltip.cxs-animate {
|
|
4101
4638
|
animation: cx-tooltip-enter-animation 0.2s;
|
|
4102
4639
|
}
|
|
4640
|
+
|
|
4103
4641
|
.cxb-tooltip.cxs-animate-leave {
|
|
4104
4642
|
animation: cx-tooltip-leave-animation 0.2s;
|
|
4105
4643
|
animation-fill-mode: forwards;
|
|
4106
4644
|
}
|
|
4645
|
+
|
|
4107
4646
|
.cxb-tooltip.cxs-mouse-trap {
|
|
4108
4647
|
pointer-events: auto;
|
|
4109
4648
|
}
|
|
4649
|
+
|
|
4110
4650
|
.cxb-tooltip.cxm-error {
|
|
4111
4651
|
background-color: white;
|
|
4112
4652
|
border-color: #e63001;
|
|
4113
4653
|
}
|
|
4654
|
+
|
|
4114
4655
|
.cxb-tooltip.cxm-error .cxe-tooltip-arrow-border {
|
|
4115
4656
|
color: #e63001;
|
|
4116
4657
|
}
|
|
4658
|
+
|
|
4117
4659
|
.cxb-tooltip.cxm-error .cxe-tooltip-arrow-fill {
|
|
4118
4660
|
color: white;
|
|
4119
4661
|
}
|
|
@@ -4152,6 +4694,7 @@ th.cxe-calendar-display {
|
|
|
4152
4694
|
border-right-color: currentColor;
|
|
4153
4695
|
margin-top: -5px;
|
|
4154
4696
|
}
|
|
4697
|
+
|
|
4155
4698
|
.cxs-place-right > .cxe-tooltip-arrow-border,
|
|
4156
4699
|
.cxs-place-right-up > .cxe-tooltip-arrow-border,
|
|
4157
4700
|
.cxs-place-right-down > .cxe-tooltip-arrow-border {
|
|
@@ -4169,6 +4712,7 @@ th.cxe-calendar-display {
|
|
|
4169
4712
|
border-left-color: currentColor;
|
|
4170
4713
|
margin-top: -5px;
|
|
4171
4714
|
}
|
|
4715
|
+
|
|
4172
4716
|
.cxs-place-left > .cxe-tooltip-arrow-border,
|
|
4173
4717
|
.cxs-place-left-down > .cxe-tooltip-arrow-border,
|
|
4174
4718
|
.cxs-place-left-up > .cxe-tooltip-arrow-border {
|
|
@@ -4182,6 +4726,7 @@ th.cxe-calendar-display {
|
|
|
4182
4726
|
.cxs-place-left-down > .cxe-tooltip-arrow-fill {
|
|
4183
4727
|
top: 16px;
|
|
4184
4728
|
}
|
|
4729
|
+
|
|
4185
4730
|
.cxs-place-right-down > .cxe-tooltip-arrow-border,
|
|
4186
4731
|
.cxs-place-left-down > .cxe-tooltip-arrow-border {
|
|
4187
4732
|
top: 16px;
|
|
@@ -4201,6 +4746,7 @@ th.cxe-calendar-display {
|
|
|
4201
4746
|
border-top-color: currentColor;
|
|
4202
4747
|
margin-left: -5px;
|
|
4203
4748
|
}
|
|
4749
|
+
|
|
4204
4750
|
.cxs-place-up > .cxe-tooltip-arrow-border,
|
|
4205
4751
|
.cxs-place-up-left > .cxe-tooltip-arrow-border,
|
|
4206
4752
|
.cxs-place-up-right > .cxe-tooltip-arrow-border {
|
|
@@ -4218,6 +4764,7 @@ th.cxe-calendar-display {
|
|
|
4218
4764
|
border-bottom-color: currentColor;
|
|
4219
4765
|
margin-left: -5px;
|
|
4220
4766
|
}
|
|
4767
|
+
|
|
4221
4768
|
.cxs-place-down > .cxe-tooltip-arrow-border,
|
|
4222
4769
|
.cxs-place-down-left > .cxe-tooltip-arrow-border,
|
|
4223
4770
|
.cxs-place-down-right > .cxe-tooltip-arrow-border {
|
|
@@ -4237,6 +4784,7 @@ th.cxe-calendar-display {
|
|
|
4237
4784
|
.cxs-place-up-left > .cxe-tooltip-arrow-fill {
|
|
4238
4785
|
left: calc(100% + -16px);
|
|
4239
4786
|
}
|
|
4787
|
+
|
|
4240
4788
|
.cxs-place-down-left > .cxe-tooltip-arrow-border,
|
|
4241
4789
|
.cxs-place-up-left > .cxe-tooltip-arrow-border {
|
|
4242
4790
|
left: calc(100% + -16px);
|
|
@@ -4278,32 +4826,45 @@ th.cxe-calendar-display {
|
|
|
4278
4826
|
flex-direction: row;
|
|
4279
4827
|
align-items: center;
|
|
4280
4828
|
}
|
|
4829
|
+
|
|
4281
4830
|
.cxb-toast.cxs-pad {
|
|
4282
4831
|
padding: 10px;
|
|
4283
4832
|
}
|
|
4833
|
+
|
|
4284
4834
|
.cxb-toast.cxs-animate {
|
|
4285
4835
|
animation: cx-toast-enter-animation 0.2s;
|
|
4286
4836
|
}
|
|
4837
|
+
|
|
4287
4838
|
.cxb-toast.cxs-animate-leave {
|
|
4288
4839
|
animation: cx-toast-leave-animation 0.2s;
|
|
4289
4840
|
animation-fill-mode: forwards;
|
|
4290
4841
|
}
|
|
4842
|
+
|
|
4291
4843
|
.cxb-toast.cxm-warning {
|
|
4292
4844
|
color: #fff;
|
|
4293
4845
|
background-color: #f09037;
|
|
4294
4846
|
}
|
|
4847
|
+
|
|
4295
4848
|
.cxb-toast.cxm-primary {
|
|
4296
4849
|
color: #fff;
|
|
4297
4850
|
background-color: #1f99f8;
|
|
4298
4851
|
}
|
|
4852
|
+
|
|
4299
4853
|
.cxb-toast.cxm-success {
|
|
4300
4854
|
color: #fff;
|
|
4301
4855
|
background-color: #5cb85c;
|
|
4302
4856
|
}
|
|
4857
|
+
|
|
4303
4858
|
.cxb-toast.cxm-error {
|
|
4304
4859
|
color: #fff;
|
|
4305
4860
|
background-color: #d9534f;
|
|
4306
4861
|
}
|
|
4862
|
+
|
|
4863
|
+
.cxe-toast-beacon {
|
|
4864
|
+
position: absolute;
|
|
4865
|
+
display: none;
|
|
4866
|
+
}
|
|
4867
|
+
|
|
4307
4868
|
.cxb-toaster {
|
|
4308
4869
|
position: fixed;
|
|
4309
4870
|
left: 0;
|
|
@@ -4317,27 +4878,34 @@ th.cxe-calendar-display {
|
|
|
4317
4878
|
overflow: hidden;
|
|
4318
4879
|
z-index: 1000000;
|
|
4319
4880
|
}
|
|
4881
|
+
|
|
4320
4882
|
.cxb-toaster.cxs-placement-right {
|
|
4321
4883
|
justify-content: center;
|
|
4322
4884
|
align-items: flex-end;
|
|
4323
4885
|
}
|
|
4886
|
+
|
|
4324
4887
|
.cxb-toaster.cxs-placement-left {
|
|
4325
4888
|
justify-content: center;
|
|
4326
4889
|
align-items: flex-start;
|
|
4327
4890
|
}
|
|
4891
|
+
|
|
4328
4892
|
.cxb-toaster.cxs-placement-bottom {
|
|
4329
4893
|
flex-direction: column-reverse;
|
|
4330
4894
|
}
|
|
4895
|
+
|
|
4331
4896
|
.cxb-toaster.cxs-placement-top-left {
|
|
4332
4897
|
align-items: flex-start;
|
|
4333
4898
|
}
|
|
4899
|
+
|
|
4334
4900
|
.cxb-toaster.cxs-placement-top-right {
|
|
4335
4901
|
align-items: flex-end;
|
|
4336
4902
|
}
|
|
4903
|
+
|
|
4337
4904
|
.cxb-toaster.cxs-placement-bottom-left {
|
|
4338
4905
|
justify-content: flex-end;
|
|
4339
4906
|
align-items: flex-start;
|
|
4340
4907
|
}
|
|
4908
|
+
|
|
4341
4909
|
.cxb-toaster.cxs-placement-bottom-right {
|
|
4342
4910
|
justify-content: flex-end;
|
|
4343
4911
|
align-items: flex-end;
|
|
@@ -4348,6 +4916,7 @@ th.cxe-calendar-display {
|
|
|
4348
4916
|
height: 0;
|
|
4349
4917
|
transition: all 0.2s ease-in-out;
|
|
4350
4918
|
}
|
|
4919
|
+
|
|
4351
4920
|
.cxe-toaster-item.cxs-live {
|
|
4352
4921
|
margin: 10px;
|
|
4353
4922
|
}
|
|
@@ -4363,6 +4932,7 @@ th.cxe-calendar-display {
|
|
|
4363
4932
|
user-select: none;
|
|
4364
4933
|
-webkit-overflow-scrolling: touch;
|
|
4365
4934
|
}
|
|
4935
|
+
|
|
4366
4936
|
.cxb-pagination:focus {
|
|
4367
4937
|
outline: none;
|
|
4368
4938
|
}
|
|
@@ -4379,38 +4949,47 @@ th.cxe-calendar-display {
|
|
|
4379
4949
|
padding: 5px 10px;
|
|
4380
4950
|
position: relative;
|
|
4381
4951
|
}
|
|
4952
|
+
|
|
4382
4953
|
.cxe-pagination-page:first-child {
|
|
4383
4954
|
border-top-left-radius: 0;
|
|
4384
4955
|
border-bottom-left-radius: 0;
|
|
4385
4956
|
}
|
|
4957
|
+
|
|
4386
4958
|
.cxe-pagination-page:first-child:after {
|
|
4387
4959
|
content: "<";
|
|
4388
4960
|
visibility: hidden;
|
|
4389
4961
|
}
|
|
4962
|
+
|
|
4390
4963
|
.cxe-pagination-page:last-child {
|
|
4391
4964
|
border-top-right-radius: 0;
|
|
4392
4965
|
border-bottom-right-radius: 0;
|
|
4393
4966
|
}
|
|
4967
|
+
|
|
4394
4968
|
.cxe-pagination-page:last-child:after {
|
|
4395
4969
|
content: ">";
|
|
4396
4970
|
visibility: hidden;
|
|
4397
4971
|
}
|
|
4972
|
+
|
|
4398
4973
|
.cxe-pagination-page:hover {
|
|
4399
4974
|
background-color: rgba(128, 128, 128, 0.1);
|
|
4400
4975
|
outline: none;
|
|
4401
4976
|
cursor: pointer;
|
|
4402
4977
|
}
|
|
4978
|
+
|
|
4403
4979
|
.cxe-pagination-page:hover:focus {
|
|
4404
4980
|
background-color: rgba(123, 190, 255, 0.15);
|
|
4405
4981
|
outline: none;
|
|
4406
4982
|
}
|
|
4983
|
+
|
|
4407
4984
|
.cxe-pagination-page.cxs-active {
|
|
4408
4985
|
background-color: rgba(123, 190, 255, 0.4);
|
|
4409
4986
|
}
|
|
4987
|
+
|
|
4410
4988
|
.cxb-pagination:focus > .cxe-pagination-page.cxs-active {
|
|
4411
4989
|
background-color: rgba(123, 190, 255, 0.3);
|
|
4412
4990
|
outline: none;
|
|
4413
4991
|
}
|
|
4992
|
+
|
|
4414
4993
|
.cxe-pagination-page.cxs-disabled {
|
|
4415
4994
|
cursor: default;
|
|
4416
4995
|
opacity: 0.5;
|
|
@@ -4438,66 +5017,87 @@ th.cxe-calendar-display {
|
|
|
4438
5017
|
padding-left: 20px;
|
|
4439
5018
|
position: relative;
|
|
4440
5019
|
}
|
|
5020
|
+
|
|
4441
5021
|
.cxb-treenode.cxs-icon {
|
|
4442
5022
|
padding-left: 36px;
|
|
4443
5023
|
}
|
|
5024
|
+
|
|
4444
5025
|
.cxb-treenode.cxs-level-1 {
|
|
4445
5026
|
margin-left: 20px;
|
|
4446
5027
|
}
|
|
5028
|
+
|
|
4447
5029
|
.cxb-treenode.cxs-level-2 {
|
|
4448
5030
|
margin-left: 40px;
|
|
4449
5031
|
}
|
|
5032
|
+
|
|
4450
5033
|
.cxb-treenode.cxs-level-3 {
|
|
4451
5034
|
margin-left: 60px;
|
|
4452
5035
|
}
|
|
5036
|
+
|
|
4453
5037
|
.cxb-treenode.cxs-level-4 {
|
|
4454
5038
|
margin-left: 80px;
|
|
4455
5039
|
}
|
|
5040
|
+
|
|
4456
5041
|
.cxb-treenode.cxs-level-5 {
|
|
4457
5042
|
margin-left: 100px;
|
|
4458
5043
|
}
|
|
5044
|
+
|
|
4459
5045
|
.cxb-treenode.cxs-level-6 {
|
|
4460
5046
|
margin-left: 120px;
|
|
4461
5047
|
}
|
|
5048
|
+
|
|
4462
5049
|
.cxb-treenode.cxs-level-7 {
|
|
4463
5050
|
margin-left: 140px;
|
|
4464
5051
|
}
|
|
5052
|
+
|
|
4465
5053
|
.cxb-treenode.cxs-level-8 {
|
|
4466
5054
|
margin-left: 160px;
|
|
4467
5055
|
}
|
|
5056
|
+
|
|
4468
5057
|
.cxb-treenode.cxs-level-9 {
|
|
4469
5058
|
margin-left: 180px;
|
|
4470
5059
|
}
|
|
5060
|
+
|
|
4471
5061
|
.cxb-treenode.cxs-level-10 {
|
|
4472
5062
|
margin-left: 200px;
|
|
4473
5063
|
}
|
|
5064
|
+
|
|
4474
5065
|
.cxb-treenode.cxs-level-11 {
|
|
4475
5066
|
margin-left: 220px;
|
|
4476
5067
|
}
|
|
5068
|
+
|
|
4477
5069
|
.cxb-treenode.cxs-level-12 {
|
|
4478
5070
|
margin-left: 240px;
|
|
4479
5071
|
}
|
|
5072
|
+
|
|
4480
5073
|
.cxb-treenode.cxs-level-13 {
|
|
4481
5074
|
margin-left: 260px;
|
|
4482
5075
|
}
|
|
5076
|
+
|
|
4483
5077
|
.cxb-treenode.cxs-level-14 {
|
|
4484
5078
|
margin-left: 280px;
|
|
4485
5079
|
}
|
|
5080
|
+
|
|
4486
5081
|
.cxb-treenode.cxs-level-15 {
|
|
4487
5082
|
margin-left: 300px;
|
|
4488
5083
|
}
|
|
5084
|
+
|
|
4489
5085
|
.cxb-treenode.cxs-level-16 {
|
|
4490
5086
|
margin-left: 320px;
|
|
4491
5087
|
}
|
|
5088
|
+
|
|
4492
5089
|
.cxb-treenode.cxs-level-17 {
|
|
4493
5090
|
margin-left: 340px;
|
|
4494
5091
|
}
|
|
5092
|
+
|
|
4495
5093
|
.cxb-treenode.cxs-level-18 {
|
|
4496
5094
|
margin-left: 360px;
|
|
4497
5095
|
}
|
|
5096
|
+
|
|
4498
5097
|
.cxb-treenode.cxs-level-19 {
|
|
4499
5098
|
margin-left: 380px;
|
|
4500
5099
|
}
|
|
5100
|
+
|
|
4501
5101
|
.cxb-treenode.cxs-level-20 {
|
|
4502
5102
|
margin-left: 400px;
|
|
4503
5103
|
}
|
|
@@ -4521,9 +5121,11 @@ th.cxe-calendar-display {
|
|
|
4521
5121
|
width: 32px;
|
|
4522
5122
|
height: 16px;
|
|
4523
5123
|
}
|
|
5124
|
+
|
|
4524
5125
|
.cxe-treenode-handle:hover {
|
|
4525
5126
|
opacity: 1;
|
|
4526
5127
|
}
|
|
5128
|
+
|
|
4527
5129
|
.cxe-treenode-arrow {
|
|
4528
5130
|
display: block;
|
|
4529
5131
|
position: absolute;
|
|
@@ -4537,6 +5139,7 @@ th.cxe-calendar-display {
|
|
|
4537
5139
|
transform: rotate(-90deg);
|
|
4538
5140
|
transition: transform 0.2s;
|
|
4539
5141
|
}
|
|
5142
|
+
|
|
4540
5143
|
.cxs-expanded .cxe-treenode-arrow {
|
|
4541
5144
|
transform: rotate(0);
|
|
4542
5145
|
}
|
|
@@ -4563,60 +5166,77 @@ th.cxe-calendar-display {
|
|
|
4563
5166
|
font-size: 13px;
|
|
4564
5167
|
-webkit-overflow-scrolling: touch;
|
|
4565
5168
|
}
|
|
5169
|
+
|
|
4566
5170
|
.cxb-grid:focus {
|
|
4567
5171
|
outline: none;
|
|
4568
5172
|
}
|
|
5173
|
+
|
|
4569
5174
|
.cxb-grid table {
|
|
4570
5175
|
border-spacing: 0;
|
|
4571
5176
|
border-collapse: collapse;
|
|
4572
5177
|
width: 100%;
|
|
4573
5178
|
position: relative;
|
|
5179
|
+
font-size: inherit;
|
|
4574
5180
|
}
|
|
5181
|
+
|
|
4575
5182
|
.cxb-grid .cxs-aligned-left {
|
|
4576
5183
|
text-align: left;
|
|
4577
5184
|
}
|
|
5185
|
+
|
|
4578
5186
|
.cxb-grid .cxs-aligned-right {
|
|
4579
5187
|
text-align: right;
|
|
4580
5188
|
}
|
|
5189
|
+
|
|
4581
5190
|
.cxb-grid .cxs-aligned-center {
|
|
4582
5191
|
text-align: center;
|
|
4583
5192
|
}
|
|
5193
|
+
|
|
4584
5194
|
.cxb-grid.cxs-scrollable {
|
|
4585
5195
|
overflow: hidden;
|
|
4586
5196
|
display: flex;
|
|
4587
5197
|
flex-direction: row;
|
|
4588
5198
|
align-items: stretch;
|
|
4589
5199
|
}
|
|
5200
|
+
|
|
4590
5201
|
.cxb-grid.cxs-scrollable.cxs-border {
|
|
4591
5202
|
border: 1px solid #bfbfbf;
|
|
4592
5203
|
}
|
|
5204
|
+
|
|
4593
5205
|
.cxb-grid.cxs-scrollable.cxs-border table {
|
|
4594
5206
|
border: none;
|
|
4595
5207
|
}
|
|
5208
|
+
|
|
4596
5209
|
.cxb-grid.cxs-scrollable.cxs-border .cxe-grid-header:first-child th {
|
|
4597
5210
|
border-top: none;
|
|
4598
5211
|
}
|
|
5212
|
+
|
|
4599
5213
|
.cxb-grid.cxs-scrollable.cxs-border th {
|
|
4600
5214
|
border-left: none;
|
|
4601
5215
|
}
|
|
5216
|
+
|
|
4602
5217
|
.cxb-grid.cxs-scrollable.cxs-border th:last-child {
|
|
4603
5218
|
border-right: none;
|
|
4604
5219
|
}
|
|
5220
|
+
|
|
4605
5221
|
.cxb-grid.cxs-scrollable > .cxe-grid-scroll-area {
|
|
4606
5222
|
overflow-y: auto;
|
|
4607
5223
|
flex: 1 1 0%;
|
|
4608
5224
|
-webkit-overflow-scrolling: touch;
|
|
4609
5225
|
}
|
|
5226
|
+
|
|
4610
5227
|
.cxb-grid.cxs-scrollable > .cxe-grid-scroll-area.cxs-fixed-header > .cxe-grid-table-wrapper > table > .cxe-grid-header:first-child {
|
|
4611
5228
|
visibility: hidden;
|
|
4612
5229
|
}
|
|
5230
|
+
|
|
4613
5231
|
.cxb-grid.cxs-scrollable > .cxe-grid-scroll-area > .cxe-grid-table-wrapper {
|
|
4614
5232
|
overflow: hidden;
|
|
4615
5233
|
display: inline-block;
|
|
4616
5234
|
vertical-align: top;
|
|
4617
5235
|
min-width: 100%;
|
|
4618
5236
|
min-height: 100%;
|
|
5237
|
+
padding-top: 0;
|
|
4619
5238
|
}
|
|
5239
|
+
|
|
4620
5240
|
.cxb-grid.cxs-resizable .cxe-grid-data td,
|
|
4621
5241
|
.cxb-grid.cxs-resizable .cxe-grid-group-footer td,
|
|
4622
5242
|
.cxb-grid.cxs-resizable .cxe-grid-group-header td {
|
|
@@ -4624,32 +5244,40 @@ th.cxe-calendar-display {
|
|
|
4624
5244
|
overflow: hidden;
|
|
4625
5245
|
text-overflow: ellipsis;
|
|
4626
5246
|
}
|
|
5247
|
+
|
|
4627
5248
|
.cxb-grid.cxs-resizable .cxe-grid-fixed-header .cxe-grid-col-header:last-child {
|
|
4628
5249
|
max-width: 100%;
|
|
4629
5250
|
width: 100%;
|
|
4630
5251
|
}
|
|
5252
|
+
|
|
4631
5253
|
.cxb-grid.cxs-border table {
|
|
4632
5254
|
border: 1px solid #bfbfbf;
|
|
4633
5255
|
}
|
|
5256
|
+
|
|
4634
5257
|
.cxb-grid.cxs-vlines td:not(:last-child),
|
|
4635
5258
|
.cxb-grid.cxs-vlines th:not(:last-child) {
|
|
4636
5259
|
border-right-width: 1px;
|
|
4637
5260
|
border-right-style: solid;
|
|
4638
5261
|
border-right-color: #bfbfbf;
|
|
4639
5262
|
}
|
|
5263
|
+
|
|
4640
5264
|
.cxb-grid.cxm-responsive {
|
|
4641
5265
|
width: 100%;
|
|
4642
5266
|
}
|
|
5267
|
+
|
|
4643
5268
|
.cxb-grid.cxm-responsive > .cxe-grid-scroll-area {
|
|
4644
5269
|
overflow-x: auto;
|
|
4645
5270
|
}
|
|
5271
|
+
|
|
4646
5272
|
.cxb-grid.cxm-fixed-layout table {
|
|
4647
5273
|
table-layout: fixed;
|
|
4648
5274
|
width: auto;
|
|
4649
5275
|
}
|
|
5276
|
+
|
|
4650
5277
|
.cxb-grid.cxm-contain table {
|
|
4651
5278
|
contain: layout paint;
|
|
4652
5279
|
}
|
|
5280
|
+
|
|
4653
5281
|
.cxb-grid.cxm-nowrap .cxe-grid-data td,
|
|
4654
5282
|
.cxb-grid.cxm-nowrap .cxe-grid-fixed-footer td,
|
|
4655
5283
|
.cxb-grid.cxm-nowrap .cxe-grid-fixed-fixed-footer td {
|
|
@@ -4678,6 +5306,7 @@ th.cxe-calendar-display {
|
|
|
4678
5306
|
top: 0;
|
|
4679
5307
|
right: 0;
|
|
4680
5308
|
}
|
|
5309
|
+
|
|
4681
5310
|
.cxe-grid-fixed-header > table {
|
|
4682
5311
|
width: auto;
|
|
4683
5312
|
table-layout: fixed;
|
|
@@ -4692,6 +5321,7 @@ th.cxe-calendar-display {
|
|
|
4692
5321
|
box-sizing: border-box;
|
|
4693
5322
|
border-right: 1px solid #bfbfbf;
|
|
4694
5323
|
}
|
|
5324
|
+
|
|
4695
5325
|
.cxe-grid-fixed-fixed-header > table {
|
|
4696
5326
|
width: auto;
|
|
4697
5327
|
table-layout: fixed;
|
|
@@ -4705,6 +5335,7 @@ th.cxe-calendar-display {
|
|
|
4705
5335
|
bottom: 0;
|
|
4706
5336
|
right: 0;
|
|
4707
5337
|
}
|
|
5338
|
+
|
|
4708
5339
|
.cxe-grid-fixed-footer > table {
|
|
4709
5340
|
width: auto;
|
|
4710
5341
|
table-layout: fixed;
|
|
@@ -4719,6 +5350,7 @@ th.cxe-calendar-display {
|
|
|
4719
5350
|
border-right: 1px solid #bfbfbf;
|
|
4720
5351
|
box-sizing: border-box;
|
|
4721
5352
|
}
|
|
5353
|
+
|
|
4722
5354
|
.cxe-grid-fixed-fixed-footer > table {
|
|
4723
5355
|
width: auto;
|
|
4724
5356
|
table-layout: fixed;
|
|
@@ -4747,52 +5379,67 @@ th.cxe-calendar-display {
|
|
|
4747
5379
|
border-color: #bfbfbf;
|
|
4748
5380
|
background-clip: border-box;
|
|
4749
5381
|
}
|
|
5382
|
+
|
|
4750
5383
|
.cxs-header-default .cxe-grid-col-header {
|
|
4751
5384
|
border-width: 1px;
|
|
4752
5385
|
border-style: solid;
|
|
4753
5386
|
position: relative;
|
|
4754
5387
|
}
|
|
5388
|
+
|
|
4755
5389
|
.cxs-header-plain .cxe-grid-col-header {
|
|
4756
5390
|
background-color: transparent;
|
|
4757
5391
|
}
|
|
5392
|
+
|
|
4758
5393
|
.cxe-grid-col-header.cxs-sortable {
|
|
4759
5394
|
cursor: pointer;
|
|
4760
5395
|
user-select: none;
|
|
4761
5396
|
}
|
|
5397
|
+
|
|
4762
5398
|
.cxe-grid-col-header.cxs-sortable.cxs-sorted-asc, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc {
|
|
4763
|
-
background-color:
|
|
5399
|
+
background-color: color-mix(in srgb, #eee, black 7%);
|
|
4764
5400
|
}
|
|
5401
|
+
|
|
4765
5402
|
.cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
|
|
4766
|
-
background-color:
|
|
5403
|
+
background-color: color-mix(in srgb, #eee, black 5%);
|
|
4767
5404
|
}
|
|
5405
|
+
|
|
4768
5406
|
.cxe-grid-col-header.cxs-sortable:hover, .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable:hover {
|
|
4769
|
-
background-color:
|
|
5407
|
+
background-color: color-mix(in srgb, #eee, black 2%);
|
|
4770
5408
|
}
|
|
5409
|
+
|
|
4771
5410
|
.cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
|
|
4772
|
-
background-color:
|
|
5411
|
+
background-color: color-mix(in srgb, #eee, black 5%);
|
|
4773
5412
|
}
|
|
5413
|
+
|
|
4774
5414
|
.cxe-grid-col-header.cxs-tool {
|
|
4775
5415
|
transition: padding-left 0.2s;
|
|
4776
5416
|
padding-right: 31px;
|
|
4777
5417
|
}
|
|
5418
|
+
|
|
4778
5419
|
.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) {
|
|
4779
5420
|
padding-right: 21px;
|
|
4780
5421
|
}
|
|
5422
|
+
|
|
4781
5423
|
.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) .cxe-grid-column-sort-icon {
|
|
4782
5424
|
right: 2px;
|
|
4783
5425
|
}
|
|
5426
|
+
|
|
4784
5427
|
.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc {
|
|
4785
5428
|
padding-left: 21px;
|
|
4786
5429
|
}
|
|
5430
|
+
|
|
4787
5431
|
.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc .cxe-grid-column-sort-icon, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc .cxe-grid-column-sort-icon {
|
|
4788
5432
|
left: 2px;
|
|
4789
5433
|
}
|
|
5434
|
+
|
|
4790
5435
|
.cxe-grid-col-header.cxs-sortable.cxs-aligned-center {
|
|
4791
5436
|
padding-left: 21px;
|
|
4792
5437
|
}
|
|
5438
|
+
|
|
4793
5439
|
.cxe-grid-col-header.cxs-sortable.cxs-aligned-right {
|
|
4794
5440
|
padding-left: 21px;
|
|
4795
5441
|
}
|
|
5442
|
+
|
|
4796
5443
|
.cxe-grid-col-header.cxs-sortable.cxs-aligned-right .cxe-grid-column-sort-icon {
|
|
4797
5444
|
left: 2px;
|
|
4798
5445
|
}
|
|
@@ -4805,6 +5452,7 @@ th.cxe-calendar-display {
|
|
|
4805
5452
|
position: absolute;
|
|
4806
5453
|
transition: transform 0.1s linear;
|
|
4807
5454
|
}
|
|
5455
|
+
|
|
4808
5456
|
.cxs-sorted-desc > .cxe-grid-column-sort-icon {
|
|
4809
5457
|
transform: rotate(180deg);
|
|
4810
5458
|
}
|
|
@@ -4813,54 +5461,68 @@ th.cxe-calendar-display {
|
|
|
4813
5461
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
4814
5462
|
background-color: transparent;
|
|
4815
5463
|
}
|
|
5464
|
+
|
|
4816
5465
|
.cxe-grid-data td {
|
|
4817
5466
|
padding: 0;
|
|
4818
5467
|
border-top: 1px solid #bfbfbf;
|
|
4819
5468
|
}
|
|
5469
|
+
|
|
4820
5470
|
.cxe-grid-data td:empty::before {
|
|
4821
5471
|
content: "-";
|
|
4822
5472
|
visibility: hidden;
|
|
4823
5473
|
}
|
|
5474
|
+
|
|
4824
5475
|
.cxe-grid-data td.cxs-pad {
|
|
4825
5476
|
padding: 5px;
|
|
4826
5477
|
}
|
|
5478
|
+
|
|
4827
5479
|
.cxs-selectable .cxe-grid-data:hover, .cxs-selectable .cxe-grid-data.cxs-hover {
|
|
4828
5480
|
background-color: rgba(128, 128, 128, 0.1);
|
|
4829
5481
|
outline: none;
|
|
4830
5482
|
cursor: pointer;
|
|
4831
5483
|
}
|
|
5484
|
+
|
|
4832
5485
|
.cxs-selectable .cxe-grid-data.cxs-cursor {
|
|
4833
5486
|
background-color: rgba(128, 128, 128, 0.1);
|
|
4834
5487
|
outline: none;
|
|
4835
5488
|
cursor: pointer;
|
|
4836
5489
|
}
|
|
5490
|
+
|
|
4837
5491
|
.cxs-selectable .cxe-grid-data.cxs-selected {
|
|
4838
5492
|
background-color: rgba(123, 190, 255, 0.4);
|
|
4839
5493
|
}
|
|
5494
|
+
|
|
4840
5495
|
.cxs-selectable .cxe-grid-data.cxs-selected.cxs-cursor {
|
|
4841
5496
|
background-color: rgba(123, 190, 255, 0.3);
|
|
4842
5497
|
outline: none;
|
|
4843
5498
|
}
|
|
5499
|
+
|
|
4844
5500
|
.cxs-focused .cxe-grid-data.cxs-cursor, :focus .cxe-grid-data.cxs-cursor {
|
|
4845
5501
|
background-color: rgba(123, 190, 255, 0.15);
|
|
4846
5502
|
outline: none;
|
|
4847
5503
|
}
|
|
5504
|
+
|
|
4848
5505
|
.cxs-focused .cxe-grid-data.cxs-selected.cxs-cursor, :focus .cxe-grid-data.cxs-selected.cxs-cursor {
|
|
4849
5506
|
background-color: rgba(123, 190, 255, 0.3);
|
|
4850
5507
|
outline: none;
|
|
4851
5508
|
}
|
|
5509
|
+
|
|
4852
5510
|
.cxs-drag-move .cxe-grid-data.cxs-dragged {
|
|
4853
5511
|
display: none;
|
|
4854
5512
|
}
|
|
5513
|
+
|
|
4855
5514
|
.cxs-drag-copy .cxe-grid-data.cxs-dragged {
|
|
4856
5515
|
opacity: 0.5;
|
|
4857
5516
|
}
|
|
5517
|
+
|
|
4858
5518
|
.cxe-grid-data.cxs-draggable {
|
|
4859
5519
|
touch-action: none;
|
|
4860
5520
|
}
|
|
5521
|
+
|
|
4861
5522
|
.cxe-grid-data.cxs-dummy td {
|
|
4862
5523
|
box-sizing: border-box;
|
|
4863
5524
|
}
|
|
5525
|
+
|
|
4864
5526
|
.cxe-grid-data.cxs-over {
|
|
4865
5527
|
background: orange !important;
|
|
4866
5528
|
}
|
|
@@ -4869,9 +5531,11 @@ th.cxe-calendar-display {
|
|
|
4869
5531
|
position: relative;
|
|
4870
5532
|
padding: 0;
|
|
4871
5533
|
}
|
|
5534
|
+
|
|
4872
5535
|
.cxs-drop-preview .cxe-grid-dropzone {
|
|
4873
5536
|
border-top: 1px solid #bfbfbf;
|
|
4874
5537
|
}
|
|
5538
|
+
|
|
4875
5539
|
.cxs-drop-preview .cxe-grid-dropzone:after {
|
|
4876
5540
|
position: absolute;
|
|
4877
5541
|
left: 3px;
|
|
@@ -4881,9 +5545,11 @@ th.cxe-calendar-display {
|
|
|
4881
5545
|
border: 1px dotted gray;
|
|
4882
5546
|
content: " ";
|
|
4883
5547
|
}
|
|
5548
|
+
|
|
4884
5549
|
.cxs-drop-insertion .cxe-grid-dropzone {
|
|
4885
5550
|
height: 0;
|
|
4886
5551
|
}
|
|
5552
|
+
|
|
4887
5553
|
.cxs-drop-insertion .cxe-grid-dropzone:after {
|
|
4888
5554
|
position: absolute;
|
|
4889
5555
|
left: 0;
|
|
@@ -4897,34 +5563,31 @@ th.cxe-calendar-display {
|
|
|
4897
5563
|
|
|
4898
5564
|
.cxe-grid-group-caption {
|
|
4899
5565
|
font-weight: bold;
|
|
4900
|
-
font-size: 115%;
|
|
4901
5566
|
}
|
|
5567
|
+
|
|
4902
5568
|
.cxe-grid-group-caption td {
|
|
4903
5569
|
padding: 5px;
|
|
4904
5570
|
}
|
|
5571
|
+
|
|
4905
5572
|
.cxe-grid-group-caption:not(:first-child) td {
|
|
4906
5573
|
padding-top: 15px;
|
|
4907
5574
|
}
|
|
4908
5575
|
|
|
4909
5576
|
.cxe-grid-group-caption.cxs-level-1 td {
|
|
4910
|
-
font-weight: bold;
|
|
4911
5577
|
font-size: 115%;
|
|
4912
5578
|
}
|
|
4913
5579
|
|
|
4914
5580
|
.cxe-grid-group-caption.cxs-level-2 td {
|
|
4915
|
-
font-weight: bold;
|
|
4916
5581
|
font-size: 130%;
|
|
4917
5582
|
border-bottom: 1px solid grey;
|
|
4918
5583
|
}
|
|
4919
5584
|
|
|
4920
5585
|
.cxe-grid-group-caption.cxs-level-3 td {
|
|
4921
|
-
font-weight: bold;
|
|
4922
5586
|
font-size: 145%;
|
|
4923
5587
|
border-bottom: 1px solid grey;
|
|
4924
5588
|
}
|
|
4925
5589
|
|
|
4926
5590
|
.cxe-grid-group-caption.cxs-level-4 td {
|
|
4927
|
-
font-weight: bold;
|
|
4928
5591
|
font-size: 160%;
|
|
4929
5592
|
border-bottom: 1px solid grey;
|
|
4930
5593
|
}
|
|
@@ -4932,6 +5595,7 @@ th.cxe-calendar-display {
|
|
|
4932
5595
|
.cxe-grid-group-footer td {
|
|
4933
5596
|
box-sizing: border-box;
|
|
4934
5597
|
}
|
|
5598
|
+
|
|
4935
5599
|
.cxe-grid-group-footer td.cxs-pad {
|
|
4936
5600
|
padding: 5px;
|
|
4937
5601
|
}
|
|
@@ -4949,24 +5613,26 @@ th.cxe-calendar-display {
|
|
|
4949
5613
|
|
|
4950
5614
|
.cxe-grid-group-footer.cxs-level-3 td {
|
|
4951
5615
|
font-weight: bold;
|
|
4952
|
-
font-size:
|
|
5616
|
+
font-size: 115%;
|
|
4953
5617
|
border-top: 1px solid grey;
|
|
4954
5618
|
}
|
|
4955
5619
|
|
|
4956
5620
|
.cxe-grid-group-footer.cxs-level-4 td {
|
|
4957
5621
|
font-weight: bold;
|
|
4958
|
-
font-size:
|
|
5622
|
+
font-size: 120%;
|
|
4959
5623
|
border-top: 1px solid grey;
|
|
4960
5624
|
}
|
|
4961
5625
|
|
|
4962
5626
|
.cxb-grid.cxs-cell-editable .cxe-grid-data td:hover {
|
|
4963
5627
|
background: rgba(128, 128, 128, 0.05);
|
|
4964
5628
|
}
|
|
5629
|
+
|
|
4965
5630
|
.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected {
|
|
4966
5631
|
position: relative;
|
|
4967
5632
|
user-select: none;
|
|
4968
5633
|
overflow: visible;
|
|
4969
5634
|
}
|
|
5635
|
+
|
|
4970
5636
|
.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected:after {
|
|
4971
5637
|
position: absolute;
|
|
4972
5638
|
pointer-events: none;
|
|
@@ -4978,9 +5644,11 @@ th.cxe-calendar-display {
|
|
|
4978
5644
|
background: rgba(0, 128, 0, 0.1);
|
|
4979
5645
|
border: 2px solid green;
|
|
4980
5646
|
}
|
|
5647
|
+
|
|
4981
5648
|
.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected:last-child::after {
|
|
4982
5649
|
right: 0;
|
|
4983
5650
|
}
|
|
5651
|
+
|
|
4984
5652
|
.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxe-grid-cell-editor {
|
|
4985
5653
|
position: relative;
|
|
4986
5654
|
user-select: none;
|
|
@@ -4996,6 +5664,7 @@ th.cxe-calendar-display {
|
|
|
4996
5664
|
width: 100%;
|
|
4997
5665
|
height: calc(100% + 2px);
|
|
4998
5666
|
}
|
|
5667
|
+
|
|
4999
5668
|
.cxe-grid-cell-editor-wrap > *:only-child {
|
|
5000
5669
|
width: 100%;
|
|
5001
5670
|
height: 100%;
|
|
@@ -5015,6 +5684,7 @@ th.cxe-calendar-display {
|
|
|
5015
5684
|
.cxe-grid-scroll-area.cxs-fixed-footer > .cxe-grid-table-wrapper > table > .cxe-grid-group-footer:last-child {
|
|
5016
5685
|
visibility: hidden;
|
|
5017
5686
|
}
|
|
5687
|
+
|
|
5018
5688
|
.cxe-grid-scroll-area.cxs-fixed-footer > .cxe-grid-table-wrapper > table > .cxe-grid-group-footer:last-child td {
|
|
5019
5689
|
border: none;
|
|
5020
5690
|
}
|
|
@@ -5026,9 +5696,15 @@ th.cxe-calendar-display {
|
|
|
5026
5696
|
border-right-style: solid;
|
|
5027
5697
|
border-right-width: 1px;
|
|
5028
5698
|
}
|
|
5699
|
+
|
|
5700
|
+
.cxe-grid-fixed-scroll-area > .cxe-grid-fixed-table-wrapper {
|
|
5701
|
+
padding-top: 0;
|
|
5702
|
+
}
|
|
5703
|
+
|
|
5029
5704
|
.cxe-grid-fixed-scroll-area.cxs-fixed-footer > .cxe-grid-fixed-table-wrapper > table > .cxe-grid-group-footer:last-child {
|
|
5030
5705
|
visibility: hidden;
|
|
5031
5706
|
}
|
|
5707
|
+
|
|
5032
5708
|
.cxe-grid-fixed-scroll-area.cxs-fixed-footer > .cxe-grid-fixed-table-wrapper > table > .cxe-grid-group-footer:last-child td {
|
|
5033
5709
|
border: none;
|
|
5034
5710
|
}
|
|
@@ -5094,9 +5770,11 @@ th.cxe-calendar-display {
|
|
|
5094
5770
|
.cxb-dragsource {
|
|
5095
5771
|
box-sizing: border-box;
|
|
5096
5772
|
}
|
|
5773
|
+
|
|
5097
5774
|
.cxb-dragsource.cxs-dragged {
|
|
5098
5775
|
opacity: 0.3;
|
|
5099
5776
|
}
|
|
5777
|
+
|
|
5100
5778
|
.cxb-dragsource.cxs-draggable {
|
|
5101
5779
|
touch-action: none;
|
|
5102
5780
|
}
|
|
@@ -5105,15 +5783,18 @@ th.cxe-calendar-display {
|
|
|
5105
5783
|
box-sizing: border-box;
|
|
5106
5784
|
position: relative;
|
|
5107
5785
|
}
|
|
5786
|
+
|
|
5108
5787
|
.cxb-dropzone.cxm-hline {
|
|
5109
5788
|
height: 1px;
|
|
5110
5789
|
margin-top: -1px;
|
|
5111
5790
|
align-self: stretch;
|
|
5112
5791
|
}
|
|
5792
|
+
|
|
5113
5793
|
.cxb-dropzone.cxm-hline.cxs-over {
|
|
5114
5794
|
background: black;
|
|
5115
5795
|
box-shadow: 0 0 2px black;
|
|
5116
5796
|
}
|
|
5797
|
+
|
|
5117
5798
|
.cxb-dropzone.cxm-vline {
|
|
5118
5799
|
width: 1px;
|
|
5119
5800
|
margin-left: -1px;
|
|
@@ -5122,20 +5803,24 @@ th.cxe-calendar-display {
|
|
|
5122
5803
|
vertical-align: middle;
|
|
5123
5804
|
align-self: stretch;
|
|
5124
5805
|
}
|
|
5806
|
+
|
|
5125
5807
|
.cxb-dropzone.cxm-vline.cxs-over {
|
|
5126
5808
|
background: black;
|
|
5127
5809
|
box-shadow: 0 0 2px black;
|
|
5128
5810
|
}
|
|
5811
|
+
|
|
5129
5812
|
.cxb-dropzone.cxm-block {
|
|
5130
5813
|
min-height: 1px;
|
|
5131
5814
|
margin-top: -1px;
|
|
5132
5815
|
align-self: stretch;
|
|
5133
5816
|
}
|
|
5817
|
+
|
|
5134
5818
|
.cxb-dropzone.cxm-block.cxs-over {
|
|
5135
5819
|
height: 25px;
|
|
5136
5820
|
border: 2px dotted lightgray;
|
|
5137
5821
|
margin: 5px;
|
|
5138
5822
|
}
|
|
5823
|
+
|
|
5139
5824
|
.cxb-dropzone.cxm-inline-block {
|
|
5140
5825
|
width: 1px;
|
|
5141
5826
|
margin-left: -1px;
|
|
@@ -5145,9 +5830,11 @@ th.cxe-calendar-display {
|
|
|
5145
5830
|
vertical-align: top;
|
|
5146
5831
|
align-self: stretch;
|
|
5147
5832
|
}
|
|
5833
|
+
|
|
5148
5834
|
.cxb-dropzone.cxm-inline-block:after {
|
|
5149
5835
|
content: " ";
|
|
5150
5836
|
}
|
|
5837
|
+
|
|
5151
5838
|
.cxb-dropzone.cxm-inline-block.cxs-over {
|
|
5152
5839
|
width: 50px;
|
|
5153
5840
|
border: 2px dotted lightgray;
|
|
@@ -5171,6 +5858,7 @@ th.cxe-calendar-display {
|
|
|
5171
5858
|
box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
|
|
5172
5859
|
display: flex;
|
|
5173
5860
|
}
|
|
5861
|
+
|
|
5174
5862
|
.cxb-dragclone > * {
|
|
5175
5863
|
margin: 0 !important;
|
|
5176
5864
|
display: block;
|
|
@@ -5183,6 +5871,7 @@ th.cxe-calendar-display {
|
|
|
5183
5871
|
width: 180px;
|
|
5184
5872
|
min-height: 24px;
|
|
5185
5873
|
background-color: rgba(255, 255, 255, 0.5);
|
|
5874
|
+
color: #373a3c;
|
|
5186
5875
|
border-style: solid;
|
|
5187
5876
|
border-color: #98d4ff;
|
|
5188
5877
|
border-width: 1px;
|
|
@@ -5191,6 +5880,7 @@ th.cxe-calendar-display {
|
|
|
5191
5880
|
text-align: center;
|
|
5192
5881
|
line-height: 24px;
|
|
5193
5882
|
}
|
|
5883
|
+
|
|
5194
5884
|
.cxb-progressbar[disabled], .cxb-progressbar.cxs-disabled {
|
|
5195
5885
|
opacity: 0.2;
|
|
5196
5886
|
}
|
|
@@ -5220,10 +5910,12 @@ th.cxe-calendar-display {
|
|
|
5220
5910
|
position: relative;
|
|
5221
5911
|
flex-shrink: 0;
|
|
5222
5912
|
}
|
|
5913
|
+
|
|
5223
5914
|
.cxb-resizer.cxs-vertical {
|
|
5224
5915
|
width: 5px;
|
|
5225
5916
|
cursor: col-resize;
|
|
5226
5917
|
}
|
|
5918
|
+
|
|
5227
5919
|
.cxb-resizer.cxs-horizontal {
|
|
5228
5920
|
height: 5px;
|
|
5229
5921
|
cursor: row-resize;
|
|
@@ -5236,6 +5928,7 @@ th.cxe-calendar-display {
|
|
|
5236
5928
|
top: 0;
|
|
5237
5929
|
left: 0;
|
|
5238
5930
|
}
|
|
5931
|
+
|
|
5239
5932
|
.cxe-resizer-handle.cxs-dragged {
|
|
5240
5933
|
background: rgba(128, 128, 128, 0.5);
|
|
5241
5934
|
}
|
|
@@ -5247,12 +5940,15 @@ th.cxe-calendar-display {
|
|
|
5247
5940
|
.cxb-labelsleftlayout {
|
|
5248
5941
|
border-spacing: 0;
|
|
5249
5942
|
}
|
|
5943
|
+
|
|
5250
5944
|
.cxb-labelsleftlayout.cxm-stretch {
|
|
5251
5945
|
width: 100%;
|
|
5252
5946
|
}
|
|
5947
|
+
|
|
5253
5948
|
.cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label {
|
|
5254
5949
|
width: 5em;
|
|
5255
5950
|
}
|
|
5951
|
+
|
|
5256
5952
|
.cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label .cxb-label {
|
|
5257
5953
|
white-space: nowrap;
|
|
5258
5954
|
}
|
|
@@ -5266,6 +5962,7 @@ th.cxe-calendar-display {
|
|
|
5266
5962
|
vertical-align: top;
|
|
5267
5963
|
padding: 5px 5px 5px 0;
|
|
5268
5964
|
}
|
|
5965
|
+
|
|
5269
5966
|
.cxe-labelsleftlayout-label .cxb-label {
|
|
5270
5967
|
padding-right: 0;
|
|
5271
5968
|
}
|
|
@@ -5273,6 +5970,7 @@ th.cxe-calendar-display {
|
|
|
5273
5970
|
.cxb-labelstoplayout {
|
|
5274
5971
|
border-spacing: 0 3px;
|
|
5275
5972
|
}
|
|
5973
|
+
|
|
5276
5974
|
.cxb-labelstoplayout.cxm-stretch {
|
|
5277
5975
|
width: 100%;
|
|
5278
5976
|
}
|
|
@@ -5282,9 +5980,11 @@ th.cxe-calendar-display {
|
|
|
5282
5980
|
box-sizing: border-box;
|
|
5283
5981
|
vertical-align: top;
|
|
5284
5982
|
}
|
|
5983
|
+
|
|
5285
5984
|
.cxe-labelstoplayout-field:first-child {
|
|
5286
5985
|
padding-left: 0;
|
|
5287
5986
|
}
|
|
5987
|
+
|
|
5288
5988
|
.cxe-labelstoplayout-field:last-child {
|
|
5289
5989
|
padding-right: 0;
|
|
5290
5990
|
}
|
|
@@ -5294,13 +5994,16 @@ th.cxe-calendar-display {
|
|
|
5294
5994
|
padding: 5px 5px 0 5px;
|
|
5295
5995
|
box-sizing: border-box;
|
|
5296
5996
|
}
|
|
5997
|
+
|
|
5297
5998
|
.cxe-labelstoplayout-label .cxb-label {
|
|
5298
5999
|
padding-left: 0;
|
|
5299
6000
|
padding-bottom: 0;
|
|
5300
6001
|
}
|
|
6002
|
+
|
|
5301
6003
|
.cxe-labelstoplayout-label:first-child {
|
|
5302
6004
|
padding-left: 0;
|
|
5303
6005
|
}
|
|
6006
|
+
|
|
5304
6007
|
.cxe-labelstoplayout-label:last-child {
|
|
5305
6008
|
padding-right: 0;
|
|
5306
6009
|
}
|