Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
22
modules/ckeditor_link/ckeditor_link.css
Normal file
22
modules/ckeditor_link/ckeditor_link.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
* @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;
|
||||
}
|
Reference in a new issue