@ckeditor/ckeditor5-theme-lark 47.3.0-alpha.7 → 47.4.0-alpha.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.
Files changed (119) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/index-content.css +1 -1
  3. package/dist/index-editor.css +113 -1
  4. package/dist/index.css +319 -197
  5. package/dist/index.css.map +1 -1
  6. package/dist/index.js +1 -1
  7. package/package.json +3 -3
  8. package/theme/ckeditor5-bookmark/bookmark.css +1 -1
  9. package/theme/ckeditor5-bookmark/bookmarkform.css +1 -1
  10. package/theme/ckeditor5-bookmark/bookmarktoolbar.css +1 -1
  11. package/theme/ckeditor5-clipboard/clipboard.css +1 -1
  12. package/theme/ckeditor5-code-block/codeblock.css +1 -1
  13. package/theme/ckeditor5-editor-classic/classiceditor.css +1 -1
  14. package/theme/ckeditor5-engine/placeholder.css +1 -1
  15. package/theme/ckeditor5-find-and-replace/findandreplaceform.css +1 -1
  16. package/theme/ckeditor5-heading/heading.css +1 -1
  17. package/theme/ckeditor5-horizontal-line/horizontalline.css +1 -1
  18. package/theme/ckeditor5-html-embed/htmlembed.css +1 -1
  19. package/theme/ckeditor5-image/imagecustomresizeform.css +1 -1
  20. package/theme/ckeditor5-image/imageinsert.css +1 -1
  21. package/theme/ckeditor5-image/imageupload.css +1 -1
  22. package/theme/ckeditor5-image/imageuploadicon.css +1 -1
  23. package/theme/ckeditor5-image/imageuploadloader.css +1 -1
  24. package/theme/ckeditor5-image/imageuploadprogress.css +1 -1
  25. package/theme/ckeditor5-image/textalternativeform.css +1 -1
  26. package/theme/ckeditor5-link/link.css +1 -1
  27. package/theme/ckeditor5-link/linkform.css +1 -1
  28. package/theme/ckeditor5-link/linkimage.css +1 -1
  29. package/theme/ckeditor5-link/linkproperties.css +1 -1
  30. package/theme/ckeditor5-link/linkprovideritems.css +1 -1
  31. package/theme/ckeditor5-link/linktoolbar.css +1 -1
  32. package/theme/ckeditor5-list/listproperties.css +1 -1
  33. package/theme/ckeditor5-list/liststyles.css +1 -1
  34. package/theme/ckeditor5-media-embed/mediaembedediting.css +1 -1
  35. package/theme/ckeditor5-mention/mention.css +1 -1
  36. package/theme/ckeditor5-restricted-editing/restrictedediting.css +1 -1
  37. package/theme/ckeditor5-special-characters/charactergrid.css +1 -1
  38. package/theme/ckeditor5-special-characters/characterinfo.css +1 -1
  39. package/theme/ckeditor5-special-characters/specialcharacters.css +1 -1
  40. package/theme/ckeditor5-style/style.css +1 -1
  41. package/theme/ckeditor5-style/stylegrid.css +1 -1
  42. package/theme/ckeditor5-style/stylegroup.css +1 -1
  43. package/theme/ckeditor5-style/stylepanel.css +1 -1
  44. package/theme/ckeditor5-table/colorinput.css +1 -1
  45. package/theme/ckeditor5-table/formrow-experimental.css +1 -1
  46. package/theme/ckeditor5-table/formrow.css +1 -1
  47. package/theme/ckeditor5-table/inserttable.css +1 -1
  48. package/theme/ckeditor5-table/tablecellproperties-experimental.css +131 -0
  49. package/theme/ckeditor5-table/tablecellproperties.css +1 -1
  50. package/theme/ckeditor5-table/tableediting.css +34 -1
  51. package/theme/ckeditor5-table/tableform-experimental.css +1 -1
  52. package/theme/ckeditor5-table/tableform.css +1 -1
  53. package/theme/ckeditor5-table/tablelayout.css +1 -1
  54. package/theme/ckeditor5-table/tableproperties-experimental.css +1 -1
  55. package/theme/ckeditor5-table/tableproperties.css +1 -1
  56. package/theme/ckeditor5-table/tableselection.css +1 -1
  57. package/theme/ckeditor5-ui/components/autocomplete/autocomplete.css +1 -1
  58. package/theme/ckeditor5-ui/components/button/button.css +1 -1
  59. package/theme/ckeditor5-ui/components/button/listitembutton.css +1 -1
  60. package/theme/ckeditor5-ui/components/button/switchbutton.css +1 -1
  61. package/theme/ckeditor5-ui/components/collapsible/collapsible.css +1 -1
  62. package/theme/ckeditor5-ui/components/colorgrid/colorgrid.css +1 -1
  63. package/theme/ckeditor5-ui/components/colorselector/colorselector.css +1 -1
  64. package/theme/ckeditor5-ui/components/dialog/dialog.css +1 -1
  65. package/theme/ckeditor5-ui/components/dialog/dialogactions.css +1 -1
  66. package/theme/ckeditor5-ui/components/dropdown/dropdown.css +1 -1
  67. package/theme/ckeditor5-ui/components/dropdown/listdropdown.css +1 -1
  68. package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenubutton.css +1 -1
  69. package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitem.css +1 -1
  70. package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitembutton.css +1 -1
  71. package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenupanel.css +1 -1
  72. package/theme/ckeditor5-ui/components/dropdown/splitbutton.css +1 -1
  73. package/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css +1 -1
  74. package/theme/ckeditor5-ui/components/editorui/accessibilityhelp.css +1 -1
  75. package/theme/ckeditor5-ui/components/editorui/editorui.css +1 -1
  76. package/theme/ckeditor5-ui/components/form/form.css +1 -1
  77. package/theme/ckeditor5-ui/components/formheader/formheader.css +1 -1
  78. package/theme/ckeditor5-ui/components/icon/icon.css +1 -1
  79. package/theme/ckeditor5-ui/components/input/input.css +1 -1
  80. package/theme/ckeditor5-ui/components/label/label.css +1 -1
  81. package/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css +1 -1
  82. package/theme/ckeditor5-ui/components/labeledinput/labeledinput.css +1 -1
  83. package/theme/ckeditor5-ui/components/list/list.css +1 -1
  84. package/theme/ckeditor5-ui/components/menubar/menubar.css +1 -1
  85. package/theme/ckeditor5-ui/components/menubar/menubarmenu.css +1 -1
  86. package/theme/ckeditor5-ui/components/menubar/menubarmenubutton.css +1 -1
  87. package/theme/ckeditor5-ui/components/menubar/menubarmenulistitem.css +1 -1
  88. package/theme/ckeditor5-ui/components/menubar/menubarmenulistitembutton.css +1 -1
  89. package/theme/ckeditor5-ui/components/menubar/menubarmenupanel.css +1 -1
  90. package/theme/ckeditor5-ui/components/panel/balloonpanel.css +1 -1
  91. package/theme/ckeditor5-ui/components/panel/balloonrotator.css +1 -1
  92. package/theme/ckeditor5-ui/components/panel/fakepanel.css +1 -1
  93. package/theme/ckeditor5-ui/components/panel/stickypanel.css +1 -1
  94. package/theme/ckeditor5-ui/components/responsive-form/responsiveform.css +1 -1
  95. package/theme/ckeditor5-ui/components/search/search.css +1 -1
  96. package/theme/ckeditor5-ui/components/spinner/spinner.css +1 -1
  97. package/theme/ckeditor5-ui/components/textarea/textarea.css +1 -1
  98. package/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css +1 -1
  99. package/theme/ckeditor5-ui/components/toolbar/toolbar.css +1 -1
  100. package/theme/ckeditor5-ui/components/tooltip/tooltip.css +1 -1
  101. package/theme/ckeditor5-ui/globals/_colors.css +1 -1
  102. package/theme/ckeditor5-ui/globals/_disabled.css +1 -1
  103. package/theme/ckeditor5-ui/globals/_focus.css +1 -1
  104. package/theme/ckeditor5-ui/globals/_fonts.css +1 -1
  105. package/theme/ckeditor5-ui/globals/_reset.css +1 -1
  106. package/theme/ckeditor5-ui/globals/_rounded.css +1 -1
  107. package/theme/ckeditor5-ui/globals/_shadow.css +1 -1
  108. package/theme/ckeditor5-ui/globals/_spacing.css +1 -1
  109. package/theme/ckeditor5-ui/globals/globals.css +1 -1
  110. package/theme/ckeditor5-ui/mixins/_button.css +1 -1
  111. package/theme/ckeditor5-widget/widget.css +1 -1
  112. package/theme/ckeditor5-widget/widgetresize.css +1 -1
  113. package/theme/ckeditor5-widget/widgettypearound.css +1 -1
  114. package/theme/index.css +2 -1
  115. package/theme/mixins/_disabled.css +1 -1
  116. package/theme/mixins/_focus.css +1 -1
  117. package/theme/mixins/_rounded.css +1 -1
  118. package/theme/mixins/_shadow.css +1 -1
  119. package/theme/theme.css +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-theme-lark",
