|
@@ -4,7 +4,7 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
:root {
|
|
:root {
|
|
|
- --ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
|
|
|
|
|
|
|
+ --ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ck.ck-editor__editable .table table {
|
|
.ck.ck-editor__editable .table table {
|
|
@@ -19,10 +19,10 @@
|
|
|
content: '';
|
|
content: '';
|
|
|
background-color: var(--ck-table-selected-cell-background);
|
|
background-color: var(--ck-table-selected-cell-background);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 0;
|
|
|
|
|
- left: 0;
|
|
|
|
|
- right: 0;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+ bottom: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
& ::selection,
|
|
& ::selection,
|