This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/ckeditor_link/ckeditor_link.css

22 lines
354 B
CSS

/**
* @file
* Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr>
* http://www.absyx.fr
*/
div.cke_dialog_ui_input_text #autocomplete li.selected *
{
cursor: default;
color: #fff;
}
input.cke_dialog_ui_input_text.form-autocomplete
{
min-height: 16px;
}
div.cke_dialog_ui_input_text #autocomplete
{
max-height: 100%;
overflow-y: auto;
}