@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20260104.0 → 0.0.0-nightly-next-20260104.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/index-editor.css +80 -216
- package/dist/index.css +80 -252
- package/dist/index.css.map +1 -1
- package/package.json +2 -2
- package/theme/ckeditor5-table/formrow.css +0 -4
- package/theme/ckeditor5-table/tablecellproperties.css +77 -0
- package/theme/ckeditor5-table/tableform.css +17 -3
- package/theme/ckeditor5-table/tableproperties.css +1 -2
- package/theme/index.css +0 -4
- package/theme/ckeditor5-table/formrow-experimental.css +0 -24
- package/theme/ckeditor5-table/tablecellproperties-experimental.css +0 -131
- package/theme/ckeditor5-table/tableform-experimental.css +0 -104
- package/theme/ckeditor5-table/tableproperties-experimental.css +0 -45
package/dist/index.css
CHANGED
|
@@ -4793,9 +4793,6 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
|
|
|
4793
4793
|
.ck.ck-form__row.ck-table-form__action-row {
|
|
4794
4794
|
margin-top: var(--ck-spacing-large);
|
|
4795
4795
|
}
|
|
4796
|
-
.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label {
|
|
4797
|
-
color: var(--ck-color-text);
|
|
4798
|
-
}
|
|
4799
4796
|
/*
|
|
4800
4797
|
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4801
4798
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
@@ -4854,6 +4851,67 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
|
|
|
4854
4851
|
/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
|
|
4855
4852
|
margin-top: var(--ck-spacing-standard);
|
|
4856
4853
|
}
|
|
4854
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar {
|
|
4855
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
4856
|
+
|
|
4857
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
4858
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
4859
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
4860
|
+
padding: 0;
|
|
4861
|
+
}
|
|
4862
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar {
|
|
4863
|
+
flex-grow: 1;
|
|
4864
|
+
}
|
|
4865
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
4866
|
+
font-size: var(--ck-font-size-tiny);
|
|
4867
|
+
text-align: center;
|
|
4868
|
+
}
|
|
4869
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
|
|
4870
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
4871
|
+
width: 80px;
|
|
4872
|
+
min-width: 80px;
|
|
4873
|
+
max-width: 80px;
|
|
4874
|
+
}
|
|
4875
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row {
|
|
4876
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
4877
|
+
|
|
4878
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
4879
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
4880
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
4881
|
+
padding: 0;
|
|
4882
|
+
}
|
|
4883
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
4884
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
4885
|
+
width: var(--ck-table-form-default-input-width);
|
|
4886
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
4887
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
4888
|
+
margin: 0;
|
|
4889
|
+
}
|
|
4890
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
4891
|
+
position: relative;
|
|
4892
|
+
left: -0.5ch;
|
|
4893
|
+
width: 0;
|
|
4894
|
+
overflow: visible;
|
|
4895
|
+
align-self: flex-end;
|
|
4896
|
+
display: inline-block;
|
|
4897
|
+
height: var(--ck-ui-component-min-height);
|
|
4898
|
+
line-height: var(--ck-ui-component-min-height);
|
|
4899
|
+
margin: 0 var(--ck-spacing-small);
|
|
4900
|
+
}
|
|
4901
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button {
|
|
4902
|
+
flex-grow: initial;
|
|
4903
|
+
}
|
|
4904
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
|
|
4905
|
+
color: currentColor;
|
|
4906
|
+
}
|
|
4907
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__cell-type-row {
|
|
4908
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
4909
|
+
|
|
4910
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
4911
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
4912
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
4913
|
+
padding: 0;
|
|
4914
|
+
}
|
|
4857
4915
|
/*
|
|
4858
4916
|
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4859
4917
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
@@ -4928,24 +4986,39 @@ This way it will be easier to override it in custom themes if needed.
|
|
|
4928
4986
|
--ck-table-properties-error-arrow-size: 6px;
|
|
4929
4987
|
--ck-table-properties-min-error-width: 150px;
|
|
4930
4988
|
}
|
|
4989
|
+
.ck.ck-table-form {
|
|
4990
|
+
--ck-table-form-default-input-width: 80px;
|
|
4991
|
+
}
|
|
4931
4992
|
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
4932
4993
|
font-size: var(--ck-font-size-tiny);
|
|
4933
4994
|
text-align: center;
|
|
4934
4995
|
}
|
|
4935
4996
|
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
|
|
4936
4997
|
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
4937
|
-
width:
|
|
4938
|
-
min-width:
|
|
4939
|
-
max-width:
|
|
4998
|
+
width: var(--ck-table-form-default-input-width);
|
|
4999
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
5000
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
4940
5001
|
}
|
|
4941
5002
|
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
|
|
5003
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
5004
|
+
|
|
5005
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
5006
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
5007
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
4942
5008
|
padding: 0;
|
|
4943
5009
|
}
|
|
4944
5010
|
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
4945
5011
|
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
5012
|
+
width: var(--ck-table-form-default-input-width);
|
|
5013
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
5014
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
4946
5015
|
margin: 0
|
|
4947
5016
|
}
|
|
4948
5017
|
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
5018
|
+
position: relative;
|
|
5019
|
+
left: -0.5ch;
|
|
5020
|
+
width: 0;
|
|
5021
|
+
overflow: visible;
|
|
4949
5022
|
align-self: flex-end;
|
|
4950
5023
|
display: inline-block;
|
|
4951
5024
|
height: var(--ck-ui-component-min-height);
|
|
@@ -5003,7 +5076,6 @@ This way it will be easier to override it in custom themes if needed.
|
|
|
5003
5076
|
}
|
|
5004
5077
|
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
|
|
5005
5078
|
align-self: flex-end;
|
|
5006
|
-
padding: 0;
|
|
5007
5079
|
}
|
|
5008
5080
|
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
|
|
5009
5081
|
background: none;
|
|
@@ -5012,7 +5084,7 @@ This way it will be easier to override it in custom themes if needed.
|
|
|
5012
5084
|
margin-top: var(--ck-spacing-standard);
|
|
5013
5085
|
}
|
|
5014
5086
|
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
|
|
5015
|
-
|
|
5087
|
+
flex: 1;
|
|
5016
5088
|
}
|
|
5017
5089
|
/*
|
|
5018
5090
|
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
@@ -5189,250 +5261,6 @@ This way it will be easier to override it in custom themes if needed.
|
|
|
5189
5261
|
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5190
5262
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
5191
5263
|
*/
|
|
5192
|
-
.ck.ck-table-properties-form {
|
|
5193
|
-
width: 320px;
|
|
5194
|
-
}
|
|
5195
|
-
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
|
|
5196
|
-
align-self: flex-end;
|
|
5197
|
-
}
|
|
5198
|
-
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
|
|
5199
|
-
background: none;
|
|
5200
|
-
|
|
5201
|
-
/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
|
|
5202
|
-
margin-top: var(--ck-spacing-standard);
|
|
5203
|
-
}
|
|
5204
|
-
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
|
|
5205
|
-
flex: 1;
|
|
5206
|
-
}
|
|
5207
|
-
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-properties-form__alignment-row {
|
|
5208
|
-
padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
|
|
5209
|
-
}
|
|
5210
|
-
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row {
|
|
5211
|
-
justify-content: flex-end;
|
|
5212
|
-
}
|
|
5213
|
-
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button {
|
|
5214
|
-
flex-grow: initial;
|
|
5215
|
-
}
|
|
5216
|
-
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
|
|
5217
|
-
color: currentColor;
|
|
5218
|
-
}
|
|
5219
|
-
/*
|
|
5220
|
-
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5221
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
5222
|
-
*/
|
|
5223
|
-
/*
|
|
5224
|
-
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5225
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
5226
|
-
*/
|
|
5227
|
-
/**
|
|
5228
|
-
* Implements rounded corner interface for .ck-rounded-corners class.
|
|
5229
|
-
*
|
|
5230
|
-
* @see $ck-border-radius
|
|
5231
|
-
*/
|
|
5232
|
-
:root {
|
|
5233
|
-
--ck-table-properties-error-arrow-size: 6px;
|
|
5234
|
-
--ck-table-properties-min-error-width: 150px;
|
|
5235
|
-
}
|
|
5236
|
-
.ck.ck-table-form.ck-table-properties-form_experimental {
|
|
5237
|
-
--ck-table-form-default-input-width: 80px;
|
|
5238
|
-
}
|
|
5239
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
5240
|
-
font-size: var(--ck-font-size-tiny);
|
|
5241
|
-
text-align: center;
|
|
5242
|
-
}
|
|
5243
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
|
|
5244
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
5245
|
-
width: var(--ck-table-form-default-input-width);
|
|
5246
|
-
min-width: var(--ck-table-form-default-input-width);
|
|
5247
|
-
max-width: var(--ck-table-form-default-input-width);
|
|
5248
|
-
}
|
|
5249
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
|
|
5250
|
-
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
5251
|
-
|
|
5252
|
-
width: var(--ck-table-form-dimensions-input-width);
|
|
5253
|
-
max-width: var(--ck-table-form-dimensions-input-width);
|
|
5254
|
-
min-width: var(--ck-table-form-dimensions-input-width);
|
|
5255
|
-
padding: 0;
|
|
5256
|
-
}
|
|
5257
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
5258
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
5259
|
-
width: var(--ck-table-form-default-input-width);
|
|
5260
|
-
min-width: var(--ck-table-form-default-input-width);
|
|
5261
|
-
max-width: var(--ck-table-form-default-input-width);
|
|
5262
|
-
margin: 0
|
|
5263
|
-
}
|
|
5264
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
5265
|
-
position: relative;
|
|
5266
|
-
left: -0.5ch;
|
|
5267
|
-
width: 0;
|
|
5268
|
-
overflow: visible;
|
|
5269
|
-
align-self: flex-end;
|
|
5270
|
-
display: inline-block;
|
|
5271
|
-
height: var(--ck-ui-component-min-height);
|
|
5272
|
-
line-height: var(--ck-ui-component-min-height);
|
|
5273
|
-
margin: 0 var(--ck-spacing-small);
|
|
5274
|
-
}
|
|
5275
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view {
|
|
5276
|
-
padding-top: var(--ck-spacing-standard);
|
|
5277
|
-
}
|
|
5278
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
5279
|
-
border-radius: 0;
|
|
5280
|
-
|
|
5281
|
-
background: var(--ck-color-base-error);
|
|
5282
|
-
color: var(--ck-color-base-background);
|
|
5283
|
-
padding: var(--ck-spacing-small) var(--ck-spacing-medium);
|
|
5284
|
-
min-width: var(--ck-table-properties-min-error-width);
|
|
5285
|
-
text-align: center;
|
|
5286
|
-
|
|
5287
|
-
animation: ck-table-form-labeled-view-status-appear .15s ease both;
|
|
5288
|
-
}
|
|
5289
|
-
.ck-rounded-corners .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,
|
|
5290
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners {
|
|
5291
|
-
border-radius: var(--ck-border-radius);
|
|
5292
|
-
}
|
|
5293
|
-
/* The arrow pointing towards the field. */
|
|
5294
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
|
|
5295
|
-
border-color: transparent transparent var(--ck-color-base-error) transparent;
|
|
5296
|
-
border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
|
|
5297
|
-
border-style: solid;
|
|
5298
|
-
}
|
|
5299
|
-
@media (prefers-reduced-motion: reduce) {
|
|
5300
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
5301
|
-
animation: none;
|
|
5302
|
-
}
|
|
5303
|
-
}
|
|
5304
|
-
/* Hide the error balloon when the field is blurred. Makes the experience much more clear. */
|
|
5305
|
-
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
|
|
5306
|
-
display: none;
|
|
5307
|
-
}
|
|
5308
|
-
@keyframes ck-table-form-labeled-view-status-appear {
|
|
5309
|
-
0% {
|
|
5310
|
-
opacity: 0;
|
|
5311
|
-
}
|
|
5312
|
-
|
|
5313
|
-
100% {
|
|
5314
|
-
opacity: 1;
|
|
5315
|
-
}
|
|
5316
|
-
}
|
|
5317
|
-
/*
|
|
5318
|
-
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5319
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
5320
|
-
*/
|
|
5321
|
-
/*
|
|
5322
|
-
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5323
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
5324
|
-
*/
|
|
5325
|
-
/* Ignore labels that work as fieldset legends */
|
|
5326
|
-
.ck.ck-form__row > *:not(.ck-label) + * {
|
|
5327
|
-
margin-inline-start: var(--ck-spacing-large);
|
|
5328
|
-
}
|
|
5329
|
-
.ck.ck-form__row > .ck-label {
|
|
5330
|
-
width: 100%;
|
|
5331
|
-
min-width: 100%;
|
|
5332
|
-
}
|
|
5333
|
-
.ck.ck-form__row.ck-table-form__action-row {
|
|
5334
|
-
margin-top: var(--ck-spacing-large);
|
|
5335
|
-
}
|
|
5336
|
-
/*
|
|
5337
|
-
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5338
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
5339
|
-
*/
|
|
5340
|
-
.ck.ck-table-cell-properties-form {
|
|
5341
|
-
width: 320px;
|
|
5342
|
-
}
|
|
5343
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental {
|
|
5344
|
-
--ck-table-form-default-input-width: 80px;
|
|
5345
|
-
}
|
|
5346
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__padding-row {
|
|
5347
|
-
align-self: flex-end;
|
|
5348
|
-
padding: 0;
|
|
5349
|
-
width: 25%;
|
|
5350
|
-
}
|
|
5351
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
|
|
5352
|
-
background: none;
|
|
5353
|
-
|
|
5354
|
-
/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
|
|
5355
|
-
margin-top: var(--ck-spacing-standard);
|
|
5356
|
-
}
|
|
5357
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
5358
|
-
font-size: var(--ck-font-size-tiny);
|
|
5359
|
-
text-align: center;
|
|
5360
|
-
}
|
|
5361
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
|
|
5362
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
5363
|
-
width: 80px;
|
|
5364
|
-
min-width: 80px;
|
|
5365
|
-
max-width: 80px;
|
|
5366
|
-
}
|
|
5367
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
|
|
5368
|
-
padding: 0;
|
|
5369
|
-
}
|
|
5370
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
5371
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
5372
|
-
margin: 0
|
|
5373
|
-
}
|
|
5374
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
5375
|
-
align-self: flex-end;
|
|
5376
|
-
display: inline-block;
|
|
5377
|
-
height: var(--ck-ui-component-min-height);
|
|
5378
|
-
line-height: var(--ck-ui-component-min-height);
|
|
5379
|
-
margin: 0 var(--ck-spacing-small);
|
|
5380
|
-
}
|
|
5381
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button {
|
|
5382
|
-
flex-grow: initial;
|
|
5383
|
-
}
|
|
5384
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
|
|
5385
|
-
color: currentColor;
|
|
5386
|
-
}
|
|
5387
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row {
|
|
5388
|
-
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
5389
|
-
|
|
5390
|
-
width: var(--ck-table-form-dimensions-input-width);
|
|
5391
|
-
max-width: var(--ck-table-form-dimensions-input-width);
|
|
5392
|
-
min-width: var(--ck-table-form-dimensions-input-width);
|
|
5393
|
-
padding: 0;
|
|
5394
|
-
}
|
|
5395
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
5396
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
5397
|
-
width: var(--ck-table-form-default-input-width);
|
|
5398
|
-
min-width: var(--ck-table-form-default-input-width);
|
|
5399
|
-
max-width: var(--ck-table-form-default-input-width);
|
|
5400
|
-
margin: 0
|
|
5401
|
-
}
|
|
5402
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
5403
|
-
position: relative;
|
|
5404
|
-
left: -0.5ch;
|
|
5405
|
-
width: 0;
|
|
5406
|
-
overflow: visible;
|
|
5407
|
-
align-self: flex-end;
|
|
5408
|
-
display: inline-block;
|
|
5409
|
-
height: var(--ck-ui-component-min-height);
|
|
5410
|
-
line-height: var(--ck-ui-component-min-height);
|
|
5411
|
-
margin: 0 var(--ck-spacing-small);
|
|
5412
|
-
}
|
|
5413
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__cell-type-row {
|
|
5414
|
-
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
5415
|
-
|
|
5416
|
-
width: var(--ck-table-form-dimensions-input-width);
|
|
5417
|
-
max-width: var(--ck-table-form-dimensions-input-width);
|
|
5418
|
-
min-width: var(--ck-table-form-dimensions-input-width);
|
|
5419
|
-
padding: 0;
|
|
5420
|
-
}
|
|
5421
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar {
|
|
5422
|
-
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
5423
|
-
|
|
5424
|
-
width: var(--ck-table-form-dimensions-input-width);
|
|
5425
|
-
max-width: var(--ck-table-form-dimensions-input-width);
|
|
5426
|
-
min-width: var(--ck-table-form-dimensions-input-width);
|
|
5427
|
-
padding: 0;
|
|
5428
|
-
}
|
|
5429
|
-
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar {
|
|
5430
|
-
flex-grow: 1;
|
|
5431
|
-
}
|
|
5432
|
-
/*
|
|
5433
|
-
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5434
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
5435
|
-
*/
|
|
5436
5264
|
/*
|
|
5437
5265
|
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
5438
5266
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|