fitvids.css in FitVids 8
Same filename and directory in other branches
/* * Fix to stop CKeditor widgets disappearing * See https://drupal.org/comment/8263377#comment-8263377 * */ .cke.cke_chrome{ visibility:inherit; }
File
fitvids.cssView source
- /*
- * Fix to stop CKeditor widgets disappearing
- * See https://drupal.org/comment/8263377#comment-8263377
- * */
- .cke.cke_chrome{
- visibility:inherit;
- }