| 1234567891011121314151617181920212223242526 |
- /*
- * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- .ck table.ck-widget th.ck-editor__nested-editable {
- border-color: inherit;
- border-style: inset;
- }
- .ck table.ck-widget td.ck-editor__nested-editable {
- border-color: inherit;
- border-style: inset;
- }
- .ck table.ck-widget td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
- .ck table.ck-widget td.ck-editor__nested-editable:focus {
- background-color: inherit;
- color: inherit;
- }
- .ck table.ck-widget th.ck-editor__nested-editable.ck-editor__nested-editable_focused,
- .ck table.ck-widget th.ck-editor__nested-editable:focus {
- background-color: inherit;
- color: inherit;
- }
|