@progress/kendo-theme-material 4.43.0 → 4.43.1-dev.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/dist/all.css +107 -165
- package/dist/all.scss +173 -240
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +21 -21
- package/modules/@progress/kendo-theme-default/scss/forms/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +3 -26
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +13 -57
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_variables.scss +2 -2
- package/package.json +3 -3
- package/scss/button/_variables.scss +21 -21
- package/scss/forms/_index.scss +1 -1
- package/scss/tabstrip/_variables.scss +2 -2
package/dist/all.css
CHANGED
|
@@ -13839,6 +13839,81 @@ kendo-toolbar-renderer {
|
|
|
13839
13839
|
background-color: #e0e0e0;
|
|
13840
13840
|
}
|
|
13841
13841
|
|
|
13842
|
+
.k-actions, .k-edit-buttons,
|
|
13843
|
+
.k-action-buttons,
|
|
13844
|
+
.k-columnmenu-actions, .k-form-buttons {
|
|
13845
|
+
padding: 8px 8px;
|
|
13846
|
+
border-width: 0px 0 0 0;
|
|
13847
|
+
border-style: solid;
|
|
13848
|
+
border-color: inherit;
|
|
13849
|
+
flex-shrink: 0;
|
|
13850
|
+
display: flex;
|
|
13851
|
+
flex-flow: row nowrap;
|
|
13852
|
+
align-items: center;
|
|
13853
|
+
gap: 8px;
|
|
13854
|
+
overflow: hidden;
|
|
13855
|
+
clear: both;
|
|
13856
|
+
}
|
|
13857
|
+
|
|
13858
|
+
.k-popup .k-actions, .k-popup .k-edit-buttons,
|
|
13859
|
+
.k-popup .k-action-buttons,
|
|
13860
|
+
.k-popup .k-columnmenu-actions, .k-popup .k-form-buttons {
|
|
13861
|
+
margin-top: 16px;
|
|
13862
|
+
}
|
|
13863
|
+
|
|
13864
|
+
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-ie .k-form-buttons .k-button ~ .k-button {
|
|
13865
|
+
margin-left: 8px;
|
|
13866
|
+
flex-shrink: 0;
|
|
13867
|
+
}
|
|
13868
|
+
|
|
13869
|
+
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-rtl .k-ie .k-form-buttons .k-button ~ .k-button,
|
|
13870
|
+
[dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
|
|
13871
|
+
[dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
|
|
13872
|
+
[dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
|
|
13873
|
+
[dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button,
|
|
13874
|
+
[dir="rtl"] .k-ie .k-form-buttons .k-button ~ .k-button {
|
|
13875
|
+
margin-left: 0;
|
|
13876
|
+
margin-right: 8px;
|
|
13877
|
+
}
|
|
13878
|
+
|
|
13879
|
+
.k-actions-start {
|
|
13880
|
+
justify-content: flex-start;
|
|
13881
|
+
}
|
|
13882
|
+
|
|
13883
|
+
.k-actions-center {
|
|
13884
|
+
justify-content: center;
|
|
13885
|
+
}
|
|
13886
|
+
|
|
13887
|
+
.k-actions-end {
|
|
13888
|
+
justify-content: flex-end;
|
|
13889
|
+
}
|
|
13890
|
+
|
|
13891
|
+
.k-actions-stretched > * {
|
|
13892
|
+
flex: 1 0 0%;
|
|
13893
|
+
}
|
|
13894
|
+
|
|
13895
|
+
.k-actions-horizontal {
|
|
13896
|
+
width: 100%;
|
|
13897
|
+
flex-flow: row nowrap;
|
|
13898
|
+
}
|
|
13899
|
+
|
|
13900
|
+
.k-actions-vertical {
|
|
13901
|
+
flex-flow: column nowrap;
|
|
13902
|
+
}
|
|
13903
|
+
|
|
13904
|
+
.k-actions .k-button, .k-edit-buttons .k-button, .k-action-buttons .k-button, .k-columnmenu-actions .k-button, .k-form-buttons .k-button {
|
|
13905
|
+
box-shadow: none;
|
|
13906
|
+
}
|
|
13907
|
+
|
|
13908
|
+
.k-actions .k-button:not(.k-primary), .k-edit-buttons .k-button:not(.k-primary), .k-action-buttons .k-button:not(.k-primary), .k-columnmenu-actions .k-button:not(.k-primary), .k-form-buttons .k-button:not(.k-primary),
|
|
13909
|
+
.k-actions .k-button-secondary,
|
|
13910
|
+
.k-edit-buttons .k-button-secondary,
|
|
13911
|
+
.k-action-buttons .k-button-secondary,
|
|
13912
|
+
.k-columnmenu-actions .k-button-secondary,
|
|
13913
|
+
.k-form-buttons .k-button-secondary {
|
|
13914
|
+
background-color: #ebebeb;
|
|
13915
|
+
}
|
|
13916
|
+
|
|
13842
13917
|
.k-form,
|
|
13843
13918
|
.k-form-inline {
|
|
13844
13919
|
font-size: 14px;
|
|
@@ -13932,7 +14007,6 @@ kendo-label > .k-label {
|
|
|
13932
14007
|
}
|
|
13933
14008
|
|
|
13934
14009
|
.k-form .k-form-field,
|
|
13935
|
-
.k-form .k-form-buttons,
|
|
13936
14010
|
.k-form .k-daterangepicker .k-textbox-container {
|
|
13937
14011
|
margin-top: 1em;
|
|
13938
14012
|
}
|
|
@@ -13995,15 +14069,8 @@ kendo-label > .k-label {
|
|
|
13995
14069
|
}
|
|
13996
14070
|
|
|
13997
14071
|
.k-form-buttons {
|
|
13998
|
-
|
|
13999
|
-
|
|
14000
|
-
|
|
14001
|
-
.k-form-buttons > * {
|
|
14002
|
-
margin-right: 8px;
|
|
14003
|
-
}
|
|
14004
|
-
|
|
14005
|
-
.k-form-buttons > *:last-child {
|
|
14006
|
-
margin-right: 0;
|
|
14072
|
+
margin-top: 2em;
|
|
14073
|
+
padding: 0;
|
|
14007
14074
|
}
|
|
14008
14075
|
|
|
14009
14076
|
.k-form-hint,
|
|
@@ -14058,23 +14125,6 @@ kendo-label > .k-label {
|
|
|
14058
14125
|
flex: 1 1 auto;
|
|
14059
14126
|
}
|
|
14060
14127
|
|
|
14061
|
-
.k-form-horizontal .k-form-buttons {
|
|
14062
|
-
margin-top: 2em;
|
|
14063
|
-
}
|
|
14064
|
-
|
|
14065
|
-
.k-form [dir="rtl"] .k-form-buttons > *, .k-form [dir="rtl"].k-form-buttons > *,
|
|
14066
|
-
.k-rtl .k-form .k-form-buttons > *,
|
|
14067
|
-
.k-rtl .k-form.k-form-buttons > * {
|
|
14068
|
-
margin-right: 0;
|
|
14069
|
-
margin-left: 8px;
|
|
14070
|
-
}
|
|
14071
|
-
|
|
14072
|
-
.k-form [dir="rtl"] .k-form-buttons > *:last-child, .k-form [dir="rtl"].k-form-buttons > *:last-child,
|
|
14073
|
-
.k-rtl .k-form .k-form-buttons > *:last-child,
|
|
14074
|
-
.k-rtl .k-form.k-form-buttons > *:last-child {
|
|
14075
|
-
margin-left: 0;
|
|
14076
|
-
}
|
|
14077
|
-
|
|
14078
14128
|
.k-form [dir="rtl"] .k-label-optional,
|
|
14079
14129
|
.k-rtl .k-form .k-label-optional {
|
|
14080
14130
|
margin-left: 0;
|
|
@@ -14176,11 +14226,12 @@ kendo-label > .k-label {
|
|
|
14176
14226
|
|
|
14177
14227
|
.k-popup-edit-form > .k-actions, .k-popup-edit-form > .k-edit-buttons,
|
|
14178
14228
|
.k-popup-edit-form > .k-action-buttons,
|
|
14179
|
-
.k-popup-edit-form > .k-columnmenu-actions,
|
|
14229
|
+
.k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-form-buttons,
|
|
14180
14230
|
.k-edit-form-container .k-actions,
|
|
14181
14231
|
.k-edit-form-container .k-edit-buttons,
|
|
14182
14232
|
.k-edit-form-container .k-action-buttons,
|
|
14183
|
-
.k-edit-form-container .k-columnmenu-actions
|
|
14233
|
+
.k-edit-form-container .k-columnmenu-actions,
|
|
14234
|
+
.k-edit-form-container .k-form-buttons {
|
|
14184
14235
|
margin: 1em -24px -8px;
|
|
14185
14236
|
}
|
|
14186
14237
|
|
|
@@ -17844,79 +17895,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17844
17895
|
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17845
17896
|
}
|
|
17846
17897
|
|
|
17847
|
-
.k-actions, .k-edit-buttons,
|
|
17848
|
-
.k-action-buttons,
|
|
17849
|
-
.k-columnmenu-actions {
|
|
17850
|
-
padding: 8px 8px;
|
|
17851
|
-
border-width: 0px 0 0 0;
|
|
17852
|
-
border-style: solid;
|
|
17853
|
-
border-color: inherit;
|
|
17854
|
-
flex-shrink: 0;
|
|
17855
|
-
display: flex;
|
|
17856
|
-
flex-flow: row nowrap;
|
|
17857
|
-
align-items: center;
|
|
17858
|
-
gap: 8px;
|
|
17859
|
-
overflow: hidden;
|
|
17860
|
-
clear: both;
|
|
17861
|
-
}
|
|
17862
|
-
|
|
17863
|
-
.k-popup .k-actions, .k-popup .k-edit-buttons,
|
|
17864
|
-
.k-popup .k-action-buttons,
|
|
17865
|
-
.k-popup .k-columnmenu-actions {
|
|
17866
|
-
margin-top: 16px;
|
|
17867
|
-
}
|
|
17868
|
-
|
|
17869
|
-
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button {
|
|
17870
|
-
margin-left: 8px;
|
|
17871
|
-
flex-shrink: 0;
|
|
17872
|
-
}
|
|
17873
|
-
|
|
17874
|
-
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button,
|
|
17875
|
-
[dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
|
|
17876
|
-
[dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
|
|
17877
|
-
[dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
|
|
17878
|
-
[dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button {
|
|
17879
|
-
margin-left: 0;
|
|
17880
|
-
margin-right: 8px;
|
|
17881
|
-
}
|
|
17882
|
-
|
|
17883
|
-
.k-actions-start {
|
|
17884
|
-
justify-content: flex-start;
|
|
17885
|
-
}
|
|
17886
|
-
|
|
17887
|
-
.k-actions-center {
|
|
17888
|
-
justify-content: center;
|
|
17889
|
-
}
|
|
17890
|
-
|
|
17891
|
-
.k-actions-end {
|
|
17892
|
-
justify-content: flex-end;
|
|
17893
|
-
}
|
|
17894
|
-
|
|
17895
|
-
.k-actions-stretched > * {
|
|
17896
|
-
flex: 1 0 0%;
|
|
17897
|
-
}
|
|
17898
|
-
|
|
17899
|
-
.k-actions-horizontal {
|
|
17900
|
-
width: 100%;
|
|
17901
|
-
flex-flow: row nowrap;
|
|
17902
|
-
}
|
|
17903
|
-
|
|
17904
|
-
.k-actions-vertical {
|
|
17905
|
-
flex-flow: column nowrap;
|
|
17906
|
-
}
|
|
17907
|
-
|
|
17908
|
-
.k-actions .k-button, .k-edit-buttons .k-button, .k-action-buttons .k-button, .k-columnmenu-actions .k-button {
|
|
17909
|
-
box-shadow: none;
|
|
17910
|
-
}
|
|
17911
|
-
|
|
17912
|
-
.k-actions .k-button:not(.k-primary), .k-edit-buttons .k-button:not(.k-primary), .k-action-buttons .k-button:not(.k-primary), .k-columnmenu-actions .k-button:not(.k-primary),
|
|
17913
|
-
.k-actions .k-button-secondary,
|
|
17914
|
-
.k-edit-buttons .k-button-secondary,
|
|
17915
|
-
.k-action-buttons .k-button-secondary,
|
|
17916
|
-
.k-columnmenu-actions .k-button-secondary {
|
|
17917
|
-
background-color: #ebebeb;
|
|
17918
|
-
}
|
|
17919
|
-
|
|
17920
17898
|
.k-coloreditor {
|
|
17921
17899
|
border-radius: 2px;
|
|
17922
17900
|
min-width: 294px;
|
|
@@ -17974,7 +17952,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17974
17952
|
|
|
17975
17953
|
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
17976
17954
|
.k-coloreditor-footer.k-action-buttons,
|
|
17977
|
-
.k-coloreditor-footer.k-columnmenu-actions {
|
|
17955
|
+
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
17978
17956
|
margin: 0;
|
|
17979
17957
|
}
|
|
17980
17958
|
|
|
@@ -20773,7 +20751,7 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
|
|
|
20773
20751
|
|
|
20774
20752
|
.k-upload .k-actions, .k-upload .k-edit-buttons,
|
|
20775
20753
|
.k-upload .k-action-buttons,
|
|
20776
|
-
.k-upload .k-columnmenu-actions {
|
|
20754
|
+
.k-upload .k-columnmenu-actions, .k-upload .k-form-buttons {
|
|
20777
20755
|
border-top-width: 1px;
|
|
20778
20756
|
}
|
|
20779
20757
|
|
|
@@ -24677,7 +24655,7 @@ kendo-card-footer {
|
|
|
24677
24655
|
|
|
24678
24656
|
.k-tabstrip-content,
|
|
24679
24657
|
.k-tabstrip > .k-content {
|
|
24680
|
-
padding:
|
|
24658
|
+
padding: 16px 16px;
|
|
24681
24659
|
border-width: 0px;
|
|
24682
24660
|
border-style: solid;
|
|
24683
24661
|
border-color: inherit;
|
|
@@ -26735,12 +26713,6 @@ kendo-scheduler .k-scheduler-footer li .k-rtl .k-grid .k-group-indicator .k-link
|
|
|
26735
26713
|
border-right-width: 0;
|
|
26736
26714
|
}
|
|
26737
26715
|
|
|
26738
|
-
.k-grid[dir="rtl"] .k-filtercell-operator,
|
|
26739
|
-
.k-rtl .k-grid .k-filtercell-operator {
|
|
26740
|
-
margin-left: 0;
|
|
26741
|
-
margin-right: 5px;
|
|
26742
|
-
}
|
|
26743
|
-
|
|
26744
26716
|
.k-grid[dir="rtl"] .k-dirty,
|
|
26745
26717
|
.k-rtl .k-grid .k-dirty {
|
|
26746
26718
|
border-color: currentColor currentColor transparent transparent;
|
|
@@ -27206,72 +27178,40 @@ div.k-grid-footer {
|
|
|
27206
27178
|
height: auto;
|
|
27207
27179
|
}
|
|
27208
27180
|
|
|
27209
|
-
.k-filter-row .k-filtercell .k-widget.k-sized-input {
|
|
27210
|
-
flex: 0 1 auto;
|
|
27211
|
-
}
|
|
27212
|
-
|
|
27213
27181
|
.k-filtercell {
|
|
27214
27182
|
width: auto;
|
|
27215
27183
|
display: flex;
|
|
27184
|
+
flex-flow: row nowrap;
|
|
27185
|
+
align-items: center;
|
|
27216
27186
|
}
|
|
27217
27187
|
|
|
27218
27188
|
.k-filtercell > span,
|
|
27219
27189
|
.k-filtercell .k-filtercell-wrapper {
|
|
27220
27190
|
display: flex;
|
|
27191
|
+
flex-flow: row nowrap;
|
|
27192
|
+
align-items: center;
|
|
27193
|
+
gap: 5px;
|
|
27221
27194
|
flex: 1 1 auto;
|
|
27222
27195
|
}
|
|
27223
27196
|
|
|
27224
|
-
.k-filtercell > span >
|
|
27225
|
-
.k-filtercell .k-
|
|
27226
|
-
|
|
27227
|
-
|
|
27228
|
-
|
|
27229
|
-
.k-filtercell .k-filtercell-wrapper > .k-widget {
|
|
27197
|
+
.k-filtercell > span > .k-widget,
|
|
27198
|
+
.k-filtercell > span > .k-textbox,
|
|
27199
|
+
.k-filtercell .k-filtercell-wrapper > .k-widget,
|
|
27200
|
+
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
27230
27201
|
width: 100%;
|
|
27231
27202
|
}
|
|
27232
27203
|
|
|
27233
|
-
.k-filtercell > span .k-
|
|
27234
|
-
|
|
27235
|
-
|
|
27236
|
-
|
|
27237
|
-
|
|
27238
|
-
|
|
27239
|
-
.k-filtercell > span .k-dropdown-operator {
|
|
27240
|
-
margin-left: 5px;
|
|
27241
|
-
}
|
|
27242
|
-
|
|
27243
|
-
.k-ie .k-filtercell > span .k-button, .k-ie
|
|
27244
|
-
.k-filtercell > span .k-dropdown-operator {
|
|
27245
|
-
min-width: calc(1.4285714286em + 16px);
|
|
27246
|
-
}
|
|
27247
|
-
|
|
27248
|
-
.k-filtercell > span .k-widget {
|
|
27249
|
-
width: auto;
|
|
27250
|
-
}
|
|
27251
|
-
|
|
27252
|
-
.k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
|
|
27253
|
-
visibility: visible;
|
|
27254
|
-
height: calc(1.4285714286em + 16px);
|
|
27255
|
-
}
|
|
27256
|
-
|
|
27257
|
-
.k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
|
|
27258
|
-
visibility: hidden;
|
|
27259
|
-
pointer-events: none;
|
|
27260
|
-
}
|
|
27261
|
-
|
|
27262
|
-
.k-filtercell .k-filtercell-operator {
|
|
27263
|
-
margin-left: 5px;
|
|
27264
|
-
}
|
|
27265
|
-
|
|
27266
|
-
.k-filtercell .k-widget:not(.k-dropdown-operator),
|
|
27267
|
-
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
27268
|
-
display: flex;
|
|
27269
|
-
flex: 1 1 auto;
|
|
27204
|
+
.k-filtercell > span .k-colorpicker,
|
|
27205
|
+
.k-filtercell > span .k-dropdown-operator,
|
|
27206
|
+
.k-filtercell .k-filtercell-wrapper .k-colorpicker,
|
|
27207
|
+
.k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
|
|
27208
|
+
width: min-content;
|
|
27209
|
+
flex: none;
|
|
27270
27210
|
}
|
|
27271
27211
|
|
|
27272
|
-
.k-filtercell
|
|
27273
|
-
|
|
27274
|
-
|
|
27212
|
+
.k-filtercell > span > .k-button,
|
|
27213
|
+
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
27214
|
+
flex: none;
|
|
27275
27215
|
}
|
|
27276
27216
|
|
|
27277
27217
|
.k-grid-content,
|
|
@@ -27832,15 +27772,17 @@ div.k-grid-norecords {
|
|
|
27832
27772
|
|
|
27833
27773
|
.k-filter-menu .k-actions, .k-filter-menu .k-edit-buttons,
|
|
27834
27774
|
.k-filter-menu .k-action-buttons,
|
|
27835
|
-
.k-filter-menu .k-columnmenu-actions,
|
|
27775
|
+
.k-filter-menu .k-columnmenu-actions, .k-filter-menu .k-form-buttons,
|
|
27836
27776
|
.k-column-list-wrapper .k-actions,
|
|
27837
27777
|
.k-column-list-wrapper .k-edit-buttons,
|
|
27838
27778
|
.k-column-list-wrapper .k-action-buttons,
|
|
27839
27779
|
.k-column-list-wrapper .k-columnmenu-actions,
|
|
27780
|
+
.k-column-list-wrapper .k-form-buttons,
|
|
27840
27781
|
.k-columnmenu-item-content .k-actions,
|
|
27841
27782
|
.k-columnmenu-item-content .k-edit-buttons,
|
|
27842
27783
|
.k-columnmenu-item-content .k-action-buttons,
|
|
27843
|
-
.k-columnmenu-item-content .k-columnmenu-actions
|
|
27784
|
+
.k-columnmenu-item-content .k-columnmenu-actions,
|
|
27785
|
+
.k-columnmenu-item-content .k-form-buttons {
|
|
27844
27786
|
margin-top: 4px;
|
|
27845
27787
|
padding: 8px 16px;
|
|
27846
27788
|
}
|
|
@@ -29749,7 +29691,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
29749
29691
|
|
|
29750
29692
|
.k-spreadsheet-window .k-actions, .k-spreadsheet-window .k-edit-buttons,
|
|
29751
29693
|
.k-spreadsheet-window .k-action-buttons,
|
|
29752
|
-
.k-spreadsheet-window .k-columnmenu-actions {
|
|
29694
|
+
.k-spreadsheet-window .k-columnmenu-actions, .k-spreadsheet-window .k-form-buttons {
|
|
29753
29695
|
margin: 1em -24px -8px;
|
|
29754
29696
|
}
|
|
29755
29697
|
|
|
@@ -32096,7 +32038,7 @@ td.k-editor-content {
|
|
|
32096
32038
|
|
|
32097
32039
|
.k-editor-find-replace .k-actions, .k-editor-find-replace .k-edit-buttons,
|
|
32098
32040
|
.k-editor-find-replace .k-action-buttons,
|
|
32099
|
-
.k-editor-find-replace .k-columnmenu-actions {
|
|
32041
|
+
.k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-form-buttons {
|
|
32100
32042
|
padding: 0;
|
|
32101
32043
|
}
|
|
32102
32044
|
|