|
@@ -77,8 +77,15 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
- * Integration with the read-only mode of the editor
|
|
|
|
|
|
|
+ * Integration with the read-only mode of the editor.
|
|
|
*/
|
|
*/
|
|
|
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around {
|
|
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around {
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+/*
|
|
|
|
|
+ * Integration with the restricted editing mode (feature) of the editor.
|
|
|
|
|
+ */
|
|
|
|
|
+.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+}
|