You are here

ckeditor_link.css in CKEditor Link 7.2

Same filename and directory in other branches
  1. 6.2 ckeditor_link.css
  2. 6 ckeditor_link.css
  3. 7 ckeditor_link.css

Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

File

ckeditor_link.css
View source
  1. /**
  2. * @file
  3. * Written by Henri MEDOT
  4. * http://www.absyx.fr
  5. */
  6. div.cke_dialog_ui_input_text #autocomplete li.selected *
  7. {
  8. cursor: default;
  9. color: #fff;
  10. }
  11. input.cke_dialog_ui_input_text.form-autocomplete
  12. {
  13. min-height: 16px;
  14. }
  15. div.cke_dialog_ui_input_text #autocomplete
  16. {
  17. max-height: 100%;
  18. overflow-y: auto;
  19. }