Fix: Pb with focus position with ckeditor
This commit is contained in:
parent
ee65e42b1c
commit
c21b389462
@ -15,7 +15,7 @@ body
|
||||
/* Remove the background color to make it transparent */
|
||||
background-color: #fff;
|
||||
|
||||
margin: 20px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.cke_editable
|
||||
|
||||
@ -242,6 +242,10 @@ a:hover { text-decoration: underline; color: #000000;}
|
||||
input:focus, textarea:focus, button:focus, select:focus {
|
||||
box-shadow: 0 0 4px #8091BF;
|
||||
}
|
||||
textarea.cke_source:focus
|
||||
{
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
input, input.flat, textarea, textarea.flat, form.flat select, select.flat {
|
||||
font-size: <?php print $fontsize ?>px;
|
||||
@ -2493,6 +2497,10 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
/* CKEditor */
|
||||
/* ============================================================================== */
|
||||
|
||||
.cke_editable
|
||||
{
|
||||
margin: 5px !important;
|
||||
}
|
||||
.cke_editor table, .cke_editor tr, .cke_editor td
|
||||
{
|
||||
border: 0px solid #FF0000 !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user