@progress/kendo-theme-classic 5.1.2-dev.6 → 5.1.2-dev.7
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/dist/all.css +280 -51
- package/dist/all.scss +232 -130
- package/package.json +3 -3
- package/scss/_variables.scss +5 -4
- package/scss/badge/_variables.scss +3 -3
- package/scss/bottom-navigation/_variables.scss +1 -1
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/calendar/_variables.scss +1 -1
- package/scss/card/_variables.scss +1 -1
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +2 -2
- package/scss/fab/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +5 -0
- package/scss/listgroup/_variables.scss +1 -1
- package/scss/loader/_variables.scss +1 -1
- package/scss/notification/_variables.scss +2 -1
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
- package/scss/utils/_border.scss +4 -4
package/dist/all.css
CHANGED
|
@@ -1563,11 +1563,11 @@ kendo-sortable {
|
|
|
1563
1563
|
}
|
|
1564
1564
|
|
|
1565
1565
|
.k-rounded-lg {
|
|
1566
|
-
border-radius:
|
|
1566
|
+
border-radius: 8px;
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
.\!k-rounded-lg {
|
|
1570
|
-
border-radius:
|
|
1570
|
+
border-radius: 8px !important;
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
.k-rounded-full {
|
|
@@ -1619,13 +1619,13 @@ kendo-sortable {
|
|
|
1619
1619
|
}
|
|
1620
1620
|
|
|
1621
1621
|
.k-rounded-top-lg {
|
|
1622
|
-
border-top-left-radius:
|
|
1623
|
-
border-top-right-radius:
|
|
1622
|
+
border-top-left-radius: 8px;
|
|
1623
|
+
border-top-right-radius: 8px;
|
|
1624
1624
|
}
|
|
1625
1625
|
|
|
1626
1626
|
.\!k-rounded-top-lg {
|
|
1627
|
-
border-top-left-radius:
|
|
1628
|
-
border-top-right-radius:
|
|
1627
|
+
border-top-left-radius: 8px !important;
|
|
1628
|
+
border-top-right-radius: 8px !important;
|
|
1629
1629
|
}
|
|
1630
1630
|
|
|
1631
1631
|
.k-rounded-top-full {
|
|
@@ -1679,13 +1679,13 @@ kendo-sortable {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
|
|
1681
1681
|
.k-rounded-right-lg {
|
|
1682
|
-
border-top-right-radius:
|
|
1683
|
-
border-bottom-right-radius:
|
|
1682
|
+
border-top-right-radius: 8px;
|
|
1683
|
+
border-bottom-right-radius: 8px;
|
|
1684
1684
|
}
|
|
1685
1685
|
|
|
1686
1686
|
.\!k-rounded-right-lg {
|
|
1687
|
-
border-top-right-radius:
|
|
1688
|
-
border-bottom-right-radius:
|
|
1687
|
+
border-top-right-radius: 8px !important;
|
|
1688
|
+
border-bottom-right-radius: 8px !important;
|
|
1689
1689
|
}
|
|
1690
1690
|
|
|
1691
1691
|
.k-rounded-right-full {
|
|
@@ -1739,13 +1739,13 @@ kendo-sortable {
|
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
1741
|
.k-rounded-bottom-lg {
|
|
1742
|
-
border-bottom-left-radius:
|
|
1743
|
-
border-bottom-right-radius:
|
|
1742
|
+
border-bottom-left-radius: 8px;
|
|
1743
|
+
border-bottom-right-radius: 8px;
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
1746
|
.\!k-rounded-bottom-lg {
|
|
1747
|
-
border-bottom-left-radius:
|
|
1748
|
-
border-bottom-right-radius:
|
|
1747
|
+
border-bottom-left-radius: 8px !important;
|
|
1748
|
+
border-bottom-right-radius: 8px !important;
|
|
1749
1749
|
}
|
|
1750
1750
|
|
|
1751
1751
|
.k-rounded-bottom-full {
|
|
@@ -1799,13 +1799,13 @@ kendo-sortable {
|
|
|
1799
1799
|
}
|
|
1800
1800
|
|
|
1801
1801
|
.k-rounded-left-lg {
|
|
1802
|
-
border-bottom-left-radius:
|
|
1803
|
-
border-top-left-radius:
|
|
1802
|
+
border-bottom-left-radius: 8px;
|
|
1803
|
+
border-top-left-radius: 8px;
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
1806
|
.\!k-rounded-left-lg {
|
|
1807
|
-
border-bottom-left-radius:
|
|
1808
|
-
border-top-left-radius:
|
|
1807
|
+
border-bottom-left-radius: 8px !important;
|
|
1808
|
+
border-top-left-radius: 8px !important;
|
|
1809
1809
|
}
|
|
1810
1810
|
|
|
1811
1811
|
.k-rounded-left-full {
|
|
@@ -1851,11 +1851,11 @@ kendo-sortable {
|
|
|
1851
1851
|
}
|
|
1852
1852
|
|
|
1853
1853
|
.k-rounded-top-left-lg {
|
|
1854
|
-
border-top-left-radius:
|
|
1854
|
+
border-top-left-radius: 8px;
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
.\!k-rounded-top-left-lg {
|
|
1858
|
-
border-top-left-radius:
|
|
1858
|
+
border-top-left-radius: 8px !important;
|
|
1859
1859
|
}
|
|
1860
1860
|
|
|
1861
1861
|
.k-rounded-top-left-full {
|
|
@@ -1899,11 +1899,11 @@ kendo-sortable {
|
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
1901
|
.k-rounded-top-right-lg {
|
|
1902
|
-
border-top-right-radius:
|
|
1902
|
+
border-top-right-radius: 8px;
|
|
1903
1903
|
}
|
|
1904
1904
|
|
|
1905
1905
|
.\!k-rounded-top-right-lg {
|
|
1906
|
-
border-top-right-radius:
|
|
1906
|
+
border-top-right-radius: 8px !important;
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
.k-rounded-top-right-full {
|
|
@@ -1947,11 +1947,11 @@ kendo-sortable {
|
|
|
1947
1947
|
}
|
|
1948
1948
|
|
|
1949
1949
|
.k-rounded-bottom-left-lg {
|
|
1950
|
-
border-bottom-left-radius:
|
|
1950
|
+
border-bottom-left-radius: 8px;
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
1953
|
.\!k-rounded-bottom-left-lg {
|
|
1954
|
-
border-bottom-left-radius:
|
|
1954
|
+
border-bottom-left-radius: 8px !important;
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
1957
|
.k-rounded-bottom-left-full {
|
|
@@ -1995,11 +1995,11 @@ kendo-sortable {
|
|
|
1995
1995
|
}
|
|
1996
1996
|
|
|
1997
1997
|
.k-rounded-bottom-right-lg {
|
|
1998
|
-
border-bottom-right-radius:
|
|
1998
|
+
border-bottom-right-radius: 8px;
|
|
1999
1999
|
}
|
|
2000
2000
|
|
|
2001
2001
|
.\!k-rounded-bottom-right-lg {
|
|
2002
|
-
border-bottom-right-radius:
|
|
2002
|
+
border-bottom-right-radius: 8px !important;
|
|
2003
2003
|
}
|
|
2004
2004
|
|
|
2005
2005
|
.k-rounded-bottom-right-full {
|
|
@@ -2087,165 +2087,321 @@ kendo-sortable {
|
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
2089
|
.\!k-flex-col-reverse {
|
|
2090
|
-
flex-direction: column-reverse;
|
|
2090
|
+
flex-direction: column-reverse !important;
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
2093
|
.k-flex-wrap {
|
|
2094
2094
|
flex-wrap: wrap;
|
|
2095
2095
|
}
|
|
2096
2096
|
|
|
2097
|
+
.\!k-flex-wrap {
|
|
2098
|
+
flex-wrap: wrap !important;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2097
2101
|
.k-flex-nowrap {
|
|
2098
2102
|
flex-wrap: nowrap;
|
|
2099
2103
|
}
|
|
2100
2104
|
|
|
2105
|
+
.\!k-flex-nowrap {
|
|
2106
|
+
flex-wrap: nowrap !important;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2101
2109
|
.k-flex-wrap-reverse {
|
|
2102
2110
|
flex-wrap: wrap-reverse;
|
|
2103
2111
|
}
|
|
2104
2112
|
|
|
2113
|
+
.\!k-flex-wrap-reverse {
|
|
2114
|
+
flex-wrap: wrap-reverse !important;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2105
2117
|
.k-flex-initial {
|
|
2106
2118
|
flex: 0 1 auto;
|
|
2107
2119
|
}
|
|
2108
2120
|
|
|
2121
|
+
.\!k-flex-initial {
|
|
2122
|
+
flex: 0 1 auto !important;
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2109
2125
|
.k-flex-1 {
|
|
2110
2126
|
flex: 1 1 0%;
|
|
2111
2127
|
}
|
|
2112
2128
|
|
|
2129
|
+
.\!k-flex-1 {
|
|
2130
|
+
flex: 1 1 0% !important;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2113
2133
|
.k-flex-auto {
|
|
2114
2134
|
flex: 1 1 auto;
|
|
2115
2135
|
}
|
|
2116
2136
|
|
|
2137
|
+
.\!k-flex-auto {
|
|
2138
|
+
flex: 1 1 auto !important;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2117
2141
|
.k-flex-none {
|
|
2118
2142
|
flex: none;
|
|
2119
2143
|
}
|
|
2120
2144
|
|
|
2145
|
+
.\!k-flex-none {
|
|
2146
|
+
flex: none !important;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2121
2149
|
.k-flex-grow {
|
|
2122
2150
|
flex-grow: 1;
|
|
2123
2151
|
}
|
|
2124
2152
|
|
|
2153
|
+
.\!k-flex-grow {
|
|
2154
|
+
flex-grow: 1 !important;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2125
2157
|
.k-flex-grow-0 {
|
|
2126
2158
|
flex-grow: 0;
|
|
2127
2159
|
}
|
|
2128
2160
|
|
|
2161
|
+
.\!k-flex-grow-0 {
|
|
2162
|
+
flex-grow: 0 !important;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2129
2165
|
.k-flex-shrink {
|
|
2130
2166
|
flex-shrink: 1;
|
|
2131
2167
|
}
|
|
2132
2168
|
|
|
2169
|
+
.\!k-flex-shrink {
|
|
2170
|
+
flex-shrink: 1 !important;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2133
2173
|
.k-flex-shrink-0 {
|
|
2134
2174
|
flex-shrink: 0;
|
|
2135
2175
|
}
|
|
2136
2176
|
|
|
2177
|
+
.\!k-flex-shrink-0 {
|
|
2178
|
+
flex-shrink: 0 !important;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2137
2181
|
.k-flex-basis-auto {
|
|
2138
2182
|
flex-basis: auto;
|
|
2139
2183
|
}
|
|
2140
2184
|
|
|
2185
|
+
.\!k-flex-basis-auto {
|
|
2186
|
+
flex-basis: auto !important;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2141
2189
|
.k-flex-basis-0 {
|
|
2142
2190
|
flex-basis: 0%;
|
|
2143
2191
|
}
|
|
2144
2192
|
|
|
2193
|
+
.\!k-flex-basis-0 {
|
|
2194
|
+
flex-basis: 0% !important;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2145
2197
|
.k-align-items-start {
|
|
2146
2198
|
align-items: flex-start;
|
|
2147
2199
|
}
|
|
2148
2200
|
|
|
2201
|
+
.\!k-align-items-start {
|
|
2202
|
+
align-items: flex-start !important;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2149
2205
|
.k-align-items-end {
|
|
2150
2206
|
align-items: flex-end;
|
|
2151
2207
|
}
|
|
2152
2208
|
|
|
2209
|
+
.\!k-align-items-end {
|
|
2210
|
+
align-items: flex-end !important;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2153
2213
|
.k-align-items-center {
|
|
2154
2214
|
align-items: center;
|
|
2155
2215
|
}
|
|
2156
2216
|
|
|
2217
|
+
.\!k-align-items-center {
|
|
2218
|
+
align-items: center !important;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2157
2221
|
.k-align-items-stretch {
|
|
2158
2222
|
align-items: stretch;
|
|
2159
2223
|
}
|
|
2160
2224
|
|
|
2225
|
+
.\!k-align-items-stretch {
|
|
2226
|
+
align-items: stretch !important;
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2161
2229
|
.k-align-items-baseline {
|
|
2162
2230
|
align-items: baseline;
|
|
2163
2231
|
}
|
|
2164
2232
|
|
|
2233
|
+
.\!k-align-items-baseline {
|
|
2234
|
+
align-items: baseline !important;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2165
2237
|
.k-align-content-start {
|
|
2166
2238
|
align-content: flex-start;
|
|
2167
2239
|
}
|
|
2168
2240
|
|
|
2241
|
+
.\!k-align-content-start {
|
|
2242
|
+
align-content: flex-start !important;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2169
2245
|
.k-align-content-end {
|
|
2170
2246
|
align-content: flex-end;
|
|
2171
2247
|
}
|
|
2172
2248
|
|
|
2249
|
+
.\!k-align-content-end {
|
|
2250
|
+
align-content: flex-end !important;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2173
2253
|
.k-align-content-center {
|
|
2174
2254
|
align-content: center;
|
|
2175
2255
|
}
|
|
2176
2256
|
|
|
2257
|
+
.\!k-align-content-center {
|
|
2258
|
+
align-content: center !important;
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2177
2261
|
.k-align-content-stretch {
|
|
2178
2262
|
align-content: stretch;
|
|
2179
2263
|
}
|
|
2180
2264
|
|
|
2265
|
+
.\!k-align-content-stretch {
|
|
2266
|
+
align-content: stretch !important;
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2181
2269
|
.k-align-content-baseline {
|
|
2182
2270
|
align-content: baseline;
|
|
2183
2271
|
}
|
|
2184
2272
|
|
|
2273
|
+
.\!k-align-content-baseline {
|
|
2274
|
+
align-content: baseline !important;
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2185
2277
|
.k-align-self-start {
|
|
2186
2278
|
align-self: flex-start;
|
|
2187
2279
|
}
|
|
2188
2280
|
|
|
2281
|
+
.\!k-align-self-start {
|
|
2282
|
+
align-self: flex-start !important;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2189
2285
|
.k-align-self-end {
|
|
2190
2286
|
align-self: flex-end;
|
|
2191
2287
|
}
|
|
2192
2288
|
|
|
2289
|
+
.\!k-align-self-end {
|
|
2290
|
+
align-self: flex-end !important;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2193
2293
|
.k-align-self-center {
|
|
2194
2294
|
align-self: center;
|
|
2195
2295
|
}
|
|
2196
2296
|
|
|
2297
|
+
.\!k-align-self-center {
|
|
2298
|
+
align-self: center !important;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2197
2301
|
.k-align-self-stretch {
|
|
2198
2302
|
align-self: stretch;
|
|
2199
2303
|
}
|
|
2200
2304
|
|
|
2305
|
+
.\!k-align-self-stretch {
|
|
2306
|
+
align-self: stretch !important;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2201
2309
|
.k-align-self-baseline {
|
|
2202
2310
|
align-self: baseline;
|
|
2203
2311
|
}
|
|
2204
2312
|
|
|
2313
|
+
.\!k-align-self-baseline {
|
|
2314
|
+
align-self: baseline !important;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2205
2317
|
.k-justify-content-start {
|
|
2206
2318
|
justify-content: flex-start;
|
|
2207
2319
|
}
|
|
2208
2320
|
|
|
2321
|
+
.\!k-justify-content-start {
|
|
2322
|
+
justify-content: flex-start !important;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2209
2325
|
.k-justify-content-end {
|
|
2210
2326
|
justify-content: flex-end;
|
|
2211
2327
|
}
|
|
2212
2328
|
|
|
2329
|
+
.\!k-justify-content-end {
|
|
2330
|
+
justify-content: flex-end !important;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2213
2333
|
.k-justify-content-center {
|
|
2214
2334
|
justify-content: center;
|
|
2215
2335
|
}
|
|
2216
2336
|
|
|
2337
|
+
.\!k-justify-content-center {
|
|
2338
|
+
justify-content: center !important;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2217
2341
|
.k-justify-content-between {
|
|
2218
2342
|
justify-content: space-between;
|
|
2219
2343
|
}
|
|
2220
2344
|
|
|
2345
|
+
.\!k-justify-content-between {
|
|
2346
|
+
justify-content: space-between !important;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2221
2349
|
.k-justify-content-around {
|
|
2222
2350
|
justify-content: space-around;
|
|
2223
2351
|
}
|
|
2224
2352
|
|
|
2353
|
+
.\!k-justify-content-around {
|
|
2354
|
+
justify-content: space-around !important;
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2225
2357
|
.k-justify-content-evenly {
|
|
2226
2358
|
justify-content: space-evenly;
|
|
2227
2359
|
}
|
|
2228
2360
|
|
|
2361
|
+
.\!k-justify-content-evenly {
|
|
2362
|
+
justify-content: space-evenly !important;
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2229
2365
|
.k-justify-content-stretch > * {
|
|
2230
2366
|
flex: 1 0 0%;
|
|
2231
2367
|
}
|
|
2232
2368
|
|
|
2369
|
+
.\!k-justify-content-stretch > * {
|
|
2370
|
+
flex: 1 0 0% !important;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2233
2373
|
.k-justify-items-start {
|
|
2234
2374
|
justify-items: flex-start;
|
|
2235
2375
|
}
|
|
2236
2376
|
|
|
2377
|
+
.\!k-justify-items-start {
|
|
2378
|
+
justify-items: flex-start !important;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2237
2381
|
.k-justify-items-end {
|
|
2238
2382
|
justify-items: flex-end;
|
|
2239
2383
|
}
|
|
2240
2384
|
|
|
2385
|
+
.\!k-justify-items-end {
|
|
2386
|
+
justify-items: flex-end !important;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2241
2389
|
.k-justify-items-center {
|
|
2242
2390
|
justify-items: center;
|
|
2243
2391
|
}
|
|
2244
2392
|
|
|
2393
|
+
.\!k-justify-items-center {
|
|
2394
|
+
justify-items: center !important;
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2245
2397
|
.k-justify-items-stretch {
|
|
2246
2398
|
justify-items: stretch;
|
|
2247
2399
|
}
|
|
2248
2400
|
|
|
2401
|
+
.\!k-justify-items-stretch {
|
|
2402
|
+
justify-items: stretch !important;
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2249
2405
|
.k-float-left {
|
|
2250
2406
|
float: left !important;
|
|
2251
2407
|
}
|
|
@@ -10978,6 +11134,13 @@ kendo-sortable {
|
|
|
10978
11134
|
right: 0;
|
|
10979
11135
|
}
|
|
10980
11136
|
|
|
11137
|
+
.k-list-item-text::before,
|
|
11138
|
+
.k-list-optionlabel::before {
|
|
11139
|
+
content: "\200b";
|
|
11140
|
+
width: 0px;
|
|
11141
|
+
overflow: hidden;
|
|
11142
|
+
}
|
|
11143
|
+
|
|
10981
11144
|
.k-list-group-item {
|
|
10982
11145
|
border-width: 0;
|
|
10983
11146
|
border-width: 1px 0 0;
|
|
@@ -14387,6 +14550,8 @@ textarea.k-input-inner {
|
|
|
14387
14550
|
}
|
|
14388
14551
|
|
|
14389
14552
|
.k-chip-content {
|
|
14553
|
+
padding: .5em 0;
|
|
14554
|
+
margin: -.5em 0;
|
|
14390
14555
|
min-width: 0;
|
|
14391
14556
|
display: flex;
|
|
14392
14557
|
flex-flow: row nowrap;
|
|
@@ -16129,12 +16294,6 @@ kendo-label > .k-label {
|
|
|
16129
16294
|
width: 100%;
|
|
16130
16295
|
}
|
|
16131
16296
|
|
|
16132
|
-
.k-form .k-daterangepicker {
|
|
16133
|
-
width: 100%;
|
|
16134
|
-
flex-flow: column nowrap;
|
|
16135
|
-
gap: 0;
|
|
16136
|
-
}
|
|
16137
|
-
|
|
16138
16297
|
.k-form-buttons {
|
|
16139
16298
|
margin-top: 2em;
|
|
16140
16299
|
padding: 0;
|
|
@@ -18052,6 +18211,9 @@ kendo-label > .k-label {
|
|
|
18052
18211
|
line-height: 2em;
|
|
18053
18212
|
cursor: pointer;
|
|
18054
18213
|
padding: 0 1em;
|
|
18214
|
+
overflow: hidden;
|
|
18215
|
+
white-space: nowrap;
|
|
18216
|
+
text-overflow: clip;
|
|
18055
18217
|
}
|
|
18056
18218
|
|
|
18057
18219
|
.k-calendar-navigation .k-calendar-navigation-marker {
|
|
@@ -23537,7 +23699,7 @@ kendo-card-footer {
|
|
|
23537
23699
|
}
|
|
23538
23700
|
|
|
23539
23701
|
.k-stepper .k-step-label {
|
|
23540
|
-
max-width: 10em;
|
|
23702
|
+
max-width: calc(min(100%, 10em));
|
|
23541
23703
|
display: inline-flex;
|
|
23542
23704
|
flex-wrap: wrap;
|
|
23543
23705
|
align-items: center;
|
|
@@ -31617,6 +31779,37 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31617
31779
|
visibility: visible;
|
|
31618
31780
|
}
|
|
31619
31781
|
|
|
31782
|
+
.k-gantt-tooltip-validation {
|
|
31783
|
+
max-width: 200px;
|
|
31784
|
+
display: block;
|
|
31785
|
+
}
|
|
31786
|
+
|
|
31787
|
+
.k-gantt-tooltip-validation::before {
|
|
31788
|
+
content: '';
|
|
31789
|
+
width: 4px;
|
|
31790
|
+
height: 100%;
|
|
31791
|
+
position: absolute;
|
|
31792
|
+
top: 0;
|
|
31793
|
+
left: 0;
|
|
31794
|
+
}
|
|
31795
|
+
|
|
31796
|
+
.k-gantt-tooltip-validation-row {
|
|
31797
|
+
display: flex;
|
|
31798
|
+
flex-direction: row;
|
|
31799
|
+
justify-content: space-between;
|
|
31800
|
+
}
|
|
31801
|
+
|
|
31802
|
+
.k-gantt-tooltip-validation-label {
|
|
31803
|
+
display: inline-flex;
|
|
31804
|
+
white-space: nowrap;
|
|
31805
|
+
overflow: hidden;
|
|
31806
|
+
text-overflow: ellipsis;
|
|
31807
|
+
}
|
|
31808
|
+
|
|
31809
|
+
.k-gantt-tooltip-validation-value {
|
|
31810
|
+
font-weight: 700;
|
|
31811
|
+
}
|
|
31812
|
+
|
|
31620
31813
|
.k-pdf-export-shadow .k-gantt {
|
|
31621
31814
|
float: left;
|
|
31622
31815
|
}
|
|
@@ -31642,80 +31835,104 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31642
31835
|
}
|
|
31643
31836
|
|
|
31644
31837
|
.k-rtl .k-gantt-rows,
|
|
31645
|
-
.k-rtl .k-gantt-columns
|
|
31838
|
+
.k-rtl .k-gantt-columns,
|
|
31839
|
+
[dir="rtl"] .k-gantt-rows,
|
|
31840
|
+
[dir="rtl"] .k-gantt-columns {
|
|
31646
31841
|
left: auto;
|
|
31647
31842
|
right: 0;
|
|
31648
31843
|
}
|
|
31649
31844
|
|
|
31650
|
-
.k-rtl .k-task-wrap:not(.k-milestone-wrap)
|
|
31845
|
+
.k-rtl .k-task-wrap:not(.k-milestone-wrap),
|
|
31846
|
+
[dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
|
|
31651
31847
|
margin: 0 -26px;
|
|
31652
31848
|
}
|
|
31653
31849
|
|
|
31654
|
-
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody
|
|
31850
|
+
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody,
|
|
31851
|
+
[dir="rtl"] .k-gantt-timeline .k-gantt-tasks tbody {
|
|
31655
31852
|
text-align: left;
|
|
31656
31853
|
}
|
|
31657
31854
|
|
|
31658
|
-
.k-rtl .k-gantt-timeline .k-header
|
|
31855
|
+
.k-rtl .k-gantt-timeline .k-header,
|
|
31856
|
+
[dir="rtl"] .k-gantt-timeline .k-header {
|
|
31659
31857
|
border-width: 0 1px 1px 0;
|
|
31660
31858
|
}
|
|
31661
31859
|
|
|
31662
|
-
.k-rtl .k-gantt-timeline .k-header:first-child
|
|
31860
|
+
.k-rtl .k-gantt-timeline .k-header:first-child,
|
|
31861
|
+
[dir="rtl"] .k-gantt-timeline .k-header:first-child {
|
|
31663
31862
|
border-right-width: 0;
|
|
31664
31863
|
}
|
|
31665
31864
|
|
|
31666
|
-
.k-rtl .k-gantt-timeline .k-task-start
|
|
31865
|
+
.k-rtl .k-gantt-timeline .k-task-start,
|
|
31866
|
+
[dir="rtl"] .k-gantt-timeline .k-task-start {
|
|
31667
31867
|
left: auto;
|
|
31668
31868
|
right: 0;
|
|
31669
31869
|
}
|
|
31670
31870
|
|
|
31671
|
-
.k-rtl .k-gantt-timeline .k-task-end
|
|
31871
|
+
.k-rtl .k-gantt-timeline .k-task-end,
|
|
31872
|
+
[dir="rtl"] .k-gantt-timeline .k-task-end {
|
|
31672
31873
|
right: auto;
|
|
31673
31874
|
left: 0;
|
|
31674
31875
|
}
|
|
31675
31876
|
|
|
31676
|
-
.k-rtl .k-task-content
|
|
31877
|
+
.k-rtl .k-task-content,
|
|
31878
|
+
[dir="rtl"] .k-task-content {
|
|
31677
31879
|
text-align: right;
|
|
31678
31880
|
}
|
|
31679
31881
|
|
|
31680
|
-
.k-rtl .k-task-complete
|
|
31882
|
+
.k-rtl .k-task-complete,
|
|
31883
|
+
[dir="rtl"] .k-task-complete {
|
|
31681
31884
|
left: auto;
|
|
31682
31885
|
right: 0;
|
|
31683
31886
|
}
|
|
31684
31887
|
|
|
31685
|
-
.k-rtl .k-task-draghandle
|
|
31888
|
+
.k-rtl .k-task-draghandle,
|
|
31889
|
+
[dir="rtl"] .k-task-draghandle {
|
|
31686
31890
|
margin-left: 0;
|
|
31687
31891
|
margin-right: 16px;
|
|
31688
31892
|
}
|
|
31689
31893
|
|
|
31690
|
-
.k-rtl .k-gantt-dependencies
|
|
31894
|
+
.k-rtl .k-gantt-dependencies,
|
|
31895
|
+
[dir="rtl"] .k-gantt-dependencies {
|
|
31691
31896
|
left: auto;
|
|
31692
31897
|
right: 0;
|
|
31693
31898
|
}
|
|
31694
31899
|
|
|
31695
|
-
.k-rtl .k-gantt-delete
|
|
31900
|
+
.k-rtl .k-gantt-delete,
|
|
31901
|
+
[dir="rtl"] .k-gantt-delete {
|
|
31696
31902
|
float: right;
|
|
31697
31903
|
}
|
|
31698
31904
|
|
|
31699
|
-
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e
|
|
31905
|
+
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e,
|
|
31906
|
+
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-e {
|
|
31700
31907
|
display: block;
|
|
31701
31908
|
}
|
|
31702
31909
|
|
|
31703
|
-
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w
|
|
31910
|
+
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w,
|
|
31911
|
+
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-w {
|
|
31704
31912
|
display: none;
|
|
31705
31913
|
}
|
|
31706
31914
|
|
|
31707
|
-
.k-rtl .k-milestone-wrap
|
|
31915
|
+
.k-rtl .k-milestone-wrap,
|
|
31916
|
+
[dir="rtl"] .k-milestone-wrap {
|
|
31708
31917
|
margin-left: -2.4em;
|
|
31709
31918
|
}
|
|
31710
31919
|
|
|
31711
|
-
.k-rtl .k-milestone-wrap .k-task-moment
|
|
31920
|
+
.k-rtl .k-milestone-wrap .k-task-moment,
|
|
31921
|
+
[dir="rtl"] .k-milestone-wrap .k-task-moment {
|
|
31712
31922
|
margin-right: 0.2em;
|
|
31713
31923
|
}
|
|
31714
31924
|
|
|
31715
|
-
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start
|
|
31925
|
+
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
|
|
31926
|
+
[dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
31716
31927
|
right: -0.1em;
|
|
31717
31928
|
}
|
|
31718
31929
|
|
|
31930
|
+
.k-rtl .k-gantt-tooltip-validation::before,
|
|
31931
|
+
[dir="rtl"] .k-gantt-tooltip-validation::before {
|
|
31932
|
+
left: auto;
|
|
31933
|
+
right: 0;
|
|
31934
|
+
}
|
|
31935
|
+
|
|
31719
31936
|
.k-gantt {
|
|
31720
31937
|
border-color: #cacaca;
|
|
31721
31938
|
color: #272727;
|
|
@@ -31898,6 +32115,18 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31898
32115
|
background-color: #f35800;
|
|
31899
32116
|
}
|
|
31900
32117
|
|
|
32118
|
+
.k-gantt-tooltip-validation::before {
|
|
32119
|
+
background-color: #656565;
|
|
32120
|
+
}
|
|
32121
|
+
|
|
32122
|
+
.k-gantt-tooltip-valid::before {
|
|
32123
|
+
background-color: #3ea44e;
|
|
32124
|
+
}
|
|
32125
|
+
|
|
32126
|
+
.k-gantt-tooltip-invalid::before {
|
|
32127
|
+
background-color: #d92800;
|
|
32128
|
+
}
|
|
32129
|
+
|
|
31901
32130
|
.k-scheduler {
|
|
31902
32131
|
border-width: 1px;
|
|
31903
32132
|
border-style: solid;
|