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