You are here

fitvids.css in FitVids 8

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

File

fitvids.css
View source
  1. /*
  2. * Fix to stop CKeditor widgets disappearing
  3. * See https://drupal.org/comment/8263377#comment-8263377
  4. * */
  5. .cke.cke_chrome{
  6. visibility:inherit;
  7. }