3
- "version": "47.3.0-alpha.7",
3
+ "version": "47.4.0-alpha.0",
4
4
  "description": "A bright theme for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -9,7 +9,7 @@
9
9
  "ckeditor5-theme"
10
10
  ],
11
11
  "dependencies": {
12
- "@ckeditor/ckeditor5-ui": "47.3.0-alpha.7"
12
+ "@ckeditor/ckeditor5-ui": "47.4.0-alpha.0"
13
13
  },
14
14
  "author": "CKSource (http://cksource.com/)",
15
15
  "license": "SEE LICENSE IN LICENSE.md",
@@ -29,4 +29,4 @@
29
29
  "CHANGELOG.md"
30
30
  ],
31
31
  "main": "./theme/theme.css"
32
- }
32
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,4 +1,4 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -0,0 +1,131 @@
1
+ /*
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ .ck.ck-table-cell-properties-form {
7
+ width: 320px;
8
+
9
+ &.ck-table-cell-properties-form_experimental {
10
+ --ck-table-form-default-input-width: 80px;
11
+
12
+ & .ck-form__row {
13
+ &.ck-table-cell-properties-form__padding-row {
14
+ align-self: flex-end;
15
+ padding: 0;
16
+ width: 25%;
17
+ }
18
+
19
+ &.ck-table-cell-properties-form__alignment-row {
20
+ & .ck.ck-toolbar {
21
+ background: none;
22
+
23
+ /* Compensate for missing input label that would push the margin (toolbar has no inputs). */
24
+ margin-top: var(--ck-spacing-standard);
25
+ }
26
+ }
27
+
28
+ &.ck-table-form__border-row {
29
+ & .ck-labeled-field-view {
30
+ & > .ck-label {
31
+ font-size: var(--ck-font-size-tiny);
32
+ text-align: center;
33
+ }
34
+ }
35
+
36
+ & .ck-table-form__border-style,
37
+ & .ck-table-form__border-width {
38
+ width: 80px;
39
+ min-width: 80px;
40
+ max-width: 80px;
41
+ }
42
+ }
43
+
44
+ &.ck-table-form__dimensions-row {
45
+ padding: 0;
46
+
47
+ & .ck-table-form__dimensions-row__width,
48
+ & .ck-table-form__dimensions-row__height {
49
+ margin: 0
50
+ }
51
+
52
+ & .ck-table-form__dimension-operator {
53
+ align-self: flex-end;
54
+ display: inline-block;
55
+ height: var(--ck-ui-component-min-height);
56
+ line-height: var(--ck-ui-component-min-height);
57
+ margin: 0 var(--ck-spacing-small);
58
+ }
59
+ }
60
+
61
+ &.ck-form__row.ck-table-form__action-row {
62
+ & > .ck.ck-button {
63
+ flex-grow: initial;
64
+
65
+ & .ck-button__label {
66
+ color: currentColor;
67
+ }
68
+ }
69
+ }
70
+ }
71
+
72
+ &.ck-table-cell-properties-form_experimental-no-cell-type {
73
+ & .ck-form__row {
74
+ &.ck-table-form__dimensions-row {
75
+ --ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
76
+
77
+ width: var(--ck-table-form-dimensions-input-width);
78
+ max-width: var(--ck-table-form-dimensions-input-width);
79
+ min-width: var(--ck-table-form-dimensions-input-width);
80
+ padding: 0;
81
+
82
+ & .ck-table-form__dimensions-row__width,
83
+ & .ck-table-form__dimensions-row__height {
84
+ width: var(--ck-table-form-default-input-width);
85
+ min-width: var(--ck-table-form-default-input-width);
86
+ max-width: var(--ck-table-form-default-input-width);
87
+ margin: 0
88
+ }
89
+
90
+ & .ck-table-form__dimension-operator {
91
+ position: relative;
92
+ left: -0.5ch;
93
+ width: 0;
94
+ overflow: visible;
95
+ align-self: flex-end;
96
+ display: inline-block;
97
+ height: var(--ck-ui-component-min-height);
98
+ line-height: var(--ck-ui-component-min-height);
99
+ margin: 0 var(--ck-spacing-small);
100
+ }
101
+ }
102
+
103
+ &.ck-table-form__cell-type-row {
104
+ --ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
105
+
106
+ width: var(--ck-table-form-dimensions-input-width);
107
+ max-width: var(--ck-table-form-dimensions-input-width);
108
+ min-width: var(--ck-table-form-dimensions-input-width);
109
+ padding: 0;
110
+ }
111
+
112
+ &.ck-table-cell-properties-form__alignment-row {
113
+ & .ck.ck-toolbar {
114
+ &.ck-table-cell-properties-form__horizontal-alignment-toolbar {
115
+ --ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
116
+
117
+ width: var(--ck-table-form-dimensions-input-width);
118
+ max-width: var(--ck-table-form-dimensions-input-width);
119
+ min-width: var(--ck-table-form-dimensions-input-width);
120
+ padding: 0;
121
+ }
122
+
123
+ &.ck-table-cell-properties-form__vertical-alignment-toolbar {
124
+ flex-grow: 1;
125
+ }
126
+ }
127
+ }
128
+ }
129
+ }
130
+ }
131
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,11 +1,14 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
6
6
  :root {
7
7
  --ck-color-table-focused-cell-background: hsla(212, 90%, 80%, .3);
8
8
  --ck-table-content-default-border-color: hsl(0, 0%, 83%);
9
+ --ck-table-border-none-helper-line-color: hsl(0, 0%, 83%);
10
+ --ck-table-border-none-helper-line-style: dashed;
11
+ --ck-table-border-none-helper-line-width: 1px;
9
12
  }
