forked from Wavyzz/dolibarr
Fix css for ckeditor 4.
This commit is contained in:
@@ -2063,8 +2063,6 @@ a.cke_dialog_ui_button
|
||||
background-image: url(<?php echo $img_button ?>) !important;
|
||||
background-position: bottom !important;
|
||||
border: 1px solid #ACBCBB !important;
|
||||
padding: 0.1em 0.7em !important;
|
||||
margin: 0em 0.5em !important;
|
||||
-moz-border-radius:0px 5px 0px 5px !important;
|
||||
-webkit-border-radius:0px 5px 0px 5px !important;
|
||||
border-radius:0px 5px 0px 5px !important;
|
||||
|
||||
@@ -2189,8 +2189,6 @@ a.cke_dialog_ui_button
|
||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/button_bg.png',1); ?>) !important;
|
||||
background-position: bottom !important;
|
||||
border: 1px solid #ACBCBB !important;
|
||||
padding: 0.1em 0.7em !important;
|
||||
margin: 0em 0.5em !important;
|
||||
-moz-border-radius:0px 5px 0px 5px !important;
|
||||
-webkit-border-radius:0px 5px 0px 5px !important;
|
||||
border-radius:0px 5px 0px 5px !important;
|
||||
|
||||
@@ -2200,8 +2200,6 @@ a.cke_dialog_ui_button
|
||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/button_bg.png',1); ?>) !important;
|
||||
background-position: bottom !important;
|
||||
border: 1px solid #ACBCBB !important;
|
||||
padding: 0.1em 0.7em !important;
|
||||
margin: 0em 0.5em !important;
|
||||
-moz-border-radius:0px 5px 0px 5px !important;
|
||||
-webkit-border-radius:0px 5px 0px 5px !important;
|
||||
border-radius:0px 5px 0px 5px !important;
|
||||
|
||||
@@ -2504,8 +2504,6 @@ a.cke_dialog_ui_button
|
||||
background-image: url(<?php echo $img_button ?>) !important;
|
||||
background-position: bottom !important;
|
||||
border: 1px solid #C0C0C0 !important;
|
||||
padding: 0.1em 0.7em !important;
|
||||
margin: 0em 0.5em !important;
|
||||
-moz-border-radius:0px 5px 0px 5px !important;
|
||||
-webkit-border-radius:0px 5px 0px 5px !important;
|
||||
border-radius:0px 5px 0px 5px !important;
|
||||
|
||||
Reference in New Issue
Block a user