jqwidgets-ng 13.1.0 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ReleaseNotes.txt +53 -1
- package/bundles/jqwidgets-ng-jqxbarcode.umd.js +604 -0
- package/bundles/jqwidgets-ng-jqxbarcode.umd.min.js +16 -0
- package/bundles/jqwidgets-ng-jqxgrid.umd.js +25 -1
- package/bundles/jqwidgets-ng-jqxgrid.umd.min.js +1 -1
- package/bundles/jqwidgets-ng-jqxqrcode.umd.js +622 -0
- package/bundles/jqwidgets-ng-jqxqrcode.umd.min.js +16 -0
- package/esm2015/jqxbarcode/angular_jqxbarcode.js +262 -0
- package/esm2015/jqxbarcode/angular_jqxbarcode.module.js +13 -0
- package/esm2015/jqxbarcode/jqwidgets-ng-jqxbarcode.js +4 -0
- package/esm2015/jqxbarcode/public_api.js +2 -0
- package/esm2015/jqxgrid/angular_jqxgrid.js +26 -1
- package/esm2015/jqxgrid/angular_jqxgrid.module.js +1 -0
- package/esm2015/jqxqrcode/angular_jqxqrcode.js +281 -0
- package/esm2015/jqxqrcode/angular_jqxqrcode.module.js +14 -0
- package/esm2015/jqxqrcode/jqwidgets-ng-jqxqrcode.js +4 -0
- package/esm2015/jqxqrcode/public_api.js +2 -0
- package/fesm2015/jqwidgets-ng-jqxbarcode.js +279 -0
- package/fesm2015/jqwidgets-ng-jqxgrid.js +26 -1
- package/fesm2015/jqwidgets-ng-jqxqrcode.js +298 -0
- package/jqwidgets/jqx-all.js +37 -15
- package/jqwidgets/jqxangular.js +2 -2
- package/jqwidgets/jqxbarcode.js +18 -0
- package/jqwidgets/jqxbargauge.js +2 -2
- package/jqwidgets/jqxbulletchart.js +2 -2
- package/jqwidgets/jqxbuttongroup.js +2 -2
- package/jqwidgets/jqxbuttons.js +2 -2
- package/jqwidgets/jqxcalendar.js +2 -2
- package/jqwidgets/jqxchart.annotations.js +2 -2
- package/jqwidgets/jqxchart.api.js +2 -2
- package/jqwidgets/jqxchart.core.js +3 -3
- package/jqwidgets/jqxchart.js +3 -3
- package/jqwidgets/jqxchart.rangeselector.js +2 -2
- package/jqwidgets/jqxchart.waterfall.js +2 -2
- package/jqwidgets/jqxcheckbox.js +2 -2
- package/jqwidgets/jqxcolorpicker.js +2 -2
- package/jqwidgets/jqxcombobox.js +2 -2
- package/jqwidgets/jqxcomplexinput.js +2 -2
- package/jqwidgets/jqxcore.js +2 -2
- package/jqwidgets/jqxdata.export.js +2 -2
- package/jqwidgets/jqxdata.js +2 -2
- package/jqwidgets/jqxdatatable.js +3 -3
- package/jqwidgets/jqxdate.js +2 -2
- package/jqwidgets/jqxdatetimeinput.js +2 -2
- package/jqwidgets/jqxdocking.js +2 -2
- package/jqwidgets/jqxdockinglayout.js +2 -2
- package/jqwidgets/jqxdockpanel.js +2 -2
- package/jqwidgets/jqxdragdrop.js +2 -2
- package/jqwidgets/jqxdraw.js +2 -2
- package/jqwidgets/jqxdropdownbutton.js +2 -2
- package/jqwidgets/jqxdropdownlist.js +2 -2
- package/jqwidgets/jqxeditor.js +2 -2
- package/jqwidgets/jqxexpander.js +2 -2
- package/jqwidgets/jqxexport.js +2403 -2394
- package/jqwidgets/jqxfileupload.js +2 -2
- package/jqwidgets/jqxform.js +2 -2
- package/jqwidgets/jqxformattedinput.js +2 -2
- package/jqwidgets/jqxgauge.js +2 -2
- package/jqwidgets/jqxgrid.aggregates.js +2 -2
- package/jqwidgets/jqxgrid.columnsreorder.js +2 -2
- package/jqwidgets/jqxgrid.columnsresize.js +2 -2
- package/jqwidgets/jqxgrid.edit.js +3 -3
- package/jqwidgets/jqxgrid.export.js +2 -2
- package/jqwidgets/jqxgrid.filter.js +3 -3
- package/jqwidgets/jqxgrid.grouping.js +2 -2
- package/jqwidgets/jqxgrid.js +3 -3
- package/jqwidgets/jqxgrid.pager.js +2 -2
- package/jqwidgets/jqxgrid.selection.js +2 -2
- package/jqwidgets/jqxgrid.sort.js +3 -3
- package/jqwidgets/jqxgrid.storage.js +2 -2
- package/jqwidgets/jqxheatmap.js +2 -2
- package/jqwidgets/jqxinput.js +2 -2
- package/jqwidgets/jqxkanban.js +3 -3
- package/jqwidgets/jqxknob.js +2 -2
- package/jqwidgets/jqxknockout.js +2 -2
- package/jqwidgets/jqxlayout.js +2 -2
- package/jqwidgets/jqxlistbox.js +2 -2
- package/jqwidgets/jqxlistmenu.js +2 -2
- package/jqwidgets/jqxloader.js +2 -2
- package/jqwidgets/jqxmaskedinput.js +2 -2
- package/jqwidgets/jqxmenu.js +3 -3
- package/jqwidgets/jqxnavbar.js +2 -2
- package/jqwidgets/jqxnavigationbar.js +2 -2
- package/jqwidgets/jqxnotification.js +2 -2
- package/jqwidgets/jqxnumberinput.js +3 -3
- package/jqwidgets/jqxpanel.js +2 -2
- package/jqwidgets/jqxpasswordinput.js +2 -2
- package/jqwidgets/jqxpivot.js +2 -2
- package/jqwidgets/jqxpivotdesigner.js +2 -2
- package/jqwidgets/jqxpivotgrid.js +2 -2
- package/jqwidgets/jqxpopover.js +2 -2
- package/jqwidgets/jqxprogressbar.js +2 -2
- package/jqwidgets/jqxqrcode.js +18 -0
- package/jqwidgets/jqxradiobutton.js +2 -2
- package/jqwidgets/jqxrangeselector.js +2 -2
- package/jqwidgets/jqxrating.js +2 -2
- package/jqwidgets/jqxresponsivepanel.js +2 -2
- package/jqwidgets/jqxribbon.js +2 -2
- package/jqwidgets/jqxscheduler.api.js +2 -2
- package/jqwidgets/jqxscheduler.js +3 -3
- package/jqwidgets/jqxscrollbar.js +2 -2
- package/jqwidgets/jqxscrollview.js +2 -2
- package/jqwidgets/jqxslider.js +3 -3
- package/jqwidgets/jqxsortable.js +2 -2
- package/jqwidgets/jqxsplitlayout.js +2 -2
- package/jqwidgets/jqxsplitter.js +2 -2
- package/jqwidgets/jqxswitchbutton.js +3 -3
- package/jqwidgets/jqxtabs.js +3 -3
- package/jqwidgets/jqxtagcloud.js +2 -2
- package/jqwidgets/jqxtextarea.js +2 -2
- package/jqwidgets/jqxtimepicker.js +2 -2
- package/jqwidgets/jqxtoolbar.js +2 -2
- package/jqwidgets/jqxtooltip.js +2 -2
- package/jqwidgets/jqxtouch.js +2 -2
- package/jqwidgets/jqxtree.js +2 -2
- package/jqwidgets/jqxtreegrid.js +2 -2
- package/jqwidgets/jqxtreemap.js +2 -2
- package/jqwidgets/jqxvalidator.js +2 -2
- package/jqwidgets/jqxwindow.js +2 -2
- package/jqwidgets/styles/jqx.dark.css +851 -557
- package/jqwidgets/styles/jqx.light.css +868 -554
- package/jqwidgets/styles/jqx.material-green.css +2 -0
- package/jqwidgets/styles/jqx.material-purple.css +1 -0
- package/jqwidgets/styles/jqx.material.css +1 -0
- package/jqwidgets.d.ts +59 -1
- package/jqxbarcode/angular_jqxbarcode.d.ts +56 -0
- package/jqxbarcode/angular_jqxbarcode.module.d.ts +2 -0
- package/jqxbarcode/jqwidgets-ng-jqxbarcode.d.ts +4 -0
- package/jqxbarcode/jqwidgets-ng-jqxbarcode.metadata.json +1 -0
- package/jqxbarcode/package.json +11 -0
- package/jqxbarcode/public_api.d.ts +2 -0
- package/jqxgrid/angular_jqxgrid.d.ts +4 -0
- package/jqxgrid/jqwidgets-ng-jqxgrid.metadata.json +1 -1
- package/jqxqrcode/angular_jqxqrcode.d.ts +60 -0
- package/jqxqrcode/angular_jqxqrcode.module.d.ts +2 -0
- package/jqxqrcode/jqwidgets-ng-jqxqrcode.d.ts +4 -0
- package/jqxqrcode/jqwidgets-ng-jqxqrcode.metadata.json +1 -0
- package/jqxqrcode/package.json +11 -0
- package/jqxqrcode/public_api.d.ts +2 -0
- package/package.json +21 -18
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
--jqx-primary: rgb(var(--jqx-primary-rgb));
|
|
4
4
|
--jqx-primary-color: #fff;
|
|
5
5
|
--jqx-background: #fff;
|
|
6
|
-
--jqx-background-color: rgba(0,0,0, .88);
|
|
6
|
+
--jqx-background-color: rgba(0, 0, 0, .88);
|
|
7
7
|
--jqx-background-hover-rgb: 225, 225, 225;
|
|
8
8
|
--jqx-background-hover: rgb(var(--jqx-background-hover-rgb));
|
|
9
|
-
--jqx-background-color-hover: rgba(0,0,0
|
|
10
|
-
--jqx-surface-rgb:
|
|
9
|
+
--jqx-background-color-hover: rgba(0, 0, 0, .54);
|
|
10
|
+
--jqx-surface-rgb: 244, 245, 249;
|
|
11
11
|
--jqx-surface: rgb(var(--jqx-surface-rgb));
|
|
12
|
-
--jqx-surface-color: rgba(0,0,0, .88);
|
|
13
|
-
--jqx-border: #
|
|
12
|
+
--jqx-surface-color: rgba(0, 0, 0, .88);
|
|
13
|
+
--jqx-border: #E9EAED;
|
|
14
14
|
--jqx-scrollbar-background: #f5f5f5;
|
|
15
15
|
--jqx-scrollbar-border: #ddd;
|
|
16
16
|
--jqx-scrollbar-thumb-background: #C1C1C1;
|
|
@@ -32,28 +32,34 @@
|
|
|
32
32
|
background-image: none;
|
|
33
33
|
font-family: jqx-icons;
|
|
34
34
|
}
|
|
35
|
+
|
|
35
36
|
.jqx-icon-close-light:after {
|
|
36
37
|
content: var(--jqx-icon-close);
|
|
37
38
|
}
|
|
39
|
+
|
|
38
40
|
.jqx-icon-search-light:after {
|
|
39
41
|
content: var(--jqx-icon-search);
|
|
40
42
|
color:
|
|
41
43
|
|
|
42
44
|
}
|
|
45
|
+
|
|
43
46
|
.jqx-calendar-light {
|
|
44
47
|
width: 280px !important;
|
|
45
48
|
height: 280px !important;
|
|
46
49
|
}
|
|
50
|
+
|
|
47
51
|
.jqx-fill-state-normal-light {
|
|
48
52
|
background: var(--jqx-background);
|
|
49
53
|
color: var(--jqx-background-color);
|
|
50
54
|
border-color: var(--jqx-border);
|
|
51
55
|
}
|
|
56
|
+
|
|
52
57
|
.jqx-fill-state-hover-light {
|
|
53
58
|
background: var(--jqx-background-hover);
|
|
54
59
|
color: var(--jqx-background-color-hover);
|
|
55
60
|
border-color: var(--jqx-background-hover);
|
|
56
61
|
}
|
|
62
|
+
|
|
57
63
|
.jqx-fill-state-pressed-light {
|
|
58
64
|
background: var(--jqx-primary);
|
|
59
65
|
color: var(--jqx-primary-color);
|
|
@@ -66,50 +72,63 @@
|
|
|
66
72
|
font-weight: normal;
|
|
67
73
|
font-style: normal;
|
|
68
74
|
}
|
|
75
|
+
|
|
69
76
|
/*Rounded Corners*/
|
|
70
77
|
/*top-left rounded Corners*/
|
|
71
78
|
.jqx-rc-tl-light {
|
|
72
79
|
border-top-left-radius: var(--jqx-border-radius);
|
|
73
80
|
}
|
|
81
|
+
|
|
74
82
|
/*top-right rounded Corners*/
|
|
75
83
|
.jqx-rc-tr-light {
|
|
76
84
|
border-top-right-radius: var(--jqx-border-radius);
|
|
77
85
|
}
|
|
86
|
+
|
|
78
87
|
/*bottom-left rounded Corners*/
|
|
79
88
|
.jqx-rc-bl-light {
|
|
80
89
|
border-bottom-left-radius: var(--jqx-border-radius);
|
|
81
90
|
}
|
|
91
|
+
|
|
82
92
|
/*bottom-right rounded Corners*/
|
|
83
93
|
.jqx-rc-br-light {
|
|
84
94
|
border-bottom-right-radius: var(--jqx-border-radius);
|
|
85
95
|
}
|
|
96
|
+
|
|
86
97
|
/*top rounded Corners*/
|
|
87
98
|
.jqx-rc-t-light {
|
|
88
99
|
border-top-left-radius: var(--jqx-border-radius);
|
|
89
100
|
border-top-right-radius: var(--jqx-border-radius);
|
|
90
101
|
}
|
|
102
|
+
|
|
91
103
|
/*bottom rounded Corners*/
|
|
92
104
|
.jqx-rc-b-light {
|
|
93
105
|
border-bottom-left-radius: var(--jqx-border-radius);
|
|
94
|
-
border-bottom-right-radius:var(--jqx-border-radius);
|
|
106
|
+
border-bottom-right-radius: var(--jqx-border-radius);
|
|
95
107
|
}
|
|
108
|
+
|
|
96
109
|
/*right rounded Corners*/
|
|
97
110
|
.jqx-rc-r-light {
|
|
98
111
|
border-top-right-radius: var(--jqx-border-radius);
|
|
99
112
|
border-bottom-right-radius: var(--jqx-border-radius);
|
|
100
113
|
}
|
|
114
|
+
|
|
101
115
|
/*left rounded Corners*/
|
|
102
116
|
.jqx-rc-l-light {
|
|
103
117
|
border-top-left-radius: var(--jqx-border-radius);
|
|
104
118
|
border-bottom-left-radius: var(--jqx-border-radius);
|
|
105
119
|
}
|
|
120
|
+
|
|
106
121
|
/*all rounded Corners*/
|
|
107
122
|
.jqx-rc-all-light {
|
|
108
123
|
border-radius: var(--jqx-border-radius);
|
|
109
124
|
}
|
|
110
125
|
|
|
111
|
-
.jqx-widget-light,
|
|
112
|
-
.jqx-widget-
|
|
126
|
+
.jqx-widget-light,
|
|
127
|
+
.jqx-widget-header-light,
|
|
128
|
+
.jqx-fill-state-normal-light,
|
|
129
|
+
.jqx-widget-content-light,
|
|
130
|
+
.jqx-fill-state-hover-light,
|
|
131
|
+
.jqx-fill-state-pressed-light {
|
|
113
132
|
font-family: var(--jqx-font-family);
|
|
114
133
|
font-size: var(--jqx-font-size);
|
|
115
134
|
}
|
|
@@ -118,7 +137,7 @@
|
|
|
118
137
|
font-family: var(--jqx-font-family);
|
|
119
138
|
font-size: var(--jqx-font-size);
|
|
120
139
|
color: inherit;
|
|
121
|
-
border-color:var(--jqx-border);
|
|
140
|
+
border-color: var(--jqx-border);
|
|
122
141
|
}
|
|
123
142
|
|
|
124
143
|
.jqx-widget-content-light {
|
|
@@ -128,9 +147,11 @@
|
|
|
128
147
|
background-color: var(--jqx-background);
|
|
129
148
|
border-color: var(--jqx-border);
|
|
130
149
|
}
|
|
150
|
+
|
|
131
151
|
.jqx-grid-table-light.jqx-grid-table-one-cell {
|
|
132
152
|
border-right-color: var(--jqx-border);
|
|
133
153
|
}
|
|
154
|
+
|
|
134
155
|
.jqx-widget-header-light {
|
|
135
156
|
background-color: var(--jqx-surface);
|
|
136
157
|
border-color: var(--jqx-border);
|
|
@@ -144,23 +165,28 @@
|
|
|
144
165
|
.jqx-calendar-title-header-light {
|
|
145
166
|
text-transform: uppercase;
|
|
146
167
|
}
|
|
168
|
+
|
|
147
169
|
.jqx-window-header-light {
|
|
148
170
|
padding: 10px;
|
|
149
171
|
text-transform: uppercase;
|
|
150
172
|
color: var(--jqx-surface-color);
|
|
151
173
|
background: var(--jqx-surface);
|
|
152
174
|
}
|
|
175
|
+
|
|
153
176
|
.jqx-calendar tr {
|
|
154
177
|
border-bottom-color: var(--jqx-border);
|
|
155
178
|
}
|
|
156
179
|
|
|
157
180
|
|
|
158
|
-
.jqx-widget-light input::selection,
|
|
181
|
+
.jqx-widget-light input::selection,
|
|
182
|
+
input.jqx-input-widget-light::selection,
|
|
183
|
+
.jqx-widget-content-light input::selection {
|
|
159
184
|
background: var(--jqx-primary);
|
|
160
185
|
color: var(--jqx-primary-color);
|
|
161
186
|
}
|
|
162
|
-
|
|
163
|
-
|
|
187
|
+
|
|
188
|
+
.jqx-toolbar-light {
|
|
189
|
+
border-color: var(--jqx-border);
|
|
164
190
|
}
|
|
165
191
|
|
|
166
192
|
.jqx-toolbar-light {
|
|
@@ -169,19 +195,21 @@
|
|
|
169
195
|
align-items: center;
|
|
170
196
|
}
|
|
171
197
|
|
|
172
|
-
.jqx-button-light,
|
|
198
|
+
.jqx-button-light,
|
|
199
|
+
.jqx-button-light.jqx-fill-state-normal-light {
|
|
173
200
|
color: var(--jqx-background-color);
|
|
174
201
|
background-color: var(--jqx-background);
|
|
175
202
|
border-color: var(--jqx-border);
|
|
176
203
|
text-transform: uppercase;
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
204
|
+
text-overflow: ellipsis;
|
|
205
|
+
overflow: hidden;
|
|
206
|
+
white-space: nowrap;
|
|
180
207
|
outline: none;
|
|
181
208
|
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
182
209
|
border-radius: 4px;
|
|
183
|
-
box-shadow: 0 0 0 0 rgba(0,0,0
|
|
210
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 var(--jqx-border);
|
|
184
211
|
}
|
|
212
|
+
|
|
185
213
|
.jqx-button-light.jqx-fill-state-hover-light,
|
|
186
214
|
.jqx-button-light.jqx-fill-state-pressed-light {
|
|
187
215
|
background-color: var(--jqx-background-hover);
|
|
@@ -194,108 +222,122 @@
|
|
|
194
222
|
background-color: var(--jqx-primary);
|
|
195
223
|
border-color: var(--jqx-primary);
|
|
196
224
|
}
|
|
225
|
+
|
|
197
226
|
.jqx-button-light.jqx-fill-state-hover-light.primary,
|
|
198
|
-
.jqx-button-light.jqx-fill-state-pressed-light.primary
|
|
227
|
+
.jqx-button-light.jqx-fill-state-pressed-light.primary {
|
|
199
228
|
color: var(--jqx-primary-color);
|
|
200
229
|
background-color: var(--jqx-primary);
|
|
201
230
|
border-color: var(--jqx-primary);
|
|
202
231
|
}
|
|
232
|
+
|
|
203
233
|
.jqx-button-light.secondary,
|
|
204
234
|
.jqx-button-light.jqx-toolbar-tool {
|
|
205
235
|
background-color: var(--jqx-surface);
|
|
206
236
|
border-color: var(--jqx-border);
|
|
207
237
|
color: var(--jqx-surface-color) !important;
|
|
208
238
|
}
|
|
239
|
+
|
|
209
240
|
.jqx-button-light.secondary:hover,
|
|
210
241
|
.jqx-button-light.jqx-toolbar-tool:hover {
|
|
211
242
|
background-color: var(--jqx-background-hover);
|
|
212
243
|
border-color: var(--jqx-border);
|
|
213
244
|
color: var(--jqx-background-color-hover) !important;
|
|
214
245
|
}
|
|
246
|
+
|
|
215
247
|
.jqx-button-light.secondary:active,
|
|
216
248
|
.jqx-button-light.jqx-toolbar-tool:active {
|
|
217
249
|
background-color: var(--jqx-surface);
|
|
218
250
|
border-color: var(--jqx-border);
|
|
219
251
|
color: var(--jqx-surface-color) !important;
|
|
220
252
|
}
|
|
253
|
+
|
|
221
254
|
.jqx-scheduler-edit-dialog-field .jqx-button-light {
|
|
222
255
|
padding: 6px 16px;
|
|
223
256
|
text-transform: uppercase;
|
|
224
257
|
}
|
|
225
258
|
|
|
226
|
-
.jqx-button-light button,
|
|
259
|
+
.jqx-button-light button,
|
|
260
|
+
jqx-button-light input {
|
|
227
261
|
background: transparent;
|
|
228
262
|
color: inherit;
|
|
229
|
-
border:none;
|
|
263
|
+
border: none;
|
|
230
264
|
outline: none;
|
|
231
265
|
}
|
|
232
|
-
|
|
266
|
+
|
|
267
|
+
.jqx-group-button-normal-light {
|
|
233
268
|
box-shadow: none;
|
|
234
269
|
background: var(--jqx-background);
|
|
235
270
|
border-color: var(--jqx-border);
|
|
236
271
|
color: var(--jqx-background-color) !important;
|
|
237
|
-
border-radius:0px;
|
|
272
|
+
border-radius: 0px;
|
|
238
273
|
}
|
|
274
|
+
|
|
239
275
|
.jqx-group-button-normal.jqx-fill-state-hover {
|
|
240
|
-
|
|
241
|
-
|
|
276
|
+
box-shadow: none !important;
|
|
277
|
+
}
|
|
278
|
+
|
|
242
279
|
.jqx-group-button-normal.jqx-fill-state-pressed {
|
|
243
280
|
box-shadow: none !important;
|
|
244
281
|
background: var(--jqx-primary) !important;
|
|
245
282
|
border-color: var(--jqx-primary) !important;
|
|
246
|
-
color: var(--jqx-primary-color)!important;
|
|
247
|
-
border-radius:0px;
|
|
283
|
+
color: var(--jqx-primary-color) !important;
|
|
284
|
+
border-radius: 0px;
|
|
248
285
|
}
|
|
249
286
|
|
|
250
287
|
|
|
251
288
|
.jqx-slider-button-light {
|
|
252
|
-
padding:3px;
|
|
289
|
+
padding: 3px;
|
|
253
290
|
background: transparent;
|
|
254
|
-
border:transparent;
|
|
255
|
-
}
|
|
256
|
-
.jqx-button-light.float {
|
|
257
|
-
border-radius: 100%;
|
|
258
|
-
min-height: 48px;
|
|
259
|
-
min-width: 48px;
|
|
260
|
-
width: 48px;
|
|
261
|
-
height: 48px;
|
|
262
|
-
max-height: 48px;
|
|
263
|
-
max-width:48px;
|
|
264
|
-
}
|
|
291
|
+
border: transparent;
|
|
292
|
+
}
|
|
265
293
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
294
|
+
.jqx-button-light.float {
|
|
295
|
+
border-radius: 100%;
|
|
296
|
+
min-height: 48px;
|
|
297
|
+
min-width: 48px;
|
|
298
|
+
width: 48px;
|
|
299
|
+
height: 48px;
|
|
300
|
+
max-height: 48px;
|
|
301
|
+
max-width: 48px;
|
|
302
|
+
}
|
|
271
303
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
304
|
+
.jqx-button-light.outlined {
|
|
305
|
+
background: transparent;
|
|
306
|
+
color: var(--jqx-primary);
|
|
307
|
+
border-width: 2px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.jqx-button-light.flat {
|
|
311
|
+
background: transparent;
|
|
312
|
+
color: var(--jqx-primary);
|
|
313
|
+
border: none;
|
|
314
|
+
}
|
|
277
315
|
|
|
278
|
-
.jqx-fill-state-hover-light,
|
|
316
|
+
.jqx-fill-state-hover-light,
|
|
317
|
+
.jqx-fill-state-focus-light {
|
|
279
318
|
text-decoration: none;
|
|
280
319
|
}
|
|
281
320
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
color:var(--jqx-background-color-hover);
|
|
321
|
+
.jqx-expander-header.jqx-fill-state-hover-light,
|
|
322
|
+
.jqx-expander-header.jqx-fill-state-normal-light,
|
|
323
|
+
.jqx-expander-header.jqx-fill-state-pressed-light {
|
|
324
|
+
background: var(--jqx-background-hover);
|
|
325
|
+
border-color: var(--jqx-border);
|
|
326
|
+
color: var(--jqx-background-color-hover);
|
|
289
327
|
}
|
|
328
|
+
|
|
290
329
|
.jqx-expander-header.jqx-fill-state-hover-light {
|
|
291
330
|
background: var(--jqx-background-hover);
|
|
292
331
|
}
|
|
293
|
-
|
|
294
|
-
|
|
332
|
+
|
|
333
|
+
.jqx-expander-content-light {
|
|
334
|
+
padding: 0px;
|
|
295
335
|
}
|
|
336
|
+
|
|
296
337
|
.jqx-expander-header-light {
|
|
297
|
-
padding:10px;
|
|
338
|
+
padding: 10px;
|
|
298
339
|
}
|
|
340
|
+
|
|
299
341
|
.jqx-button-light.jqx-fill-state-hover {
|
|
300
342
|
opacity: 0.9;
|
|
301
343
|
cursor: pointer;
|
|
@@ -303,64 +345,83 @@
|
|
|
303
345
|
*zoom: 1;
|
|
304
346
|
}
|
|
305
347
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
348
|
+
.jqx-button-light.jqx-fill-state-hover.outlined,
|
|
349
|
+
.jqx-button-light.jqx-fill-state-hover.flat {
|
|
350
|
+
color: var(--jqx-primary);
|
|
351
|
+
box-shadow: none;
|
|
352
|
+
}
|
|
311
353
|
|
|
312
354
|
.jqx-button-light.jqx-fill-state-pressed {
|
|
313
355
|
cursor: pointer;
|
|
314
356
|
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
315
357
|
}
|
|
358
|
+
|
|
316
359
|
.jqx-fill-state-disabled-light .jqx-action-button-light {
|
|
317
|
-
|
|
360
|
+
cursor: initial;
|
|
318
361
|
}
|
|
319
362
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
363
|
+
.jqx-button-light.jqx-fill-state-pressed.float {
|
|
364
|
+
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
|
|
365
|
+
}
|
|
323
366
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
367
|
+
.jqx-slider-button-light.jqx-fill-state-pressed-light,
|
|
368
|
+
.jqx-button-light.jqx-fill-state-pressed.outlined,
|
|
369
|
+
.jqx-button-light.jqx-fill-state-pressed.flat {
|
|
370
|
+
background: rgba(179, 229, 252, 0.15);
|
|
371
|
+
box-shadow: none;
|
|
372
|
+
color: var(--jqx-primary);
|
|
373
|
+
}
|
|
331
374
|
|
|
332
375
|
.jqx-button-light.jqx-fill-state-focus {
|
|
333
376
|
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
334
377
|
}
|
|
335
|
-
.jqx-slider-button-light.jqx-fill-state-focus-light {
|
|
336
|
-
background: transparent;
|
|
337
|
-
border-color: transparent;
|
|
338
|
-
box-shadow:none;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.jqx-button-light.jqx-fill-state-focus.outlined,
|
|
342
|
-
.jqx-button-light.jqx-fill-state-focus.flat {
|
|
343
|
-
box-shadow: none;
|
|
344
|
-
background: rgba(rgb(var(--jqx-primary-rgb)),0.15);
|
|
345
|
-
color: var(--jqx-primary);
|
|
346
|
-
}
|
|
347
378
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
}
|
|
379
|
+
.jqx-slider-button-light.jqx-fill-state-focus-light {
|
|
380
|
+
background: transparent;
|
|
381
|
+
border-color: transparent;
|
|
382
|
+
box-shadow: none;
|
|
383
|
+
}
|
|
354
384
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
.jqx-
|
|
363
|
-
|
|
385
|
+
.jqx-button-light.jqx-fill-state-focus.outlined,
|
|
386
|
+
.jqx-button-light.jqx-fill-state-focus.flat {
|
|
387
|
+
box-shadow: none;
|
|
388
|
+
background: rgba(rgb(var(--jqx-primary-rgb)), 0.15);
|
|
389
|
+
color: var(--jqx-primary);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.jqx-dropdownlist-content-light {
|
|
393
|
+
display: flex;
|
|
394
|
+
align-items: center;
|
|
395
|
+
height: 100% !important;
|
|
396
|
+
margin-top: 0px !important;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.jqx-dropdownlist-content-light span {
|
|
400
|
+
top: 0px !important;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.jqx-dropdownlist-state-normal-light,
|
|
404
|
+
.jqx-dropdownlist-state-hover-light,
|
|
405
|
+
.jqx-dropdownlist-state-selected-light,
|
|
406
|
+
.jqx-scrollbar-button-state-hover-light,
|
|
407
|
+
.jqx-scrollbar-button-state-normal-light,
|
|
408
|
+
.jqx-scrollbar-button-state-pressed-light,
|
|
409
|
+
.jqx-scrollbar-thumb-state-normal-horizontal-light,
|
|
410
|
+
.jqx-scrollbar-thumb-state-hover-horizontal-light,
|
|
411
|
+
.jqx-scrollbar-thumb-state-pressed-horizontal-light,
|
|
412
|
+
.jqx-scrollbar-thumb-state-normal-light,
|
|
413
|
+
.jqx-scrollbar-thumb-state-pressed-light,
|
|
414
|
+
.jqx-tree-item-hover-light,
|
|
415
|
+
.jqx-tree-item-selected-light,
|
|
416
|
+
.jqx-tree-item-light,
|
|
417
|
+
.jqx-menu-item-light,
|
|
418
|
+
.jqx-menu-item-hover-light,
|
|
419
|
+
.jqx-menu-item-selected-light,
|
|
420
|
+
.jqx-menu-item-top-light,
|
|
421
|
+
.jqx-menu-item-top-hover-light,
|
|
422
|
+
.jqx-menu-item-top-selected-light,
|
|
423
|
+
.jqx-slider-button-light,
|
|
424
|
+
.jqx-slider-slider-light {
|
|
364
425
|
-webkit-transition: background-color 100ms linear;
|
|
365
426
|
-moz-transition: background-color 100ms linear;
|
|
366
427
|
-o-transition: background-color 100ms linear;
|
|
@@ -370,63 +431,85 @@
|
|
|
370
431
|
|
|
371
432
|
|
|
372
433
|
.jqx-primary-light.jqx-input-label-light {
|
|
373
|
-
|
|
434
|
+
color: var(--jqx-primary) !important;
|
|
374
435
|
}
|
|
436
|
+
|
|
375
437
|
.jqx-primary-light.jqx-input-bar-light:before {
|
|
376
|
-
|
|
438
|
+
background: var(--jqx-primary) !important;
|
|
377
439
|
}
|
|
440
|
+
|
|
378
441
|
.jqx-success-light.jqx-input-label-light {
|
|
379
|
-
|
|
442
|
+
color: #5cb85c !important;
|
|
380
443
|
}
|
|
444
|
+
|
|
381
445
|
.jqx-success-light.jqx-input-bar-light:before {
|
|
382
|
-
|
|
446
|
+
background: #5cb85c !important;
|
|
383
447
|
}
|
|
448
|
+
|
|
384
449
|
.jqx-inverse-light.jqx-input-label-light {
|
|
385
|
-
|
|
450
|
+
color: #666 !important;
|
|
386
451
|
}
|
|
452
|
+
|
|
387
453
|
.jqx-inverse-light.jqx-input-bar-light:before {
|
|
388
|
-
|
|
454
|
+
background: #666 !important;
|
|
389
455
|
}
|
|
456
|
+
|
|
390
457
|
.jqx-danger-light.jqx-input-label-light {
|
|
391
|
-
|
|
458
|
+
color: #d9534f !important;
|
|
392
459
|
}
|
|
460
|
+
|
|
393
461
|
.jqx-danger-light.jqx-input-bar-light:before {
|
|
394
|
-
|
|
462
|
+
background: #d9534f !important;
|
|
395
463
|
}
|
|
464
|
+
|
|
396
465
|
.jqx-warning-light.jqx-input-label-light {
|
|
397
|
-
|
|
466
|
+
color: #f0ad4e !important;
|
|
398
467
|
}
|
|
468
|
+
|
|
399
469
|
.jqx-warning-light.jqx-input-bar-light:before {
|
|
400
|
-
|
|
470
|
+
background: #f0ad4e !important;
|
|
401
471
|
}
|
|
472
|
+
|
|
402
473
|
.jqx-info-light.jqx-input-label-light {
|
|
403
|
-
|
|
474
|
+
color: #5bc0de !important;
|
|
404
475
|
}
|
|
476
|
+
|
|
405
477
|
.jqx-info-light.jqx-input-bar-light:before {
|
|
406
|
-
|
|
478
|
+
background: #5bc0de !important;
|
|
407
479
|
}
|
|
408
480
|
|
|
409
|
-
.jqx-slider-tooltip-light.jqx-primary-slider,
|
|
481
|
+
.jqx-slider-tooltip-light.jqx-primary-slider,
|
|
482
|
+
.jqx-slider-tooltip-light.jqx-primary-slider .jqx-fill-state-normal-light {
|
|
410
483
|
border-color: var(--jqx-primary);
|
|
411
484
|
background: var(--jqx-primary);
|
|
412
485
|
}
|
|
413
|
-
|
|
486
|
+
|
|
487
|
+
.jqx-slider-tooltip-light.jqx-success-slider,
|
|
488
|
+
.jqx-slider-tooltip-light.jqx-success-slider .jqx-fill-state-normal-light {
|
|
414
489
|
border-color: #5cb85c;
|
|
415
490
|
background: #5cb85c;
|
|
416
491
|
}
|
|
417
|
-
|
|
492
|
+
|
|
493
|
+
.jqx-slider-tooltip-light.jqx-inverse-slider,
|
|
494
|
+
.jqx-slider-tooltip-light.jqx-inverse-slider .jqx-fill-state-normal-light {
|
|
418
495
|
border-color: #666;
|
|
419
496
|
background: #666;
|
|
420
497
|
}
|
|
421
|
-
|
|
498
|
+
|
|
499
|
+
.jqx-slider-tooltip-light.jqx-danger-slider,
|
|
500
|
+
.jqx-slider-tooltip-light.jqx-danger-slider .jqx-fill-state-normal-light {
|
|
422
501
|
border-color: #d9534f;
|
|
423
502
|
background: #d9534f;
|
|
424
503
|
}
|
|
425
|
-
|
|
504
|
+
|
|
505
|
+
.jqx-slider-tooltip-light.jqx-warning-slider,
|
|
506
|
+
.jqx-slider-tooltip-light.jqx-warning-slider .jqx-fill-state-normal-light {
|
|
426
507
|
border-color: #f0ad4e;
|
|
427
508
|
background: #f0ad4e;
|
|
428
509
|
}
|
|
429
|
-
|
|
510
|
+
|
|
511
|
+
.jqx-slider-tooltip-light.jqx-info-slider,
|
|
512
|
+
.jqx-slider-tooltip-light.jqx-info-slider .jqx-fill-state-normal-light {
|
|
430
513
|
border-color: #5bc0de;
|
|
431
514
|
background: #5bc0de;
|
|
432
515
|
}
|
|
@@ -439,32 +522,32 @@
|
|
|
439
522
|
text-shadow: none !important;
|
|
440
523
|
}
|
|
441
524
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
525
|
+
.jqx-primary-light.jqx-dropdownlist-state-normal-light,
|
|
526
|
+
.jqx-primary-light.jqx-slider-button-light,
|
|
527
|
+
.jqx-primary-light.jqx-slider-slider-light,
|
|
528
|
+
.jqx-primary-light.jqx-combobox-arrow-normal-light,
|
|
529
|
+
.jqx-primary-light.jqx-combobox-arrow-hover-light,
|
|
530
|
+
.jqx-primary-light.jqx-action-button-light,
|
|
531
|
+
.jqx-primary-light:hover,
|
|
532
|
+
.jqx-primary-light:focus,
|
|
533
|
+
.jqx-primary-light:active,
|
|
534
|
+
.jqx-primary-light.active,
|
|
535
|
+
.jqx-primary-light.disabled,
|
|
536
|
+
.jqx-primary-light[disabled] {
|
|
537
|
+
color: #fff !important;
|
|
538
|
+
background: var(--jqx-primary) !important;
|
|
539
|
+
border-color: var(--jqx-primary) !important;
|
|
540
|
+
text-shadow: none !important;
|
|
541
|
+
}
|
|
459
542
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
543
|
+
.jqx-fill-state-pressed-light.jqx-primary-light,
|
|
544
|
+
.jqx-primary-light:active,
|
|
545
|
+
.jqx-primary-light.active {
|
|
546
|
+
color: #fff !important;
|
|
547
|
+
background-color: var(--jqx-primary) !important;
|
|
548
|
+
border-color: var(--jqx-primary) !important;
|
|
549
|
+
text-shadow: none !important;
|
|
550
|
+
}
|
|
468
551
|
|
|
469
552
|
.jqx-success-light {
|
|
470
553
|
color: #5cb85c !important;
|
|
@@ -473,32 +556,32 @@
|
|
|
473
556
|
text-shadow: none !important;
|
|
474
557
|
}
|
|
475
558
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
559
|
+
.jqx-success-light.jqx-dropdownlist-state-normal-light,
|
|
560
|
+
.jqx-success-light.jqx-slider-button-light,
|
|
561
|
+
.jqx-success-light.jqx-slider-slider-light,
|
|
562
|
+
.jqx-success-light.jqx-combobox-arrow-normal-light,
|
|
563
|
+
.jqx-success-light.jqx-combobox-arrow-hover-light,
|
|
564
|
+
.jqx-success-light.jqx-action-button-light,
|
|
565
|
+
.jqx-success-light:hover,
|
|
566
|
+
.jqx-success-light:focus,
|
|
567
|
+
.jqx-success-light:active,
|
|
568
|
+
.jqx-success-light.active,
|
|
569
|
+
.jqx-success-light.disabled,
|
|
570
|
+
.jqx-success-light[disabled] {
|
|
571
|
+
color: #fff !important;
|
|
572
|
+
background: #5cb85c !important;
|
|
573
|
+
border-color: #5cb85c !important;
|
|
574
|
+
text-shadow: none !important;
|
|
575
|
+
}
|
|
493
576
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
577
|
+
.jqx-fill-state-pressed-light.jqx-success-light,
|
|
578
|
+
.jqx-success-light:active,
|
|
579
|
+
.jqx-success-light.active {
|
|
580
|
+
text-shadow: none !important;
|
|
581
|
+
color: #fff !important;
|
|
582
|
+
background: #5cb85c !important;
|
|
583
|
+
border-color: #5cb85c !important;
|
|
584
|
+
}
|
|
502
585
|
|
|
503
586
|
.jqx-inverse-light {
|
|
504
587
|
text-shadow: none !important;
|
|
@@ -507,32 +590,32 @@
|
|
|
507
590
|
border-color: #cccccc !important;
|
|
508
591
|
}
|
|
509
592
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
593
|
+
.jqx-inverse-light.jqx-dropdownlist-state-normal-light,
|
|
594
|
+
.jqx-inverse-light.jqx-slider-button-light,
|
|
595
|
+
.jqx-inverse-light.jqx-slider-slider-light,
|
|
596
|
+
.jqx-inverse-light.jqx-combobox-arrow-hover-light,
|
|
597
|
+
.jqx-inverse-light.jqx-combobox-arrow-normal-light,
|
|
598
|
+
.jqx-inverse-light.jqx-action-button-light,
|
|
599
|
+
.jqx-inverse-light:hover,
|
|
600
|
+
.jqx-inverse-light:focus,
|
|
601
|
+
.jqx-inverse-light:active,
|
|
602
|
+
.jqx-inverse-light.active,
|
|
603
|
+
.jqx-inverse-light.disabled,
|
|
604
|
+
.jqx-inverse-light[disabled] {
|
|
605
|
+
text-shadow: none !important;
|
|
606
|
+
color: #666 !important;
|
|
607
|
+
background: #cccccc !important;
|
|
608
|
+
border-color: #cccccc !important;
|
|
609
|
+
}
|
|
527
610
|
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
611
|
+
.jqx-fill-state-pressed-light.jqx-inverse-light,
|
|
612
|
+
.jqx-inverse-light:active,
|
|
613
|
+
.jqx-inverse-light.active {
|
|
614
|
+
text-shadow: none !important;
|
|
615
|
+
color: #666 !important;
|
|
616
|
+
background: #cccccc !important;
|
|
617
|
+
border-color: #cccccc !important;
|
|
618
|
+
}
|
|
536
619
|
|
|
537
620
|
|
|
538
621
|
.jqx-danger-light {
|
|
@@ -542,32 +625,32 @@
|
|
|
542
625
|
border-color: #d9534f !important;
|
|
543
626
|
}
|
|
544
627
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
628
|
+
.jqx-danger-light.jqx-dropdownlist-state-normal-light,
|
|
629
|
+
.jqx-danger-light.jqx-slider-button-light,
|
|
630
|
+
.jqx-danger-light.jqx-slider-slider-light,
|
|
631
|
+
.jqx-danger-light.jqx-combobox-arrow-hover-light,
|
|
632
|
+
.jqx-danger-light.jqx-combobox-arrow-normal-light,
|
|
633
|
+
.jqx-danger-light.jqx-action-button-light,
|
|
634
|
+
.jqx-danger-light:hover,
|
|
635
|
+
.jqx-danger-light:focus,
|
|
636
|
+
.jqx-danger-light:active,
|
|
637
|
+
.jqx-danger-light.active,
|
|
638
|
+
.jqx-danger-light.disabled,
|
|
639
|
+
.jqx-danger-light[disabled] {
|
|
640
|
+
text-shadow: none !important;
|
|
641
|
+
color: #fff !important;
|
|
642
|
+
background: #d9534f !important;
|
|
643
|
+
border-color: #d9534f !important;
|
|
644
|
+
}
|
|
562
645
|
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
646
|
+
.jqx-fill-state-pressed-light.jqx-danger-light,
|
|
647
|
+
.jqx-danger-light:active,
|
|
648
|
+
.jqx-danger-light.active {
|
|
649
|
+
text-shadow: none !important;
|
|
650
|
+
color: #fff !important;
|
|
651
|
+
background: #d9534f !important;
|
|
652
|
+
border-color: #d9534f !important;
|
|
653
|
+
}
|
|
571
654
|
|
|
572
655
|
.jqx-validator-error-label-light {
|
|
573
656
|
color: #d9534f !important;
|
|
@@ -580,32 +663,32 @@
|
|
|
580
663
|
border-color: #f0ad4e !important;
|
|
581
664
|
}
|
|
582
665
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
666
|
+
.jqx-warning-light.jqx-dropdownlist-state-normal-light,
|
|
667
|
+
.jqx-warning-light.jqx-slider-button-light,
|
|
668
|
+
.jqx-warning-light.jqx-slider-slider-light,
|
|
669
|
+
.jqx-warning-light.jqx-combobox-arrow-hover-light,
|
|
670
|
+
.jqx-warning-light.jqx-combobox-arrow-normal-light,
|
|
671
|
+
.jqx-warning-light.jqx-action-button-light,
|
|
672
|
+
.jqx-warning-light:hover,
|
|
673
|
+
.jqx-warning-light:focus,
|
|
674
|
+
.jqx-warning-light:active,
|
|
675
|
+
.jqx-warning-light.active,
|
|
676
|
+
.jqx-warning-light.disabled,
|
|
677
|
+
.jqx-warning-light[disabled] {
|
|
678
|
+
text-shadow: none !important;
|
|
679
|
+
color: #fff !important;
|
|
680
|
+
background: #f0ad4e !important;
|
|
681
|
+
border-color: #f0ad4e !important;
|
|
682
|
+
}
|
|
600
683
|
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
684
|
+
.jqx-fill-state-pressed-light.jqx-warning-light,
|
|
685
|
+
.jqx-warning-light:active,
|
|
686
|
+
.jqx-warning-light.active {
|
|
687
|
+
text-shadow: none !important;
|
|
688
|
+
color: #fff !important;
|
|
689
|
+
background: #f0ad4e !important;
|
|
690
|
+
border-color: #f0ad4e !important;
|
|
691
|
+
}
|
|
609
692
|
|
|
610
693
|
|
|
611
694
|
.jqx-info-light {
|
|
@@ -615,32 +698,32 @@
|
|
|
615
698
|
border-color: #5bc0de !important;
|
|
616
699
|
}
|
|
617
700
|
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
701
|
+
.jqx-info-light.jqx-dropdownlist-state-normal-light,
|
|
702
|
+
.jqx-info-light.jqx-slider-button-light,
|
|
703
|
+
.jqx-info-light.jqx-slider-slider-light,
|
|
704
|
+
.jqx-info-light.jqx-combobox-arrow-hover-light,
|
|
705
|
+
.jqx-info-light.jqx-combobox-arrow-normal-light,
|
|
706
|
+
.jqx-info-light.jqx-action-button-light,
|
|
707
|
+
.jqx-info-light:hover,
|
|
708
|
+
.jqx-info-light:focus,
|
|
709
|
+
.jqx-info-light:active,
|
|
710
|
+
.jqx-info-light.active,
|
|
711
|
+
.jqx-info-light.disabled,
|
|
712
|
+
.jqx-info-light[disabled] {
|
|
713
|
+
color: #fff !important;
|
|
714
|
+
background: #5bc0de !important;
|
|
715
|
+
border-color: #5bc0de !important;
|
|
716
|
+
text-shadow: none !important;
|
|
717
|
+
}
|
|
635
718
|
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
719
|
+
.jqx-fill-state-pressed-light.jqx-info-light,
|
|
720
|
+
.jqx-info-light:active,
|
|
721
|
+
.jqx-info-light.active {
|
|
722
|
+
text-shadow: none !important;
|
|
723
|
+
color: #fff !important;
|
|
724
|
+
background: #5bc0de !important;
|
|
725
|
+
border-color: #5bc0de !important;
|
|
726
|
+
}
|
|
644
727
|
|
|
645
728
|
.jqx-fill-state-pressed-light {
|
|
646
729
|
background-image: none;
|
|
@@ -650,14 +733,17 @@
|
|
|
650
733
|
.jqx-grid-group-column-light {
|
|
651
734
|
border-color: transparent;
|
|
652
735
|
}
|
|
736
|
+
|
|
653
737
|
.jqx-grid-column-menubutton-light {
|
|
654
738
|
border-width: 0px;
|
|
655
739
|
}
|
|
656
|
-
|
|
740
|
+
|
|
741
|
+
.jqx-grid-groups-row-light>span {
|
|
657
742
|
padding-left: 4px;
|
|
658
743
|
}
|
|
744
|
+
|
|
659
745
|
.jqx-grid-column-filterbutton-light,
|
|
660
|
-
.jqx-grid-column-menubutton-light{
|
|
746
|
+
.jqx-grid-column-menubutton-light {
|
|
661
747
|
background-image: none;
|
|
662
748
|
font-family: 'jqx-icons';
|
|
663
749
|
display: flex;
|
|
@@ -671,17 +757,19 @@
|
|
|
671
757
|
background: var(--jqx-surface);
|
|
672
758
|
color: var(--jqx-surface-color);
|
|
673
759
|
}
|
|
760
|
+
|
|
674
761
|
.jqx-grid-column-menubutton-light:after {
|
|
675
762
|
content: var(--jqx-icon-menu) !important;
|
|
676
763
|
background: var(--jqx-surface);
|
|
677
764
|
color: var(--jqx-surface-color);
|
|
678
765
|
}
|
|
766
|
+
|
|
679
767
|
.jqx-datatable-dark .jqx-widget-header-dark .jqx-grid-column-header-dark {
|
|
680
768
|
border-right-color: var(--jqx-border);
|
|
681
769
|
}
|
|
682
770
|
|
|
683
771
|
.jqx-datatable-light td.jqx-grid-cell-light,
|
|
684
|
-
.jqx-treegrid-light .jqx-grid-cell-light{
|
|
772
|
+
.jqx-treegrid-light .jqx-grid-cell-light {
|
|
685
773
|
padding-top: 10px;
|
|
686
774
|
padding-bottom: 9px;
|
|
687
775
|
font-size: 14px;
|
|
@@ -694,9 +782,15 @@
|
|
|
694
782
|
-moz-box-shadow: none;
|
|
695
783
|
box-shadow: none;
|
|
696
784
|
}
|
|
785
|
+
|
|
786
|
+
.jqx-widget-header-light.jqx-grid-cell-light {
|
|
787
|
+
background: var(--jqx-surface);
|
|
788
|
+
color: var(--jqx-surface-color);
|
|
789
|
+
}
|
|
790
|
+
|
|
697
791
|
.jqx-grid-cell-alt-light {
|
|
698
|
-
|
|
699
|
-
|
|
792
|
+
background: #F4F5F933;
|
|
793
|
+
color: var(--jqx-surface-color);
|
|
700
794
|
}
|
|
701
795
|
|
|
702
796
|
.jqx-grid-pager-top-light .jqx-button-light,
|
|
@@ -713,12 +807,12 @@
|
|
|
713
807
|
align-content: center;
|
|
714
808
|
}
|
|
715
809
|
|
|
716
|
-
.jqx-grid-pager-input-light
|
|
717
|
-
padding:0px !important;
|
|
810
|
+
.jqx-grid-pager-input-light {
|
|
811
|
+
padding: 0px !important;
|
|
718
812
|
}
|
|
719
813
|
|
|
720
|
-
.jqx-grid-pager-top-light .jqx-button-light
|
|
721
|
-
.jqx-grid-pager-light .jqx-button-light
|
|
814
|
+
.jqx-grid-pager-top-light .jqx-button-light>div,
|
|
815
|
+
.jqx-grid-pager-light .jqx-button-light>div {
|
|
722
816
|
top: 0px;
|
|
723
817
|
position: relative;
|
|
724
818
|
left: 0px;
|
|
@@ -728,18 +822,18 @@
|
|
|
728
822
|
}
|
|
729
823
|
|
|
730
824
|
.jqx-grid-pager-top-light .jqx-button-light.jqx-fill-state-hover,
|
|
731
|
-
.jqx-grid-pager-light .jqx-button-light.jqx-fill-state-hover
|
|
732
|
-
{
|
|
825
|
+
.jqx-grid-pager-light .jqx-button-light.jqx-fill-state-hover {
|
|
733
826
|
color: var(--jqx-background-color-hover);
|
|
734
827
|
background: var(--jqx-background-hover);
|
|
735
828
|
border-color: var(--jqx-background-hover);
|
|
736
829
|
box-shadow: none;
|
|
737
830
|
}
|
|
831
|
+
|
|
738
832
|
.jqx-grid-pager-top-light .jqx-button-light.jqx-fill-state-pressed,
|
|
739
|
-
.jqx-grid-pager-light .jqx-button-light.jqx-fill-state-pressed
|
|
740
|
-
{
|
|
833
|
+
.jqx-grid-pager-light .jqx-button-light.jqx-fill-state-pressed {
|
|
741
834
|
background: var(--jqx-primary);
|
|
742
835
|
}
|
|
836
|
+
|
|
743
837
|
.jqx-grid-pager-light .jqx-button-light:hover:after,
|
|
744
838
|
.jqx-grid-pager-top-light .jqx-button-light:hover:after,
|
|
745
839
|
.jqx-grid-pager-top-light .jqx-button-light.jqx-fill-state-pressed-light:after,
|
|
@@ -750,15 +844,16 @@
|
|
|
750
844
|
height: calc(100% - 4px);
|
|
751
845
|
border: 2px solid var(--jqx-background);
|
|
752
846
|
border-radius: 4px;
|
|
753
|
-
left:0px;
|
|
754
|
-
top:0px;
|
|
847
|
+
left: 0px;
|
|
848
|
+
top: 0px;
|
|
755
849
|
}
|
|
850
|
+
|
|
756
851
|
.jqx-grid-pager-top-light .jqx-grid-pager-number-light,
|
|
757
852
|
.jqx-grid-pager-light .jqx-grid-pager-number-light {
|
|
758
853
|
background-color: transparent;
|
|
759
854
|
border-color: transparent;
|
|
760
855
|
color: inherit;
|
|
761
|
-
font-size:14px;
|
|
856
|
+
font-size: 14px;
|
|
762
857
|
padding: 6px 10px;
|
|
763
858
|
border-radius: 4px;
|
|
764
859
|
|
|
@@ -768,9 +863,10 @@
|
|
|
768
863
|
.jqx-grid-pager-top-light .jqx-grid-pager-number-light:hover,
|
|
769
864
|
.jqx-grid-pager-light .jqx-grid-pager-number-light:hover {
|
|
770
865
|
background: var(--jqx-background-hover);
|
|
771
|
-
color:var(--jqx-background-color-hover) !important;
|
|
866
|
+
color: var(--jqx-background-color-hover) !important;
|
|
772
867
|
font-size: var(--jqx-font-size);
|
|
773
868
|
}
|
|
869
|
+
|
|
774
870
|
.jqx-grid-pager-light .jqx-grid-pager-number-light:hover:after,
|
|
775
871
|
.jqx-grid-pager-top-light .jqx-grid-pager-number-light:hover:after,
|
|
776
872
|
.jqx-grid-pager-top-light .jqx-grid-pager-number-light.jqx-fill-state-pressed-light:after,
|
|
@@ -781,14 +877,15 @@
|
|
|
781
877
|
height: calc(100% - 4px);
|
|
782
878
|
border: 2px solid var(--jqx-background);
|
|
783
879
|
border-radius: var(--jqx-border-radius);
|
|
784
|
-
left:0px;
|
|
785
|
-
top:0px;
|
|
880
|
+
left: 0px;
|
|
881
|
+
top: 0px;
|
|
786
882
|
}
|
|
787
|
-
|
|
883
|
+
|
|
884
|
+
.jqx-grid-pager-top-light .jqx-grid-pager-number-light.jqx-fill-state-pressed-light,
|
|
788
885
|
.jqx-grid-pager-light .jqx-grid-pager-number-light.jqx-fill-state-pressed-light {
|
|
789
886
|
font-weight: bold !important;
|
|
790
887
|
background: var(--jqx-primary);
|
|
791
|
-
color:var(--jqx-background) !important;
|
|
888
|
+
color: var(--jqx-background) !important;
|
|
792
889
|
}
|
|
793
890
|
|
|
794
891
|
.jqx-grid-column-menubutton-light {
|
|
@@ -800,20 +897,24 @@
|
|
|
800
897
|
font-size: 13px;
|
|
801
898
|
}
|
|
802
899
|
|
|
803
|
-
.jqx-calendar-light
|
|
900
|
+
.jqx-calendar-light>div {
|
|
804
901
|
padding: 0px;
|
|
805
902
|
box-sizing: border-box;
|
|
806
903
|
}
|
|
904
|
+
|
|
807
905
|
.jqx-calendar-month-light {
|
|
808
906
|
width: 90%;
|
|
809
907
|
position: relative;
|
|
810
908
|
left: 5%;
|
|
811
909
|
}
|
|
910
|
+
|
|
812
911
|
.jqx-calendar-title-navigation-light {
|
|
813
912
|
font-size: 20px;
|
|
814
913
|
padding: 0px 20px;
|
|
815
914
|
}
|
|
816
|
-
|
|
915
|
+
|
|
916
|
+
.jqx-calendar-row-header-light,
|
|
917
|
+
.jqx-calendar-top-left-header-light {
|
|
817
918
|
background-color: var(--jqx-background);
|
|
818
919
|
border: 0px solid var(--jqx-background);
|
|
819
920
|
}
|
|
@@ -831,7 +932,8 @@
|
|
|
831
932
|
padding-bottom: 10px;
|
|
832
933
|
}
|
|
833
934
|
|
|
834
|
-
.jqx-ribbon-header-vertical-light,
|
|
935
|
+
.jqx-ribbon-header-vertical-light,
|
|
936
|
+
.jqx-widget-header-vertical-light {
|
|
835
937
|
background: var(--jqx-background);
|
|
836
938
|
}
|
|
837
939
|
|
|
@@ -841,13 +943,15 @@
|
|
|
841
943
|
border-left-color: var(--jqx-scrollbar-border);
|
|
842
944
|
}
|
|
843
945
|
|
|
844
|
-
.jqx-scrollbar-thumb-state-normal-light,
|
|
946
|
+
.jqx-scrollbar-thumb-state-normal-light,
|
|
947
|
+
.jqx-scrollbar-thumb-state-normal-horizontal-light {
|
|
845
948
|
background: var(--jqx-scrollbar-thumb-background);
|
|
846
949
|
border-color: var(--jqx-scrollbar-thumb-border);
|
|
847
950
|
border-radius: 0px;
|
|
848
951
|
}
|
|
849
952
|
|
|
850
|
-
.jqx-scrollbar-thumb-state-hover-light,
|
|
953
|
+
.jqx-scrollbar-thumb-state-hover-light,
|
|
954
|
+
.jqx-scrollbar-thumb-state-hover-horizontal-light {
|
|
851
955
|
background: var(--jqx-scrollbar-thumb-background-hover);
|
|
852
956
|
border-color: var(--jqx-scrollbar-thumb-border-hover);
|
|
853
957
|
box-shadow: none;
|
|
@@ -862,11 +966,13 @@
|
|
|
862
966
|
box-shadow: none;
|
|
863
967
|
}
|
|
864
968
|
|
|
865
|
-
.jqx-progressbar-value-light,
|
|
969
|
+
.jqx-progressbar-value-light,
|
|
970
|
+
.jqx-splitter-collapse-button-horizontal-light {
|
|
866
971
|
background: var(--jqx-primary);
|
|
867
972
|
}
|
|
868
973
|
|
|
869
|
-
.jqx-splitter-collapse-button-vertical-light,
|
|
974
|
+
.jqx-splitter-collapse-button-vertical-light,
|
|
975
|
+
.jqx-progressbar-value-vertical-light {
|
|
870
976
|
background: var(--jqx-primary);
|
|
871
977
|
}
|
|
872
978
|
|
|
@@ -901,7 +1007,9 @@
|
|
|
901
1007
|
box-shadow: none;
|
|
902
1008
|
}
|
|
903
1009
|
|
|
904
|
-
.jqx-grid-column-sortdescbutton-light,
|
|
1010
|
+
.jqx-grid-column-sortdescbutton-light,
|
|
1011
|
+
jqx-grid-column-filterbutton-light,
|
|
1012
|
+
.jqx-grid-column-sortascbutton-light {
|
|
905
1013
|
background-color: transparent;
|
|
906
1014
|
border-style: solid;
|
|
907
1015
|
border-width: 0px 0px 0px 0px;
|
|
@@ -913,19 +1021,26 @@
|
|
|
913
1021
|
filter: none;
|
|
914
1022
|
}
|
|
915
1023
|
|
|
916
|
-
.jqx-grid-bottomright-light,
|
|
1024
|
+
.jqx-grid-bottomright-light,
|
|
1025
|
+
.jqx-panel-bottomright-light,
|
|
1026
|
+
.jqx-listbox-bottomright-light {
|
|
917
1027
|
background-color: var(--jqx-scrollbar-background);
|
|
918
1028
|
}
|
|
919
1029
|
|
|
920
|
-
.jqx-window-light,
|
|
921
|
-
|
|
1030
|
+
.jqx-window-light,
|
|
1031
|
+
.jqx-tooltip-light {
|
|
1032
|
+
box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
922
1033
|
}
|
|
923
|
-
|
|
1034
|
+
|
|
1035
|
+
.jqx-tooltip-light,
|
|
1036
|
+
.jqx-tooltip-light.jqx-popup-light,
|
|
1037
|
+
.jqx-tooltip-light .jqx-fill-state-normal-light {
|
|
924
1038
|
background: var(--jqx-primary);
|
|
925
1039
|
border-color: var(--jqx-primary);
|
|
926
|
-
box-shadow:none;
|
|
1040
|
+
box-shadow: none;
|
|
927
1041
|
color: var(--jqx-primary-color);
|
|
928
1042
|
}
|
|
1043
|
+
|
|
929
1044
|
.jqx-docking-light .jqx-window-light {
|
|
930
1045
|
box-shadow: none;
|
|
931
1046
|
}
|
|
@@ -935,9 +1050,10 @@
|
|
|
935
1050
|
}
|
|
936
1051
|
|
|
937
1052
|
.jqx-checkbox-light {
|
|
938
|
-
line-height:20px;
|
|
1053
|
+
line-height: 20px;
|
|
939
1054
|
overflow: visible;
|
|
940
1055
|
}
|
|
1056
|
+
|
|
941
1057
|
.jqx-radiobutton-light {
|
|
942
1058
|
overflow: visible;
|
|
943
1059
|
box-shadow: none;
|
|
@@ -945,10 +1061,11 @@
|
|
|
945
1061
|
-moz-box-shadow: none;
|
|
946
1062
|
background-repeat: no-repeat;
|
|
947
1063
|
background: none;
|
|
948
|
-
line-height:20px;
|
|
1064
|
+
line-height: 20px;
|
|
949
1065
|
}
|
|
950
1066
|
|
|
951
|
-
.jqx-radiobutton-light-light,
|
|
1067
|
+
.jqx-radiobutton-light-light,
|
|
1068
|
+
.jqx-radiobutton-hover-light {
|
|
952
1069
|
border-radius: 100%;
|
|
953
1070
|
background-repeat: no-repeat;
|
|
954
1071
|
transition: background-color ease-in .3s;
|
|
@@ -975,8 +1092,7 @@
|
|
|
975
1092
|
}
|
|
976
1093
|
|
|
977
1094
|
.jqx-checkbox-default-light,
|
|
978
|
-
.jqx-radiobutton-default-light
|
|
979
|
-
{
|
|
1095
|
+
.jqx-radiobutton-default-light {
|
|
980
1096
|
border-width: 1px;
|
|
981
1097
|
border-color: var(--jqx-border);
|
|
982
1098
|
background-color: var(--jqx-background);
|
|
@@ -987,21 +1103,24 @@
|
|
|
987
1103
|
.jqx-tree-grid-collapse-button-light {
|
|
988
1104
|
font-size: 16px;
|
|
989
1105
|
}
|
|
1106
|
+
|
|
990
1107
|
.jqx-grid-table-light .jqx-grid-cell:first-child {
|
|
991
1108
|
padding-left: 10px;
|
|
992
1109
|
}
|
|
1110
|
+
|
|
993
1111
|
.jqx-tree-grid-title-light {
|
|
994
1112
|
margin-left: 5px;
|
|
995
1113
|
}
|
|
1114
|
+
|
|
996
1115
|
.jqx-tree-light .jqx-checkbox-light .jqx-checkbox-default-light,
|
|
997
1116
|
.jqx-checkbox-light[checked] .jqx-checkbox-default-light,
|
|
998
1117
|
.jqx-tree-grid-checkbox[checked].jqx-checkbox-default-light,
|
|
999
|
-
.jqx-radiobutton-light[checked] .jqx-radiobutton-default-light
|
|
1000
|
-
|
|
1001
|
-
color: var(--jqx-primary-color);
|
|
1118
|
+
.jqx-radiobutton-light[checked] .jqx-radiobutton-default-light {
|
|
1119
|
+
color: var(--jqx-primary-color);
|
|
1002
1120
|
background-color: var(--jqx-primary);
|
|
1003
1121
|
border-color: var(--jqx-primary);
|
|
1004
1122
|
}
|
|
1123
|
+
|
|
1005
1124
|
.jqx-menu-item-disabled-light {
|
|
1006
1125
|
color: inherit;
|
|
1007
1126
|
}
|
|
@@ -1009,6 +1128,7 @@
|
|
|
1009
1128
|
.jqx-grid-light .jqx-checkbox-default-light {
|
|
1010
1129
|
border-radius: 0px;
|
|
1011
1130
|
}
|
|
1131
|
+
|
|
1012
1132
|
.jqx-checkbox-check-checked-light {
|
|
1013
1133
|
background: none;
|
|
1014
1134
|
font-family: jqx-icons;
|
|
@@ -1019,19 +1139,21 @@
|
|
|
1019
1139
|
.jqx-checkbox-check-checked-light:after {
|
|
1020
1140
|
content: var(--jqx-icon-check);
|
|
1021
1141
|
}
|
|
1142
|
+
|
|
1022
1143
|
.jqx-checkbox-check-indeterminate-light {
|
|
1023
|
-
width:14px !important;
|
|
1024
|
-
height:14px !important;
|
|
1025
|
-
position:relative;
|
|
1144
|
+
width: 14px !important;
|
|
1145
|
+
height: 14px !important;
|
|
1146
|
+
position: relative;
|
|
1026
1147
|
top: 1px;
|
|
1027
1148
|
left: 1px;
|
|
1028
1149
|
background: var(--jqx-background);
|
|
1029
1150
|
}
|
|
1151
|
+
|
|
1030
1152
|
.jqx-tree-light .jqx-checkbox-check-indeterminate-light {
|
|
1031
|
-
width:12px !important;
|
|
1032
|
-
height:12px !important;
|
|
1153
|
+
width: 12px !important;
|
|
1154
|
+
height: 12px !important;
|
|
1033
1155
|
top: 2px;
|
|
1034
|
-
left:2px;
|
|
1156
|
+
left: 2px;
|
|
1035
1157
|
}
|
|
1036
1158
|
|
|
1037
1159
|
.jqx-checkbox-hover-light,
|
|
@@ -1047,95 +1169,115 @@
|
|
|
1047
1169
|
|
|
1048
1170
|
.jqx-slider-slider-light:active {
|
|
1049
1171
|
transform: scale(1.2);
|
|
1050
|
-
box-shadow: rgba(0,0,0,0.3) 0 0 10px;
|
|
1172
|
+
box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
|
|
1051
1173
|
}
|
|
1052
|
-
|
|
1053
|
-
{
|
|
1174
|
+
|
|
1175
|
+
.jqx-slider-light[discrete] .jqx-slider-slider-light:active {
|
|
1054
1176
|
transform: scaleX(0);
|
|
1055
1177
|
|
|
1056
1178
|
}
|
|
1179
|
+
|
|
1057
1180
|
.jqx-slider-slider-horizontal-light {
|
|
1058
1181
|
background: var(--jqx-primary);
|
|
1059
1182
|
}
|
|
1183
|
+
|
|
1060
1184
|
.jqx-slider-slider-vertical-light {
|
|
1061
1185
|
background: var(--jqx-primary);
|
|
1062
1186
|
}
|
|
1187
|
+
|
|
1063
1188
|
.jqx-slider-tooltip-light {
|
|
1064
1189
|
width: 25px;
|
|
1065
1190
|
height: 25px;
|
|
1066
1191
|
transform-origin: 50% 100%;
|
|
1067
1192
|
border-radius: 50%;
|
|
1068
1193
|
transform: scale(0) rotate(45deg);
|
|
1069
|
-
padding:0px;
|
|
1194
|
+
padding: 0px;
|
|
1070
1195
|
background: transparent !important;
|
|
1071
1196
|
}
|
|
1197
|
+
|
|
1072
1198
|
.jqx-slider-tooltip-light.init {
|
|
1073
|
-
|
|
1199
|
+
transform: scale(1) rotate(45deg);
|
|
1074
1200
|
}
|
|
1201
|
+
|
|
1075
1202
|
.jqx-slider-tooltip-light.hide {
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1203
|
+
transition: transform 0.2s ease;
|
|
1204
|
+
transform-origin: 50% 100%;
|
|
1205
|
+
transform: scale(0) rotate(45deg);
|
|
1079
1206
|
}
|
|
1207
|
+
|
|
1080
1208
|
.jqx-slider-tooltip-light.show {
|
|
1081
|
-
|
|
1082
|
-
|
|
1209
|
+
transition: transform 0.2s ease;
|
|
1210
|
+
transform: scale(1) rotate(45deg);
|
|
1083
1211
|
}
|
|
1084
1212
|
|
|
1085
1213
|
|
|
1086
1214
|
.jqx-slider-tooltip-light .jqx-tooltip-arrow-t-b,
|
|
1087
1215
|
.jqx-slider-tooltip-light .jqx-tooltip-arrow-l-r {
|
|
1088
|
-
display:none;
|
|
1089
|
-
visibility:hidden;
|
|
1216
|
+
display: none;
|
|
1217
|
+
visibility: hidden;
|
|
1090
1218
|
}
|
|
1091
1219
|
|
|
1092
|
-
.jqx-slider-tooltip-light,
|
|
1220
|
+
.jqx-slider-tooltip-light,
|
|
1221
|
+
.jqx-slider-tooltip-light .jqx-fill-state-normal-light {
|
|
1093
1222
|
border-radius: 15px 15px 0px;
|
|
1094
1223
|
display: flex;
|
|
1095
1224
|
align-items: center;
|
|
1096
1225
|
justify-content: center;
|
|
1097
1226
|
background: var(--jqx-primary);
|
|
1098
1227
|
color: var(--jqx-primary-color);
|
|
1099
|
-
font-size:11px;
|
|
1228
|
+
font-size: 11px;
|
|
1100
1229
|
}
|
|
1101
|
-
|
|
1102
|
-
|
|
1230
|
+
|
|
1231
|
+
.jqx-slider-tooltip-light.far,
|
|
1232
|
+
.jqx-slider-tooltip-light.far .jqx-fill-state-normal-light {
|
|
1233
|
+
border-radius: 0px 15px 15px 15px;
|
|
1103
1234
|
}
|
|
1104
|
-
|
|
1105
|
-
|
|
1235
|
+
|
|
1236
|
+
.jqx-slider-tooltip-light.vertical,
|
|
1237
|
+
.jqx-slider-tooltip-light.vertical .jqx-fill-state-normal-light {
|
|
1238
|
+
border-radius: 15px 0px 15px 15px;
|
|
1106
1239
|
}
|
|
1107
|
-
|
|
1108
|
-
|
|
1240
|
+
|
|
1241
|
+
.jqx-slider-tooltip-light.vertical.far,
|
|
1242
|
+
.jqx-slider-tooltip-light.vertical.far .jqx-fill-state-normal-light {
|
|
1243
|
+
border-radius: 15px 15px 15px 0px;
|
|
1109
1244
|
}
|
|
1245
|
+
|
|
1110
1246
|
.jqx-slider-tooltip-light {
|
|
1111
|
-
background:transparent;
|
|
1112
|
-
border:none !important;
|
|
1113
|
-
box-shadow:none;
|
|
1247
|
+
background: transparent;
|
|
1248
|
+
border: none !important;
|
|
1249
|
+
box-shadow: none;
|
|
1114
1250
|
}
|
|
1251
|
+
|
|
1115
1252
|
.jqx-slider-tooltip-light .jqx-tooltip-main-light {
|
|
1116
1253
|
top: -7px;
|
|
1117
1254
|
right: 11px;
|
|
1118
1255
|
}
|
|
1256
|
+
|
|
1119
1257
|
.jqx-slider-tooltip-light.far .jqx-tooltip-main-light {
|
|
1120
1258
|
top: 3px;
|
|
1121
1259
|
right: 4px;
|
|
1122
1260
|
}
|
|
1261
|
+
|
|
1123
1262
|
.jqx-slider-tooltip-light.vertical .jqx-tooltip-main-light {
|
|
1124
1263
|
top: -3px;
|
|
1125
1264
|
right: 3px;
|
|
1126
1265
|
}
|
|
1266
|
+
|
|
1127
1267
|
.jqx-slider-tooltip-light .jqx-tooltip-text {
|
|
1128
1268
|
background: transparent;
|
|
1129
|
-
border:none;
|
|
1269
|
+
border: none;
|
|
1130
1270
|
padding: 0px;
|
|
1131
|
-
overflow:visible;
|
|
1271
|
+
overflow: visible;
|
|
1132
1272
|
}
|
|
1273
|
+
|
|
1133
1274
|
.jqx-slider-tooltip-light .jqx-tooltip-text>span {
|
|
1134
|
-
|
|
1275
|
+
transform: rotate(-45deg);
|
|
1135
1276
|
}
|
|
1277
|
+
|
|
1136
1278
|
.jqx-slider-tooltip-light.range {
|
|
1137
1279
|
width: 35px;
|
|
1138
|
-
height:35px;
|
|
1280
|
+
height: 35px;
|
|
1139
1281
|
}
|
|
1140
1282
|
|
|
1141
1283
|
.jqx-slider-rangebar-light {
|
|
@@ -1143,7 +1285,8 @@
|
|
|
1143
1285
|
background: var(--jqx-primary);
|
|
1144
1286
|
}
|
|
1145
1287
|
|
|
1146
|
-
.jqx-slider-track-horizontal-light,
|
|
1288
|
+
.jqx-slider-track-horizontal-light,
|
|
1289
|
+
.jqx-slider-track-vertical-light {
|
|
1147
1290
|
border-color: var(--jqx-border);
|
|
1148
1291
|
background: var(--jqx-background);
|
|
1149
1292
|
}
|
|
@@ -1153,10 +1296,10 @@
|
|
|
1153
1296
|
-webkit-border-radius: 100%;
|
|
1154
1297
|
border-radius: 100%;
|
|
1155
1298
|
}
|
|
1299
|
+
|
|
1156
1300
|
.jqx-slider-button-light.jqx-fill-state-normal-light,
|
|
1157
1301
|
.jqx-slider-button-light.jqx-fill-state-hover-light,
|
|
1158
|
-
.jqx-slider-button-light.jqx-fill-state-pressed-light
|
|
1159
|
-
{
|
|
1302
|
+
.jqx-slider-button-light.jqx-fill-state-pressed-light {
|
|
1160
1303
|
background: transparent !important;
|
|
1161
1304
|
}
|
|
1162
1305
|
|
|
@@ -1165,49 +1308,62 @@
|
|
|
1165
1308
|
padding: 6px;
|
|
1166
1309
|
border-radius: 4px;
|
|
1167
1310
|
}
|
|
1311
|
+
|
|
1168
1312
|
.jqx-listitem-element-light .jqx-checkbox-default-light {
|
|
1169
1313
|
border-radius: 0px;
|
|
1170
1314
|
}
|
|
1315
|
+
|
|
1171
1316
|
.jqx-listitem-state-hover-light,
|
|
1172
1317
|
.jqx-listitem-state-selected-light,
|
|
1173
1318
|
.jqx-listitem-state-normal-light {
|
|
1174
1319
|
border-radius: 0;
|
|
1175
|
-
margin:0px;
|
|
1320
|
+
margin: 0px;
|
|
1176
1321
|
}
|
|
1177
1322
|
|
|
1178
1323
|
.jqx-scheduler-edit-dialog-label-light {
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1324
|
+
font-size: 12px;
|
|
1325
|
+
text-transform: uppercase;
|
|
1326
|
+
padding-top: 6px;
|
|
1327
|
+
padding-bottom: 6px;
|
|
1183
1328
|
|
|
1184
1329
|
}
|
|
1330
|
+
|
|
1185
1331
|
.jqx-scheduler-edit-dialog-field-light {
|
|
1186
|
-
|
|
1187
|
-
|
|
1332
|
+
padding-top: 6px;
|
|
1333
|
+
padding-bottom: 6px;
|
|
1188
1334
|
}
|
|
1335
|
+
|
|
1189
1336
|
.jqx-scheduler-edit-dialog-label-rtl-light {
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1337
|
+
line-height: 35px;
|
|
1338
|
+
padding-top: 6px;
|
|
1339
|
+
padding-bottom: 6px;
|
|
1193
1340
|
}
|
|
1341
|
+
|
|
1194
1342
|
.jqx-scheduler-edit-dialog-field-rtl-light {
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1343
|
+
line-height: 35px;
|
|
1344
|
+
padding-top: 6px;
|
|
1345
|
+
padding-bottom: 6px;
|
|
1198
1346
|
}
|
|
1347
|
+
|
|
1199
1348
|
.jqx-menu-horizontal-light {
|
|
1200
1349
|
height: auto !important;
|
|
1201
1350
|
}
|
|
1351
|
+
|
|
1202
1352
|
.jqx-menu-horizontal-light .jqx-menu-item-top-light {
|
|
1203
1353
|
padding: 8px;
|
|
1204
1354
|
}
|
|
1355
|
+
|
|
1205
1356
|
.jqx-menu-item-top-light,
|
|
1206
1357
|
.jqx-menu-item-light {
|
|
1207
1358
|
padding: 8px;
|
|
1208
1359
|
}
|
|
1360
|
+
|
|
1209
1361
|
/*applied to a list item when the item is selected.*/
|
|
1210
|
-
.jqx-listitem-state-hover-light,
|
|
1362
|
+
.jqx-listitem-state-hover-light,
|
|
1363
|
+
.jqx-menu-item-hover-light,
|
|
1364
|
+
.jqx-tree-item-hover-light,
|
|
1365
|
+
.jqx-calendar-cell-hover-light,
|
|
1366
|
+
.jqx-grid-cell-hover-light,
|
|
1211
1367
|
.jqx-input-popup-light .jqx-fill-state-hover-light,
|
|
1212
1368
|
.jqx-input-popup-light .jqx-fill-state-pressed-light {
|
|
1213
1369
|
color: var(--jqx-background-color-hover) !important;
|
|
@@ -1227,25 +1383,36 @@
|
|
|
1227
1383
|
color: var(--jqx-background) !important;
|
|
1228
1384
|
}
|
|
1229
1385
|
|
|
1230
|
-
.jqx-listitem-state-selected-light,
|
|
1231
|
-
.jqx-menu-item-
|
|
1386
|
+
.jqx-listitem-state-selected-light,
|
|
1387
|
+
.jqx-menu-item-selected-light,
|
|
1388
|
+
.jqx-tree-item-selected-light,
|
|
1389
|
+
.jqx-calendar-cell-selected-light,
|
|
1390
|
+
.jqx-grid-cell-selected-light,
|
|
1391
|
+
.jqx-menu-item-top-selected-light,
|
|
1392
|
+
.jqx-grid-selectionarea-light,
|
|
1393
|
+
.jqx-input-button-header-light,
|
|
1394
|
+
.jqx-input-button-innerHeader-light {
|
|
1232
1395
|
color: var(--jqx-primary-color) !important;
|
|
1233
1396
|
border-color: var(--jqx-primary) !important;
|
|
1234
|
-
background: var(--jqx-primary) !important;
|
|
1397
|
+
background: var(--jqx-primary) !important;
|
|
1398
|
+
/* Old browsers */
|
|
1235
1399
|
box-shadow: none;
|
|
1236
1400
|
}
|
|
1237
1401
|
|
|
1238
|
-
.jqx-grid-cell-light .jqx-button-light,
|
|
1402
|
+
.jqx-grid-cell-light .jqx-button-light,
|
|
1403
|
+
.jqx-grid-cell-light .jqx-button-light.jqx-fill-state-hover-light,
|
|
1404
|
+
.jqx-grid-cell-light .jqx-button-light.jqx-fill-state-pressed-light {
|
|
1239
1405
|
box-shadow: none;
|
|
1240
1406
|
transition: none;
|
|
1241
1407
|
}
|
|
1242
1408
|
|
|
1243
|
-
.jqx-menu-popup-light{
|
|
1409
|
+
.jqx-menu-popup-light {
|
|
1244
1410
|
opacity: 0;
|
|
1245
1411
|
transform-origin: top left;
|
|
1246
|
-
box-shadow: 0 8px 10px 1px rgba(0,0,0
|
|
1412
|
+
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px 0 rgba(0, 0, 0, .2);
|
|
1247
1413
|
background: var(--jqx-background) !important;
|
|
1248
1414
|
}
|
|
1415
|
+
|
|
1249
1416
|
.jqx-menu-popup-light.top {
|
|
1250
1417
|
transform: scaleY(0);
|
|
1251
1418
|
transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out;
|
|
@@ -1260,11 +1427,13 @@
|
|
|
1260
1427
|
transform: scale(1);
|
|
1261
1428
|
opacity: 1;
|
|
1262
1429
|
}
|
|
1430
|
+
|
|
1263
1431
|
.jqx-popup-light {
|
|
1264
1432
|
border: 1px solid var(--jqx-border);
|
|
1265
1433
|
background: var(--jqx-background);
|
|
1266
|
-
box-shadow: 0 8px 10px 1px rgba(0,0,0
|
|
1434
|
+
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px 0 rgba(0, 0, 0, .2);
|
|
1267
1435
|
}
|
|
1436
|
+
|
|
1268
1437
|
.jqx-menu-popup-light .jqx-popup-light {
|
|
1269
1438
|
box-shadow: none;
|
|
1270
1439
|
border: none;
|
|
@@ -1272,8 +1441,8 @@
|
|
|
1272
1441
|
|
|
1273
1442
|
.jqx-datatable-light .jqx-grid-column-sortdescbutton-light,
|
|
1274
1443
|
.jqx-datatable-light .jqx-grid-column-sortascbutton-light {
|
|
1275
|
-
|
|
1276
|
-
|
|
1444
|
+
display: flex;
|
|
1445
|
+
align-items: center;
|
|
1277
1446
|
}
|
|
1278
1447
|
|
|
1279
1448
|
.jqx-grid-column-sortascbutton-light,
|
|
@@ -1300,13 +1469,15 @@
|
|
|
1300
1469
|
background-image: none;
|
|
1301
1470
|
font-family: jqx-icons;
|
|
1302
1471
|
}
|
|
1472
|
+
|
|
1303
1473
|
.jqx-window-collapse-button-light {
|
|
1304
1474
|
position: relative;
|
|
1305
1475
|
right: 10px;
|
|
1306
1476
|
font-weight: bold;
|
|
1307
1477
|
font-size: 18px;
|
|
1308
|
-
margin-top:0px;
|
|
1478
|
+
margin-top: 0px;
|
|
1309
1479
|
}
|
|
1480
|
+
|
|
1310
1481
|
.jqx-grid-column-sortascbutton-light:after,
|
|
1311
1482
|
.jqx-expander-arrow-bottom-light:after,
|
|
1312
1483
|
.jqx-window-collapse-button-light:after,
|
|
@@ -1333,6 +1504,7 @@
|
|
|
1333
1504
|
background-image: none;
|
|
1334
1505
|
font-family: jqx-icons;
|
|
1335
1506
|
}
|
|
1507
|
+
|
|
1336
1508
|
.jqx-widget-light .jqx-grid-group-expand-light:after,
|
|
1337
1509
|
.jqx-grid-group-expand-light:after,
|
|
1338
1510
|
.jqx-grid-column-sortdescbutton-light:after,
|
|
@@ -1347,6 +1519,33 @@
|
|
|
1347
1519
|
content: var(--jqx-icon-arrow-down);
|
|
1348
1520
|
}
|
|
1349
1521
|
|
|
1522
|
+
.jqx-grid-column-header-light[sort][sort-index]>div>div {
|
|
1523
|
+
width: calc(100% - 45px)
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
.jqx-grid-column-header-light[sort][sort-index] .sorticon {
|
|
1527
|
+
display: flex;
|
|
1528
|
+
align-items: center;
|
|
1529
|
+
width: 45px;
|
|
1530
|
+
flex-direction: row-reverse;
|
|
1531
|
+
margin-right: 5px;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.jqx-grid-column-header-light[sort][sort-index] .sorticon:before {
|
|
1535
|
+
content: attr(order);
|
|
1536
|
+
font-size: 11px;
|
|
1537
|
+
display: flex;
|
|
1538
|
+
justify-content: center;
|
|
1539
|
+
align-items: center;
|
|
1540
|
+
border-radius: 50%;
|
|
1541
|
+
background: var(--jqx-primary);
|
|
1542
|
+
color: var(--jqx-primary-color);
|
|
1543
|
+
padding: 5px;
|
|
1544
|
+
margin-left: 5px;
|
|
1545
|
+
height: 8px;
|
|
1546
|
+
box-sizing: content-box;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1350
1549
|
.jqx-tabs-arrow-left-light,
|
|
1351
1550
|
.jqx-menu-item-arrow-left-selected-light,
|
|
1352
1551
|
.jqx-menu-item-arrow-top-left,
|
|
@@ -1358,6 +1557,7 @@
|
|
|
1358
1557
|
background-repeat: no-repeat;
|
|
1359
1558
|
background-position: center;
|
|
1360
1559
|
}
|
|
1560
|
+
|
|
1361
1561
|
.jqx-tabs-arrow-left-light:after,
|
|
1362
1562
|
.jqx-menu-item-arrow-left-selected-light:after,
|
|
1363
1563
|
.jqx-menu-item-arrow-top-left:after,
|
|
@@ -1380,6 +1580,7 @@
|
|
|
1380
1580
|
background-repeat: no-repeat;
|
|
1381
1581
|
background-position: center;
|
|
1382
1582
|
}
|
|
1583
|
+
|
|
1383
1584
|
.jqx-widget-light .jqx-grid-group-collapse-light:after,
|
|
1384
1585
|
.jqx-grid-group-collapse-light:after,
|
|
1385
1586
|
.jqx-tabs-arrow-right-light:after,
|
|
@@ -1416,19 +1617,20 @@
|
|
|
1416
1617
|
.jqx-widget .jqx-grid-column-header-cell-light {
|
|
1417
1618
|
padding-top: 8px;
|
|
1418
1619
|
padding-bottom: 8px;
|
|
1419
|
-
height:30px;
|
|
1620
|
+
height: 30px;
|
|
1420
1621
|
}
|
|
1421
1622
|
|
|
1422
1623
|
.jqx-widget .jqx-grid-row-cell-light {
|
|
1423
1624
|
padding-top: 8px;
|
|
1424
1625
|
padding-bottom: 8px;
|
|
1425
|
-
height:30px;
|
|
1626
|
+
height: 30px;
|
|
1426
1627
|
}
|
|
1427
1628
|
|
|
1428
1629
|
.jqx-listbox-container-light,
|
|
1429
1630
|
.jqx-calendar-container-light {
|
|
1430
1631
|
margin-left: -10px;
|
|
1431
1632
|
}
|
|
1633
|
+
|
|
1432
1634
|
.jqx-calendar-container-light .jqx-popup,
|
|
1433
1635
|
.jqx-calendar-light.jqx-popup,
|
|
1434
1636
|
.jqx-listbox-light.jqx-popup {
|
|
@@ -1438,7 +1640,7 @@
|
|
|
1438
1640
|
.jqx-dropdownbutton-popup,
|
|
1439
1641
|
.jqx-calendar-light.jqx-popup,
|
|
1440
1642
|
.jqx-listbox-light.jqx-popup,
|
|
1441
|
-
.jqx-grid-menu.jqx-popup
|
|
1643
|
+
.jqx-grid-menu.jqx-popup {
|
|
1442
1644
|
transition: transform 0.25s ease-in-out, opacity 0.35s ease-in-out;
|
|
1443
1645
|
transform: scaleY(0);
|
|
1444
1646
|
opacity: 0;
|
|
@@ -1459,7 +1661,8 @@
|
|
|
1459
1661
|
color: var(--jqx-background-color);
|
|
1460
1662
|
}
|
|
1461
1663
|
|
|
1462
|
-
.jqx-widget-light .jqx-grid-column-header,
|
|
1664
|
+
.jqx-widget-light .jqx-grid-column-header,
|
|
1665
|
+
.jqx-widget-light .jqx-grid-group-cell {
|
|
1463
1666
|
border-color: var(--jqx-border);
|
|
1464
1667
|
color: var(--jqx-surface-color);
|
|
1465
1668
|
background: var(--jqx-surface);
|
|
@@ -1469,7 +1672,7 @@
|
|
|
1469
1672
|
border-color: var(--jqx-border);
|
|
1470
1673
|
font-size: 12px;
|
|
1471
1674
|
color: var(--jqx-surface-color);
|
|
1472
|
-
font-weight:
|
|
1675
|
+
font-weight: 600;
|
|
1473
1676
|
}
|
|
1474
1677
|
|
|
1475
1678
|
|
|
@@ -1477,12 +1680,15 @@
|
|
|
1477
1680
|
border-right-color: var(--jqx-border) !important;
|
|
1478
1681
|
border-bottom-color: var(--jqx-border) !important;
|
|
1479
1682
|
}
|
|
1683
|
+
|
|
1480
1684
|
.jqx-widget-light .jqx-grid-cell-light {
|
|
1481
1685
|
border-color: var(--jqx-border);
|
|
1482
1686
|
}
|
|
1483
|
-
|
|
1687
|
+
|
|
1688
|
+
.jqx-widgets-light .jqx-scheduler-cell-selected span {
|
|
1484
1689
|
color: var(--jqx-background) !important;
|
|
1485
1690
|
}
|
|
1691
|
+
|
|
1486
1692
|
.jqx-scheduler-time-column-light,
|
|
1487
1693
|
.jqx-scheduler-toolbar-light {
|
|
1488
1694
|
background: var(--jqx-surface) !important;
|
|
@@ -1495,21 +1701,23 @@
|
|
|
1495
1701
|
border-bottom-color: var(--jqx-border);
|
|
1496
1702
|
}
|
|
1497
1703
|
|
|
1498
|
-
.jqx-widget-light.jqx-scheduler-light td.jqx-grid-cell-light span{
|
|
1704
|
+
.jqx-widget-light.jqx-scheduler-light td.jqx-grid-cell-light span {
|
|
1499
1705
|
font-size: 10px;
|
|
1500
1706
|
color: var(--jqx-background-color);
|
|
1501
1707
|
}
|
|
1708
|
+
|
|
1502
1709
|
.jqx-widget-light.jqx-scheduler-light td.jqx-grid-cell-light.jqx-scheduler-cell-hover span,
|
|
1503
|
-
.jqx-widget-light.jqx-scheduler-light td.jqx-grid-cell-light.jqx-scheduler-cell-selected span{
|
|
1504
|
-
color:var(--jqx-primary-color);
|
|
1710
|
+
.jqx-widget-light.jqx-scheduler-light td.jqx-grid-cell-light.jqx-scheduler-cell-selected span {
|
|
1711
|
+
color: var(--jqx-primary-color);
|
|
1505
1712
|
}
|
|
1506
1713
|
|
|
1507
1714
|
.jqx-passwordinput-password-icon-light,
|
|
1508
1715
|
.jqx-passwordinput-password-icon-rtl-light {
|
|
1509
1716
|
background-image: none;
|
|
1510
1717
|
font-family: jqx-icons;
|
|
1511
|
-
color:var(--jqx-background-color);
|
|
1718
|
+
color: var(--jqx-background-color);
|
|
1512
1719
|
}
|
|
1720
|
+
|
|
1513
1721
|
.jqx-passwordinput-password-icon-light:after,
|
|
1514
1722
|
.jqx-passwordinput-password-icon-rtl-light:after {
|
|
1515
1723
|
content: var(--jqx-icon-visibility);
|
|
@@ -1526,21 +1734,24 @@
|
|
|
1526
1734
|
justify-content: center;
|
|
1527
1735
|
align-items: center;
|
|
1528
1736
|
}
|
|
1737
|
+
|
|
1529
1738
|
.jqx-combobox-multi-item-light a {
|
|
1530
1739
|
margin-right: 10px;
|
|
1531
1740
|
}
|
|
1741
|
+
|
|
1532
1742
|
.jqx-combobox-light .jqx-icon-close-light:after {
|
|
1533
1743
|
content: var(--jqx-icon-close);
|
|
1534
1744
|
}
|
|
1535
|
-
|
|
1745
|
+
|
|
1746
|
+
.jqx-combobox-light,
|
|
1747
|
+
.jqx-input-light {
|
|
1536
1748
|
border-color: var(--jqx-border);
|
|
1537
1749
|
color: var(--jqx-background-color);
|
|
1538
1750
|
background-color: var(--jqx-background);
|
|
1539
1751
|
}
|
|
1540
1752
|
|
|
1541
1753
|
.jqx-combobox-content-light,
|
|
1542
|
-
.jqx-datetimeinput-content-light
|
|
1543
|
-
{
|
|
1754
|
+
.jqx-datetimeinput-content-light {
|
|
1544
1755
|
border-color: transparent;
|
|
1545
1756
|
}
|
|
1546
1757
|
|
|
@@ -1559,41 +1770,43 @@
|
|
|
1559
1770
|
box-shadow: none;
|
|
1560
1771
|
}
|
|
1561
1772
|
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1773
|
+
.jqx-input-group-light input {
|
|
1774
|
+
width: 100%;
|
|
1775
|
+
height: 100%;
|
|
1776
|
+
box-sizing: border-box;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
.jqx-input-group-light textarea {
|
|
1780
|
+
width: 100%;
|
|
1781
|
+
height: 100%;
|
|
1782
|
+
outline: none;
|
|
1783
|
+
resize: none;
|
|
1784
|
+
border-left: none;
|
|
1785
|
+
border-right: none;
|
|
1786
|
+
border-top: none;
|
|
1787
|
+
border-bottom-color: var(--jqx-border);
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1577
1790
|
.jqx-numberinput-light,
|
|
1578
|
-
.jqx-maskedinput-light
|
|
1579
|
-
|
|
1580
|
-
position:relative;
|
|
1791
|
+
.jqx-maskedinput-light {
|
|
1792
|
+
position: relative;
|
|
1581
1793
|
}
|
|
1794
|
+
|
|
1582
1795
|
.jqx-numberinput-light input {
|
|
1583
|
-
height:100% !important;
|
|
1796
|
+
height: 100% !important;
|
|
1584
1797
|
}
|
|
1585
1798
|
|
|
1586
1799
|
.jqx-input-light.jqx-validator-error-element {
|
|
1587
1800
|
border-color: transparent !important;
|
|
1588
1801
|
border-bottom: 1px solid #df2227 !important;
|
|
1589
1802
|
}
|
|
1803
|
+
|
|
1590
1804
|
.jqx-input-light input,
|
|
1591
1805
|
.jqx-dropdownlist-state-normal-light,
|
|
1592
1806
|
.jqx-combobox-state-normal-light,
|
|
1593
1807
|
.jqx-numberinput-light,
|
|
1594
1808
|
.jqx-maskedinput-light,
|
|
1595
|
-
.jqx-datetimeinput-light
|
|
1596
|
-
{
|
|
1809
|
+
.jqx-datetimeinput-light {
|
|
1597
1810
|
background: var(--jqx-surface);
|
|
1598
1811
|
border-color: var(--jqx-surface);
|
|
1599
1812
|
border-radius: 0;
|
|
@@ -1602,16 +1815,19 @@
|
|
|
1602
1815
|
border-bottom: 1px solid var(--jqx-border);
|
|
1603
1816
|
outline: none;
|
|
1604
1817
|
}
|
|
1605
|
-
|
|
1818
|
+
|
|
1819
|
+
.jqx-numberinput-light .jqx-action-button-light {
|
|
1606
1820
|
border-radius: 0;
|
|
1607
|
-
font-size:12px;
|
|
1821
|
+
font-size: 12px;
|
|
1608
1822
|
}
|
|
1609
|
-
|
|
1823
|
+
|
|
1824
|
+
.jqx-numberinput-light .jqx-action-button-light>div {
|
|
1610
1825
|
width: 100%;
|
|
1611
1826
|
display: flex;
|
|
1612
1827
|
align-items: center;
|
|
1613
1828
|
justify-content: center;
|
|
1614
1829
|
}
|
|
1830
|
+
|
|
1615
1831
|
.jqx-maskedinput-light,
|
|
1616
1832
|
.jqx-combobox-light,
|
|
1617
1833
|
.jqx-datetimeinput-light {
|
|
@@ -1620,28 +1836,41 @@
|
|
|
1620
1836
|
border-color: var(--jqx-background);
|
|
1621
1837
|
border-bottom: 1px solid var(--jqx-border);
|
|
1622
1838
|
}
|
|
1839
|
+
|
|
1623
1840
|
.jqx-combobox-light .jqx-combobox-arrow-normal-light,
|
|
1624
1841
|
.jqx-datetimeinput-light .jqx-action-button-light,
|
|
1625
|
-
.jqx-datetimeinput-light .jqx-action-button-rtl-light
|
|
1626
|
-
{
|
|
1842
|
+
.jqx-datetimeinput-light .jqx-action-button-rtl-light {
|
|
1627
1843
|
background-color: var(--jqx-surface);
|
|
1628
1844
|
border-color: var(--jqx-surface);
|
|
1629
|
-
color:var(--jqx-surface-color);
|
|
1630
|
-
}
|
|
1631
|
-
.jqx-datetimeinput-light, .jqx-datetimeinput-light > div,
|
|
1632
|
-
.jqx-numberinput-light, .jqx-numberinput-light > div,
|
|
1633
|
-
.jqx-maskedinput-light, .jqx-maskedinput-light > div,
|
|
1634
|
-
.jqx-dropdownlist-state-normal-light, .jqx-dropdownlist-state-normal-light > div, .jqx-dropdownlist-state-normal-light > div > div,
|
|
1635
|
-
.jqx-combobox-state-normal-light, .jqx-combobox-state-normal-light > div, .jqx-combobox-state-normal-light > div > div {
|
|
1636
|
-
overflow: visible !important;
|
|
1637
|
-
}
|
|
1845
|
+
color: var(--jqx-surface-color);
|
|
1846
|
+
}
|
|
1638
1847
|
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1848
|
+
.jqx-datetimeinput-light,
|
|
1849
|
+
.jqx-datetimeinput-light>div,
|
|
1850
|
+
.jqx-numberinput-light,
|
|
1851
|
+
.jqx-numberinput-light>div,
|
|
1852
|
+
.jqx-maskedinput-light,
|
|
1853
|
+
.jqx-maskedinput-light>div,
|
|
1854
|
+
.jqx-dropdownlist-state-normal-light,
|
|
1855
|
+
.jqx-dropdownlist-state-normal-light>div,
|
|
1856
|
+
.jqx-dropdownlist-state-normal-light>div>div,
|
|
1857
|
+
.jqx-combobox-state-normal-light,
|
|
1858
|
+
.jqx-combobox-state-normal-light>div,
|
|
1859
|
+
.jqx-combobox-state-normal-light>div>div {
|
|
1860
|
+
overflow: visible !important;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.jqx-input-light input:focus {
|
|
1864
|
+
border-radius: 0;
|
|
1865
|
+
box-shadow: none;
|
|
1866
|
+
}
|
|
1643
1867
|
|
|
1644
|
-
.jqx-input-light input,
|
|
1868
|
+
.jqx-input-light input,
|
|
1869
|
+
input[type="text"].jqx-input-light,
|
|
1870
|
+
input[type="password"].jqx-input-light,
|
|
1871
|
+
input[type="text"].jqx-widget-content-light,
|
|
1872
|
+
input[type="textarea"].jqx-widget-content-light,
|
|
1873
|
+
textarea.jqx-input-light {
|
|
1645
1874
|
font-size: var(--jqx-font-size);
|
|
1646
1875
|
font-family: var(--jqx-font-family);
|
|
1647
1876
|
resize: none;
|
|
@@ -1649,7 +1878,7 @@
|
|
|
1649
1878
|
color: var(--jqx-background-color);
|
|
1650
1879
|
border: none;
|
|
1651
1880
|
border-radius: 0;
|
|
1652
|
-
box-sizing:border-box;
|
|
1881
|
+
box-sizing: border-box;
|
|
1653
1882
|
box-shadow: none;
|
|
1654
1883
|
border-bottom: 1px solid var(--jqx-border);
|
|
1655
1884
|
}
|
|
@@ -1661,13 +1890,15 @@ input[type="textarea"].jqx-widget-content-light {
|
|
|
1661
1890
|
|
|
1662
1891
|
|
|
1663
1892
|
.jqx-input-label {
|
|
1664
|
-
visibility:inherit;
|
|
1893
|
+
visibility: inherit;
|
|
1665
1894
|
}
|
|
1666
|
-
|
|
1667
|
-
|
|
1895
|
+
|
|
1896
|
+
.jqx-input-bar {
|
|
1897
|
+
visibility: inherit;
|
|
1668
1898
|
}
|
|
1669
|
-
|
|
1670
|
-
|
|
1899
|
+
|
|
1900
|
+
input:focus~.jqx-input-label-light,
|
|
1901
|
+
textarea:focus~.jqx-input-label-light,
|
|
1671
1902
|
.jqx-input-widget-light[hint=true] .jqx-input-label,
|
|
1672
1903
|
.jqx-text-area-light[hint=true] .jqx-input-label,
|
|
1673
1904
|
.jqx-dropdownlist-state-selected-light .jqx-input-label,
|
|
@@ -1678,20 +1909,20 @@ textarea:focus ~ .jqx-input-label-light,
|
|
|
1678
1909
|
.jqx-datetimeinput-light[hint=true] .jqx-input-label,
|
|
1679
1910
|
.jqx-maskedinput-light[hint=true] .jqx-input-label,
|
|
1680
1911
|
.jqx-numberinput-light[hint=true] .jqx-input-label,
|
|
1681
|
-
.jqx-formattedinput-light[hint=true] .jqx-input-label
|
|
1682
|
-
{
|
|
1912
|
+
.jqx-formattedinput-light[hint=true] .jqx-input-label {
|
|
1683
1913
|
top: -15px;
|
|
1684
1914
|
font-size: 12px;
|
|
1685
1915
|
color: var(--jqx-primary);
|
|
1686
1916
|
opacity: 1;
|
|
1687
1917
|
}
|
|
1918
|
+
|
|
1688
1919
|
.jqx-dropdownlist-light[default-placeholder="true"] .jqx-input-label {
|
|
1689
1920
|
visibility: hidden;
|
|
1690
1921
|
}
|
|
1691
1922
|
|
|
1692
1923
|
|
|
1693
|
-
input:focus
|
|
1694
|
-
textarea:focus
|
|
1924
|
+
input:focus~.jqx-input-bar:before,
|
|
1925
|
+
textarea:focus~.jqx-input-bar:before,
|
|
1695
1926
|
.jqx-dropdownlist-state-selected-light .jqx-input-bar:before,
|
|
1696
1927
|
.jqx-dropdownlist-light .jqx-input-bar.focused:before,
|
|
1697
1928
|
.jqx-dropdownbutton-light .jqx-input-bar.focused:before,
|
|
@@ -1700,11 +1931,12 @@ textarea:focus ~ .jqx-input-bar:before,
|
|
|
1700
1931
|
.jqx-combobox-state-selected-light .jqx-input-bar:before {
|
|
1701
1932
|
width: 100%;
|
|
1702
1933
|
}
|
|
1934
|
+
|
|
1703
1935
|
.jqx-complex-input-group-light .jqx-fill-state-normal-light {
|
|
1704
1936
|
border-color: var(--jqx-border);
|
|
1705
1937
|
}
|
|
1706
1938
|
|
|
1707
|
-
.jqx-input-widget-light.jqx-rtl
|
|
1939
|
+
.jqx-input-widget-light.jqx-rtl>input {
|
|
1708
1940
|
direction: rtl
|
|
1709
1941
|
}
|
|
1710
1942
|
|
|
@@ -1715,39 +1947,44 @@ textarea:focus ~ .jqx-input-bar:before,
|
|
|
1715
1947
|
position: absolute;
|
|
1716
1948
|
pointer-events: none;
|
|
1717
1949
|
left: 2px;
|
|
1718
|
-
top:10px;
|
|
1950
|
+
top: 10px;
|
|
1719
1951
|
opacity: 0.5;
|
|
1720
1952
|
top: calc(50% - 7px);
|
|
1721
1953
|
transition: 300ms ease all;
|
|
1722
1954
|
}
|
|
1955
|
+
|
|
1723
1956
|
.jqx-input-group-light.jqx-fill-state-disabled {
|
|
1724
|
-
|
|
1957
|
+
pointer-events: none;
|
|
1725
1958
|
}
|
|
1726
1959
|
|
|
1727
1960
|
.jqx-input-label.initial {
|
|
1728
1961
|
transition: none;
|
|
1729
1962
|
}
|
|
1963
|
+
|
|
1730
1964
|
.jqx-input-bar-light {
|
|
1731
1965
|
position: relative;
|
|
1732
1966
|
display: block;
|
|
1733
|
-
z-index:1;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1967
|
+
z-index: 1;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.jqx-input-bar-light:before {
|
|
1971
|
+
content: '';
|
|
1972
|
+
height: 2px;
|
|
1973
|
+
width: 0;
|
|
1974
|
+
bottom: 0px;
|
|
1975
|
+
position: absolute;
|
|
1976
|
+
background: var(--jqx-primary);
|
|
1977
|
+
transition: 300ms ease all;
|
|
1978
|
+
left: 0%;
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1981
|
+
.jqx-formatted-input-spin-button-light,
|
|
1982
|
+
.jqx-input-group-addon-light {
|
|
1747
1983
|
border-color: var(--jqx-background);
|
|
1748
1984
|
color: var(--jqx-background-color);
|
|
1749
1985
|
background: var(--jqx-background);
|
|
1750
1986
|
}
|
|
1987
|
+
|
|
1751
1988
|
.jqx-dropdownlist-state-selected-light,
|
|
1752
1989
|
.jqx-combobox-state-selected-light {
|
|
1753
1990
|
color: var(--jqx-primary);
|
|
@@ -1760,27 +1997,29 @@ textarea:focus ~ .jqx-input-bar:before,
|
|
|
1760
1997
|
.jqx-combobox-state-normal-light .jqx-icon-arrow-down-light,
|
|
1761
1998
|
.sorticon.descending .jqx-grid-column-sorticon-light,
|
|
1762
1999
|
.jqx-tree-item-arrow-expand-light,
|
|
1763
|
-
|
|
1764
|
-
{
|
|
2000
|
+
.jqx-expander-header-light .jqx-icon-arrow-down {
|
|
1765
2001
|
transform: rotate(0deg);
|
|
1766
2002
|
display: flex;
|
|
1767
2003
|
align-items: center;
|
|
1768
2004
|
transition: transform 0.2s ease-out;
|
|
1769
2005
|
}
|
|
2006
|
+
|
|
1770
2007
|
.jqx-expander-header-light .jqx-icon-arrow-up {
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
2008
|
+
transform: rotate(180deg);
|
|
2009
|
+
transition: transform 0.2s ease-out;
|
|
2010
|
+
font-family: jqx-icons;
|
|
2011
|
+
background-image: none;
|
|
1775
2012
|
}
|
|
2013
|
+
|
|
1776
2014
|
.jqx-expander-header-light .jqx-icon-arrow-up:after {
|
|
1777
2015
|
content: var(--jqx-icon-arrow-down);
|
|
1778
2016
|
}
|
|
2017
|
+
|
|
1779
2018
|
.jqx-tree-item-arrow-expand-light,
|
|
1780
|
-
.jqx-tree-item-arrow-collapse-light
|
|
1781
|
-
{
|
|
2019
|
+
.jqx-tree-item-arrow-collapse-light {
|
|
1782
2020
|
font-size: 16px;
|
|
1783
2021
|
}
|
|
2022
|
+
|
|
1784
2023
|
.jqx-tree-item-arrow-expand-light {
|
|
1785
2024
|
transform: rotate(180deg);
|
|
1786
2025
|
}
|
|
@@ -1789,44 +2028,57 @@ textarea:focus ~ .jqx-input-bar:before,
|
|
|
1789
2028
|
content: var(--jqx-icon-arrow-up);
|
|
1790
2029
|
margin-left: 2px;
|
|
1791
2030
|
}
|
|
1792
|
-
|
|
1793
|
-
{
|
|
2031
|
+
|
|
2032
|
+
.jqx-tree-item-arrow-collapse-light {
|
|
1794
2033
|
transform: rotate(0deg);
|
|
1795
2034
|
background-image: none;
|
|
1796
2035
|
background-repeat: no-repeat;
|
|
1797
2036
|
background-position: center;
|
|
1798
2037
|
transition: transform 0.2s ease-out;
|
|
1799
2038
|
}
|
|
2039
|
+
|
|
1800
2040
|
.jqx-dropdownlist-state-selected-light .jqx-icon-arrow-down-light,
|
|
1801
2041
|
.jqx-combobox-state-selected-light .jqx-icon-arrow-down-light,
|
|
1802
|
-
.sorticon.ascending .jqx-grid-column-sorticon-light
|
|
1803
|
-
{
|
|
2042
|
+
.sorticon.ascending .jqx-grid-column-sorticon-light {
|
|
1804
2043
|
display: flex;
|
|
1805
2044
|
align-items: center;
|
|
1806
2045
|
transform: rotate(180deg);
|
|
1807
2046
|
transition: transform 0.2s ease-out;
|
|
1808
2047
|
left: -1px;
|
|
1809
2048
|
}
|
|
1810
|
-
|
|
1811
|
-
|
|
2049
|
+
|
|
2050
|
+
.jqx-combobox-state-selected-light .jqx-icon-arrow-down-light {
|
|
2051
|
+
left: -1px;
|
|
1812
2052
|
}
|
|
2053
|
+
|
|
1813
2054
|
.jqx-listbox-container {
|
|
1814
2055
|
margin-top: 1px;
|
|
1815
2056
|
}
|
|
1816
2057
|
|
|
1817
|
-
input[type="text"].jqx-input-light:-moz-placeholder,
|
|
2058
|
+
input[type="text"].jqx-input-light:-moz-placeholder,
|
|
2059
|
+
input[type="text"].jqx-widget-content-light:-moz-placeholder,
|
|
2060
|
+
input[type="textarea"].jqx-widget-content-light:-moz-placeholder,
|
|
2061
|
+
textarea.jqx-input-light:-moz-placeholder {
|
|
1818
2062
|
color: #999999;
|
|
1819
2063
|
}
|
|
1820
2064
|
|
|
1821
|
-
input[type="text"].jqx-input-light:-webkit-input-placeholder,
|
|
2065
|
+
input[type="text"].jqx-input-light:-webkit-input-placeholder,
|
|
2066
|
+
input[type="text"].jqx-widget-content-light:-webkit-input-placeholder,
|
|
2067
|
+
input[type="textarea"].jqx-widget-content-light:-webkit-input-placeholder,
|
|
2068
|
+
textarea.jqx-input-light:-webkit-input-placeholder {
|
|
1822
2069
|
color: #999999;
|
|
1823
2070
|
}
|
|
1824
2071
|
|
|
1825
|
-
input[type="text"].jqx-input-light:-ms-input-placeholder,
|
|
2072
|
+
input[type="text"].jqx-input-light:-ms-input-placeholder,
|
|
2073
|
+
input[type="text"].jqx-widget-content-light:-ms-input-placeholder,
|
|
2074
|
+
input[type="textarea"].jqx-widget-content-light:-ms-input-placeholder,
|
|
2075
|
+
textarea.jqx-input-light:-ms-input-placeholder {
|
|
1826
2076
|
color: #999999;
|
|
1827
2077
|
}
|
|
1828
2078
|
|
|
1829
|
-
.jqx-combobox-content-focus-light,
|
|
2079
|
+
.jqx-combobox-content-focus-light,
|
|
2080
|
+
.jqx-combobox-state-focus-light,
|
|
2081
|
+
.jqx-fill-state-focus-light,
|
|
1830
2082
|
.jqx-numberinput-focus-light {
|
|
1831
2083
|
outline: none;
|
|
1832
2084
|
}
|
|
@@ -1836,35 +2088,42 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
1836
2088
|
border-color: var(--jqx-border) !important;
|
|
1837
2089
|
}
|
|
1838
2090
|
|
|
1839
|
-
.jqx-datetimeinput-content,
|
|
2091
|
+
.jqx-datetimeinput-content,
|
|
2092
|
+
.jqx-datetimeinput-container {
|
|
1840
2093
|
overflow: visible !important;
|
|
1841
2094
|
}
|
|
1842
|
-
|
|
1843
|
-
|
|
2095
|
+
|
|
2096
|
+
.jqx-text-area-light,
|
|
2097
|
+
.jqx-text-area-light>div {
|
|
2098
|
+
overflow: visible !important;
|
|
1844
2099
|
}
|
|
2100
|
+
|
|
1845
2101
|
.jqx-text-area-element-light {
|
|
1846
|
-
|
|
2102
|
+
box-sizing: border-box;
|
|
1847
2103
|
}
|
|
2104
|
+
|
|
1848
2105
|
.jqx-pivotgrid-content-wrapper.jqx-fill-state-normal-light {
|
|
1849
2106
|
border-color: var(--jqx-border);
|
|
1850
2107
|
}
|
|
1851
2108
|
|
|
1852
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2109
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-light {
|
|
1853
2110
|
background-image: none;
|
|
1854
2111
|
}
|
|
1855
2112
|
|
|
1856
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2113
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-light {
|
|
1857
2114
|
background-image: none;
|
|
1858
2115
|
}
|
|
1859
2116
|
|
|
1860
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2117
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-rtl-light {
|
|
1861
2118
|
background-image: none;
|
|
1862
2119
|
}
|
|
1863
2120
|
|
|
1864
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2121
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-rtl-light {
|
|
1865
2122
|
background-image: none;
|
|
1866
2123
|
}
|
|
1867
|
-
|
|
2124
|
+
|
|
2125
|
+
.jqx-tabs-title-selected-top-light,
|
|
2126
|
+
.jqx-tabs-selection-tracker-top-light {
|
|
1868
2127
|
border-color: transparent;
|
|
1869
2128
|
filter: none;
|
|
1870
2129
|
background: inherit;
|
|
@@ -1873,33 +2132,39 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
1873
2132
|
-moz-box-shadow: none;
|
|
1874
2133
|
box-shadow: none;
|
|
1875
2134
|
}
|
|
2135
|
+
|
|
1876
2136
|
.jqx-grid-cell-filter-row-light {
|
|
1877
2137
|
background-color: var(--jqx-surface);
|
|
1878
2138
|
}
|
|
1879
2139
|
|
|
1880
|
-
.jqx-tabs-title-light,
|
|
2140
|
+
.jqx-tabs-title-light,
|
|
2141
|
+
.jqx-ribbon-item-light {
|
|
1881
2142
|
color: inherit;
|
|
1882
2143
|
}
|
|
2144
|
+
|
|
1883
2145
|
.jqx-ribbon-item-selected-light {
|
|
1884
2146
|
background: inherit;
|
|
1885
2147
|
}
|
|
2148
|
+
|
|
1886
2149
|
.jqx-tabs-title-selected-bottom-light,
|
|
1887
|
-
.jqx-tabs-title-selected-top-light
|
|
1888
|
-
{
|
|
2150
|
+
.jqx-tabs-title-selected-top-light {
|
|
1889
2151
|
color: var(--jqx-primary);
|
|
1890
|
-
font-weight:500;
|
|
1891
|
-
padding-top:5px;
|
|
1892
|
-
padding-bottom:5px;
|
|
2152
|
+
font-weight: 500;
|
|
2153
|
+
padding-top: 5px;
|
|
2154
|
+
padding-bottom: 5px;
|
|
1893
2155
|
}
|
|
2156
|
+
|
|
1894
2157
|
.jqx-tabs-title.jqx-fill-state-hover-light {
|
|
1895
2158
|
border-color: transparent;
|
|
1896
2159
|
}
|
|
2160
|
+
|
|
1897
2161
|
.jqx-ribbon-item-light {
|
|
1898
2162
|
cursor: pointer;
|
|
1899
2163
|
}
|
|
2164
|
+
|
|
1900
2165
|
.jqx-ribbon-item-selected-light {
|
|
1901
2166
|
color: var(--jqx-primary);
|
|
1902
|
-
font-weight:500;
|
|
2167
|
+
font-weight: 500;
|
|
1903
2168
|
border-color: transparent;
|
|
1904
2169
|
}
|
|
1905
2170
|
|
|
@@ -1919,15 +2184,16 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
1919
2184
|
|
|
1920
2185
|
.jqx-ribbon-header-right-light {
|
|
1921
2186
|
border-color: transparent;
|
|
1922
|
-
border-left-color:var(--jqx-border);
|
|
2187
|
+
border-left-color: var(--jqx-border);
|
|
1923
2188
|
}
|
|
1924
2189
|
|
|
1925
2190
|
.jqx-ribbon-header-left-light {
|
|
1926
2191
|
border-color: transparent;
|
|
1927
|
-
border-right-color:var(--jqx-border);
|
|
2192
|
+
border-right-color: var(--jqx-border);
|
|
1928
2193
|
}
|
|
1929
2194
|
|
|
1930
|
-
.jqx-tabs-title-selected-bottom-light,
|
|
2195
|
+
.jqx-tabs-title-selected-bottom-light,
|
|
2196
|
+
.jqx-tabs-selection-tracker-bottom-light {
|
|
1931
2197
|
border-color: transparent;
|
|
1932
2198
|
border-top: 1px solid var(--jqx-background);
|
|
1933
2199
|
filter: none;
|
|
@@ -1937,28 +2203,37 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
1937
2203
|
box-shadow: none;
|
|
1938
2204
|
}
|
|
1939
2205
|
|
|
1940
|
-
.jqx-tabs-light,
|
|
2206
|
+
.jqx-tabs-light,
|
|
2207
|
+
.jqx-ribbon-light {
|
|
1941
2208
|
border-color: transparent;
|
|
1942
2209
|
}
|
|
1943
2210
|
|
|
1944
2211
|
.jqx-tabs-header-light {
|
|
1945
2212
|
background: transparent;
|
|
1946
2213
|
}
|
|
2214
|
+
|
|
1947
2215
|
.jqx-ribbon-header-light {
|
|
1948
2216
|
background: var(--jqx-surface);
|
|
1949
2217
|
color: var(--jqx-surface-color);
|
|
1950
2218
|
}
|
|
2219
|
+
|
|
1951
2220
|
.jqx-tabs-position-bottom .jqx-tabs-header-light {
|
|
1952
2221
|
border-color: transparent;
|
|
1953
2222
|
}
|
|
1954
|
-
|
|
2223
|
+
|
|
2224
|
+
.jqx-layout-light .jqx-tabs-header-light,
|
|
2225
|
+
.jqx-layout-light .jqx-ribbon-header-light {
|
|
1955
2226
|
background: var(--jqx-background);
|
|
1956
2227
|
border-color: var(--jqx-border);
|
|
1957
2228
|
}
|
|
2229
|
+
|
|
1958
2230
|
.jqx-tabs-title-bottom {
|
|
1959
2231
|
border-color: transparent;
|
|
1960
2232
|
}
|
|
1961
|
-
|
|
2233
|
+
|
|
2234
|
+
.jqx-tabs-title-hover-top-light,
|
|
2235
|
+
.jqx-tabs-title-hover-bottom-light,
|
|
2236
|
+
.jqx-tabs-header-light {
|
|
1962
2237
|
-webkit-box-shadow: none !important;
|
|
1963
2238
|
-moz-box-shadow: none !important;
|
|
1964
2239
|
box-shadow: none !important;
|
|
@@ -1970,19 +2245,22 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
1970
2245
|
box-sizing: border-box;
|
|
1971
2246
|
border: 1px solid var(--jqx-border);
|
|
1972
2247
|
border-top-color: transparent;
|
|
1973
|
-
padding:5px;
|
|
2248
|
+
padding: 5px;
|
|
1974
2249
|
}
|
|
2250
|
+
|
|
1975
2251
|
.jqx-tabs-bar-light {
|
|
1976
2252
|
position: absolute;
|
|
1977
2253
|
bottom: 0;
|
|
1978
2254
|
background: var(--jqx-primary);
|
|
1979
2255
|
height: 2px;
|
|
1980
|
-
z-index:10;
|
|
1981
|
-
transition: .5s cubic-bezier(.35,0
|
|
2256
|
+
z-index: 10;
|
|
2257
|
+
transition: .5s cubic-bezier(.35, 0, .25, 1);
|
|
1982
2258
|
}
|
|
2259
|
+
|
|
1983
2260
|
.jqx-tabs-bar-light.vertical {
|
|
1984
2261
|
width: 2px;
|
|
1985
2262
|
}
|
|
2263
|
+
|
|
1986
2264
|
.jqx-tabs-position-bottom .jqx-tabs-bar-light {
|
|
1987
2265
|
top: 0;
|
|
1988
2266
|
}
|
|
@@ -1999,32 +2277,37 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
1999
2277
|
|
|
2000
2278
|
.jqx-calendar-cell-light {
|
|
2001
2279
|
border-radius: 0px;
|
|
2002
|
-
font-size:12px;
|
|
2280
|
+
font-size: 12px;
|
|
2003
2281
|
}
|
|
2282
|
+
|
|
2004
2283
|
.jqx-calendar-cell-light.jqx-fill-state-pressed-light {
|
|
2005
2284
|
outline: 2px var(--jqx-primary);
|
|
2006
2285
|
overflow: hidden;
|
|
2007
2286
|
position: relative;
|
|
2008
2287
|
}
|
|
2288
|
+
|
|
2009
2289
|
.jqx-calendar-cell-light.jqx-fill-state-pressed-light:after {
|
|
2010
2290
|
content: '';
|
|
2011
|
-
width:
|
|
2291
|
+
width: calc(100% - 4px);
|
|
2012
2292
|
position: absolute;
|
|
2013
2293
|
left: 0px;
|
|
2014
2294
|
top: 0px;
|
|
2015
2295
|
height: calc(100% - 4px);
|
|
2016
2296
|
border: 2px solid var(--jqx-background);
|
|
2017
2297
|
}
|
|
2298
|
+
|
|
2018
2299
|
.jqx-calendar-cell-year-light,
|
|
2019
2300
|
.jqx-calendar-cell-decade-light {
|
|
2020
2301
|
border-radius: 0px;
|
|
2021
2302
|
}
|
|
2303
|
+
|
|
2022
2304
|
.jqx-calendar-title-content-light {
|
|
2023
|
-
font-weight:bold;
|
|
2305
|
+
font-weight: bold;
|
|
2024
2306
|
}
|
|
2307
|
+
|
|
2025
2308
|
.jqx-calendar-column-cell-light {
|
|
2026
2309
|
color: var(--jqx-background-color);
|
|
2027
|
-
font-size:12px;
|
|
2310
|
+
font-size: 12px;
|
|
2028
2311
|
}
|
|
2029
2312
|
|
|
2030
2313
|
.jqx-icon-time-light,
|
|
@@ -2056,7 +2339,7 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2056
2339
|
.jqx-icon-calendar-light,
|
|
2057
2340
|
.jqx-icon-calendar-hover-light,
|
|
2058
2341
|
.jqx-icon-calendar-pressed-light {
|
|
2059
|
-
|
|
2342
|
+
background-image: none !important;
|
|
2060
2343
|
font-family: 'jqx-icons';
|
|
2061
2344
|
left: 0;
|
|
2062
2345
|
top: 0 !important;
|
|
@@ -2067,6 +2350,7 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2067
2350
|
width: 100% !important;
|
|
2068
2351
|
height: 100% !important;
|
|
2069
2352
|
}
|
|
2353
|
+
|
|
2070
2354
|
.jqx-icon-calendar-light:after,
|
|
2071
2355
|
.jqx-icon-calendar-hover-light:after,
|
|
2072
2356
|
.jqx-icon-calendar-pressed-light:after {
|
|
@@ -2099,19 +2383,19 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2099
2383
|
background-image: none;
|
|
2100
2384
|
}
|
|
2101
2385
|
|
|
2102
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2386
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-light {
|
|
2103
2387
|
background-image: none;
|
|
2104
2388
|
}
|
|
2105
2389
|
|
|
2106
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2390
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-light {
|
|
2107
2391
|
background-image: none;
|
|
2108
2392
|
}
|
|
2109
2393
|
|
|
2110
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2394
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-rtl-light {
|
|
2111
2395
|
background-image: none;
|
|
2112
2396
|
}
|
|
2113
2397
|
|
|
2114
|
-
.jqx-grid-cell-light.jqx-grid-cell-selected-light
|
|
2398
|
+
.jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-rtl-light {
|
|
2115
2399
|
background-image: none;
|
|
2116
2400
|
}
|
|
2117
2401
|
|
|
@@ -2123,18 +2407,21 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2123
2407
|
background-image: none;
|
|
2124
2408
|
}
|
|
2125
2409
|
|
|
2126
|
-
.jqx-grid-group-expand-light,
|
|
2410
|
+
.jqx-grid-group-expand-light,
|
|
2411
|
+
.jqx-grid-group-expand-rtl-light {
|
|
2127
2412
|
background-image: none;
|
|
2128
2413
|
}
|
|
2129
2414
|
|
|
2130
2415
|
.jqx-icon-arrow-first-light,
|
|
2131
|
-
.jqx-icon-arrow-last-light
|
|
2416
|
+
.jqx-icon-arrow-last-light {
|
|
2132
2417
|
background-image: none;
|
|
2133
2418
|
font-family: jqx-icons;
|
|
2134
2419
|
}
|
|
2420
|
+
|
|
2135
2421
|
.jqx-icon-arrow-first-light:after {
|
|
2136
2422
|
content: var(--jqx-icon-first-page);
|
|
2137
2423
|
}
|
|
2424
|
+
|
|
2138
2425
|
.jqx-icon-arrow-last-light:after {
|
|
2139
2426
|
content: var(--jqx-icon-last-page);
|
|
2140
2427
|
}
|
|
@@ -2143,7 +2430,7 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2143
2430
|
.ripple {
|
|
2144
2431
|
position: relative;
|
|
2145
2432
|
transform: translate3d(0, 0, 0);
|
|
2146
|
-
overflow:hidden;
|
|
2433
|
+
overflow: hidden;
|
|
2147
2434
|
}
|
|
2148
2435
|
|
|
2149
2436
|
.ink {
|
|
@@ -2152,7 +2439,7 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2152
2439
|
pointer-events: none;
|
|
2153
2440
|
border-radius: 0%;
|
|
2154
2441
|
transform: scaleX(0);
|
|
2155
|
-
background: rgba(var(--jqx-primary-rgb),0.5);
|
|
2442
|
+
background: rgba(var(--jqx-primary-rgb), 0.5);
|
|
2156
2443
|
opacity: 0.25;
|
|
2157
2444
|
}
|
|
2158
2445
|
|
|
@@ -2165,9 +2452,10 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2165
2452
|
align-items: center;
|
|
2166
2453
|
}
|
|
2167
2454
|
|
|
2168
|
-
.outlined .ink,
|
|
2169
|
-
|
|
2170
|
-
|
|
2455
|
+
.outlined .ink,
|
|
2456
|
+
.flat .ink {
|
|
2457
|
+
background: rgba(var(--jqx-primary-rgb), 0.5);
|
|
2458
|
+
overflow: hidden;
|
|
2171
2459
|
}
|
|
2172
2460
|
|
|
2173
2461
|
.ink.animate {
|
|
@@ -2179,38 +2467,38 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2179
2467
|
margin-top: 6px !important;
|
|
2180
2468
|
border-radius: 0px !important;
|
|
2181
2469
|
}
|
|
2470
|
+
|
|
2182
2471
|
.jqx-tree-item-arrow-expand-light,
|
|
2183
2472
|
.jqx-tree-item-arrow-collapse-light {
|
|
2184
2473
|
margin-top: 6px !important;
|
|
2185
2474
|
}
|
|
2186
2475
|
|
|
2187
2476
|
.jqx-checkbox-light .ripple,
|
|
2188
|
-
.jqx-radiobutton-light .ripple
|
|
2189
|
-
|
|
2190
|
-
overflow:visible;
|
|
2477
|
+
.jqx-radiobutton-light .ripple {
|
|
2478
|
+
overflow: visible;
|
|
2191
2479
|
}
|
|
2480
|
+
|
|
2192
2481
|
.jqx-checkbox-light .ink,
|
|
2193
|
-
.jqx-radiobutton-light .ink
|
|
2194
|
-
{
|
|
2482
|
+
.jqx-radiobutton-light .ink {
|
|
2195
2483
|
transform: scale(0);
|
|
2196
2484
|
background: var(--jqx-primary);
|
|
2197
2485
|
border-radius: 50%;
|
|
2198
2486
|
}
|
|
2487
|
+
|
|
2199
2488
|
.jqx-checkbox-light .ink.animate,
|
|
2200
|
-
.jqx-radiobutton-light .ink.animate
|
|
2201
|
-
{
|
|
2489
|
+
.jqx-radiobutton-light .ink.animate {
|
|
2202
2490
|
animation: checkRipple 0.3s ease;
|
|
2203
2491
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2204
2492
|
}
|
|
2493
|
+
|
|
2205
2494
|
.jqx-checkbox-light .ink.active,
|
|
2206
|
-
.jqx-radiobutton-light .ink.active
|
|
2207
|
-
{
|
|
2495
|
+
.jqx-radiobutton-light .ink.active {
|
|
2208
2496
|
opacity: 0.2;
|
|
2209
2497
|
transform: scale(2);
|
|
2210
2498
|
}
|
|
2499
|
+
|
|
2211
2500
|
.jqx-checkbox-default-light.active .ink,
|
|
2212
|
-
.jqx-radiobutton-default-light.active .ink
|
|
2213
|
-
{
|
|
2501
|
+
.jqx-radiobutton-default-light.active .ink {
|
|
2214
2502
|
opacity: 0.2;
|
|
2215
2503
|
transform: scale(2);
|
|
2216
2504
|
}
|
|
@@ -2220,27 +2508,31 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2220
2508
|
.buttonRipple {
|
|
2221
2509
|
background-position: center;
|
|
2222
2510
|
transition: background 0.8s;
|
|
2223
|
-
|
|
2224
|
-
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
.buttonRipple.jqx-button-light.jqx-fill-state-hover {
|
|
2225
2514
|
color: var(--jqx-background-color-hover);
|
|
2226
2515
|
background: var(--jqx-background-hover) radial-gradient(circle, transparent 1%, var(--jqx-background-hover) 1%) center/15000%;
|
|
2227
|
-
|
|
2228
|
-
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
.buttonRipple.jqx-button-light.jqx-fill-state-pressed {
|
|
2229
2519
|
color: var(--jqx-background-color-hover);
|
|
2230
2520
|
background-color: rgba(var(--jqx-background-hover-rgb), 0.5);
|
|
2231
2521
|
background-size: 100%;
|
|
2232
2522
|
transition: background 0s;
|
|
2233
|
-
|
|
2234
|
-
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
.buttonRipple.jqx-button-light.jqx-fill-state-hover.primary {
|
|
2235
2526
|
color: var(--jqx-primary-color);
|
|
2236
2527
|
background: var(--jqx-primary) radial-gradient(circle, transparent 1%, var(--jqx-primary) 1%) center/15000%;
|
|
2237
|
-
|
|
2238
|
-
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
.buttonRipple.jqx-button-light.jqx-fill-state-pressed.primary {
|
|
2239
2531
|
color: var(--jqx-primary-color);
|
|
2240
2532
|
background-color: rgba(var(--jqx-primary-rgb), 0.8);
|
|
2241
2533
|
background-size: 100%;
|
|
2242
2534
|
transition: background 0s;
|
|
2243
|
-
|
|
2535
|
+
}
|
|
2244
2536
|
|
|
2245
2537
|
@keyframes ripple {
|
|
2246
2538
|
100% {
|
|
@@ -2249,6 +2541,7 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2249
2541
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2250
2542
|
}
|
|
2251
2543
|
}
|
|
2544
|
+
|
|
2252
2545
|
@keyframes checkRipple {
|
|
2253
2546
|
100% {
|
|
2254
2547
|
opacity: 0.2;
|
|
@@ -2257,35 +2550,36 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2257
2550
|
}
|
|
2258
2551
|
}
|
|
2259
2552
|
|
|
2260
|
-
.jqx-fill-state-pressed-light .jqx-icon-delete-light
|
|
2261
|
-
{
|
|
2553
|
+
.jqx-fill-state-pressed-light .jqx-icon-delete-light {
|
|
2262
2554
|
background-image: url('images/icon-delete-white.png');
|
|
2263
2555
|
}
|
|
2264
|
-
|
|
2265
|
-
{
|
|
2556
|
+
|
|
2557
|
+
.jqx-fill-state-pressed-light .jqx-icon-edit-light {
|
|
2266
2558
|
background-image: url('images/icon-edit-white.png');
|
|
2267
2559
|
}
|
|
2268
|
-
|
|
2269
|
-
{
|
|
2560
|
+
|
|
2561
|
+
.jqx-fill-state-pressed-light .jqx-icon-save-light {
|
|
2270
2562
|
background-image: url('images/icon-save-white.png');
|
|
2271
2563
|
}
|
|
2272
|
-
|
|
2273
|
-
{
|
|
2564
|
+
|
|
2565
|
+
.jqx-fill-state-pressed-light .jqx-icon-cancel-light {
|
|
2274
2566
|
background-image: url('images/icon-cancel-white.png');
|
|
2275
2567
|
}
|
|
2276
|
-
|
|
2277
|
-
{
|
|
2568
|
+
|
|
2569
|
+
.jqx-fill-state-pressed-light .jqx-icon-search-light {
|
|
2278
2570
|
background-image: url('images/search_white.png');
|
|
2279
2571
|
}
|
|
2280
|
-
|
|
2281
|
-
{
|
|
2572
|
+
|
|
2573
|
+
.jqx-fill-state-pressed-light .jqx-icon-plus-light {
|
|
2282
2574
|
background-image: url('images/plus_white.png');
|
|
2283
2575
|
}
|
|
2576
|
+
|
|
2284
2577
|
.jqx-menu-minimized-button-light {
|
|
2285
2578
|
padding: 0px !important;
|
|
2286
2579
|
}
|
|
2580
|
+
|
|
2287
2581
|
.jqx-fill-state-pressed-light .jqx-menu-minimized-button-light {
|
|
2288
|
-
|
|
2582
|
+
background-image: url('images/icon-menu-minimized-white.png');
|
|
2289
2583
|
}
|
|
2290
2584
|
|
|
2291
2585
|
|
|
@@ -2296,15 +2590,14 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2296
2590
|
.jqx-fill-state-hover-light .jqx-editor-toolbar-icon-fontsize-light,
|
|
2297
2591
|
.jqx-fill-state-pressed-light .jqx-editor-toolbar-icon-fontsize-light,
|
|
2298
2592
|
.jqx-fill-state-hover-light .jqx-editor-toolbar-icon-forecolor-light,
|
|
2299
|
-
.jqx-fill-state-pressed-light .jqx-editor-toolbar-icon-forecolor-light
|
|
2300
|
-
|
|
2301
|
-
background: url('images/html_editor.png') no-repeat;
|
|
2593
|
+
.jqx-fill-state-pressed-light .jqx-editor-toolbar-icon-forecolor-light {
|
|
2594
|
+
background: url('images/html_editor.png') no-repeat;
|
|
2302
2595
|
}
|
|
2303
2596
|
|
|
2304
|
-
.jqx-editor-toolbar-button-light{
|
|
2597
|
+
.jqx-editor-toolbar-button-light {
|
|
2305
2598
|
border-color: var(--jqx-border);
|
|
2306
2599
|
box-shadow: none !important;
|
|
2307
|
-
|
|
2600
|
+
color: var(--jqx-background-color);
|
|
2308
2601
|
}
|
|
2309
2602
|
|
|
2310
2603
|
.jqx-time-picker .jqx-main-container {
|
|
@@ -2313,26 +2606,32 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2313
2606
|
|
|
2314
2607
|
/*applied to the timepicker*/
|
|
2315
2608
|
.jqx-needle-central-circle-light {
|
|
2316
|
-
|
|
2609
|
+
fill: var(--jqx-primary);
|
|
2317
2610
|
}
|
|
2611
|
+
|
|
2318
2612
|
.jqx-time-picker-light .jqx-label-light {
|
|
2319
2613
|
fill: var(--jqx-background-color);
|
|
2320
2614
|
}
|
|
2615
|
+
|
|
2321
2616
|
.jqx-needle-light {
|
|
2322
|
-
|
|
2617
|
+
fill: var(--jqx-primary);
|
|
2323
2618
|
}
|
|
2619
|
+
|
|
2324
2620
|
.jqx-time-picker .jqx-header .jqx-selected-light:focus {
|
|
2325
2621
|
outline: 2px solid var(--jqx-primary);
|
|
2326
|
-
|
|
2622
|
+
box-shadow: 0px 0px 4px 2px rgba(0, 119, 190, 0.125);
|
|
2327
2623
|
}
|
|
2624
|
+
|
|
2328
2625
|
.jqx-svg-picker-light:focus {
|
|
2329
|
-
|
|
2626
|
+
border: 1px solid var(--jqx-primary) !important;
|
|
2330
2627
|
}
|
|
2628
|
+
|
|
2331
2629
|
.jqx-validator-hint-light {
|
|
2332
2630
|
background: #D94F43;
|
|
2333
2631
|
border-color: #D94F43;
|
|
2334
2632
|
padding: 10px;
|
|
2335
2633
|
}
|
|
2634
|
+
|
|
2336
2635
|
.jqx-validator-hint-light img {
|
|
2337
2636
|
display: none;
|
|
2338
2637
|
}
|
|
@@ -2340,9 +2639,24 @@ input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx
|
|
|
2340
2639
|
|
|
2341
2640
|
.jqx-grid-group-expand-light:after,
|
|
2342
2641
|
.jqx-grid-group-collapse-light:after {
|
|
2343
|
-
|
|
2642
|
+
display: flex;
|
|
2344
2643
|
justify-content: center;
|
|
2345
2644
|
align-content: center;
|
|
2346
2645
|
align-items: center;
|
|
2347
2646
|
height: 100%;
|
|
2348
2647
|
}
|
|
2648
|
+
|
|
2649
|
+
|
|
2650
|
+
.jqx-grid-pager-light .jqx-dropdownlist-light {
|
|
2651
|
+
background: var(--jqx-background);
|
|
2652
|
+
color: var(--jqx-background-color);
|
|
2653
|
+
}
|
|
2654
|
+
.jqx-grid-pager-input-light {
|
|
2655
|
+
padding-right: 4px !important;
|
|
2656
|
+
}
|
|
2657
|
+
.jqx-grid-cell-selected-light {
|
|
2658
|
+
background: rgba(var(--jqx-primary-rgb), .85) !important;
|
|
2659
|
+
}
|
|
2660
|
+
.jqx-grid-cell-selected-light span {
|
|
2661
|
+
color: inherit !important;
|
|
2662
|
+
}
|