10
13
 
11
14
  .ck-widget.table {
@@ -38,3 +41,33 @@
38
41
  }
39
42
  }
40
43
  }
44
+
45
+ /*
46
+ By using `:where` we set the specificity to 0, but we need to override the inline styles that's why we must use `!important`.
47
+ This way it will be easier to override it in custom themes if needed.
48
+ */
49
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) {
50
+ & :where( td[style*="border:none"], td[style*="border-style:none"], th[style*="border:none"], th[style*="border-style:none"] ) {
51
+ border: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
52
+ }
53
+
54
+ & > :where( table[style*="border-top-style:none"] ),
55
+ & :where( td[style*="border-top-style:none"], th[style*="border-top-style:none"] ) {
56
+ border-top: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
57
+ }
58
+
59
+ & > :where( table[style*="border-right-style:none"] ),
60
+ & :where( td[style*="border-right-style:none"], th[style*="border-right-style:none"] ) {
61
+ border-right: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
62
+ }
63
+
64
+ & > :where( table[style*="border-bottom-style:none"] ),
65
+ & :where( td[style*="border-bottom-style:none"], th[style*="border-bottom-style:none"] ) {
66
+ border-bottom: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
67
+ }
68
+
69
+ & > :where( table[style*="border-left-style:none"] ),
70
+ & :where( td[style*="border-left-style:none"], th[style*="border-left-style:none"] ) {
71
+ border-left: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
72
+ }
73
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5