Ckeditor - css popravki, odstranjen flash

This commit is contained in:
pero1203 2022-08-19 10:30:53 +02:00
parent fd932f94a8
commit b54ec3cc93
5 changed files with 61 additions and 18 deletions

View File

@ -36,7 +36,7 @@ CKEDITOR.editorConfig = function (config) {
'/', '/',
{name: 'other', items: ['Scayt', 'Strike', 'SpecialChar']}, {name: 'other', items: ['Scayt', 'Strike', 'SpecialChar']},
{name: 'vec', items:['Styles', 'Format', 'Outdent', 'Indent', 'HorizontalRule']}, {name: 'vec', items:['Styles', 'Format', 'Outdent', 'Indent', 'HorizontalRule']},
{name: 'insert', items: ['CreateDiv', 'Flash', 'Table', 'IFrame', 'Youtube', 'Abbr']}, {name: 'insert', items: ['CreateDiv', 'Table', 'IFrame', 'Youtube', 'Abbr']},
]; ];
/*config.toolbar = [ /*config.toolbar = [

View File

@ -9695,13 +9695,6 @@ div.button_holder.float-right button {
margin-left: 16px; margin-left: 16px;
margin-right: 0; margin-right: 0;
} }
div.button_holder.editor_button_holder {
margin: 0;
padding: 8px 16px;
border-bottom: 1px #cccccc solid;
border-left: 1px #cccccc solid;
border-right: 1px #cccccc solid;
}
label { label {
cursor: pointer; cursor: pointer;
@ -10449,6 +10442,33 @@ header #top_line #enka_nav .anketa_header_upgrade_package button {
color: #FFC700 !important; color: #FFC700 !important;
} }
.cke_1.cke_chrome {
border-bottom: 1px #E5E5E5 solid !important;
border-radius: 2px 2px 0 0;
}
#cke_1_top {
border-bottom: 1px #E5E5E5 solid;
}
.cke_dialog {
border: 1px #E5E5E5 solid !important;
}
div.button_holder.editor_button_holder {
margin: 0;
padding: 8px 16px;
border-bottom: 1px #cccccc solid;
border-left: 1px #cccccc solid;
border-right: 1px #cccccc solid;
border-radius: 0 0 2px 2px;
}
.cke_dialog table tr td,
.cke_dialog table tr th {
border-bottom: 0 !important;
}
/* /*
Specific pages scss Specific pages scss
*/ */

View File

@ -0,0 +1,29 @@
.cke_1.cke_chrome {
border-bottom: 1px $gray solid !important;
border-radius: 2px 2px 0 0;
}
#cke_1_top{
border-bottom: 1px $gray solid;
}
.cke_dialog{
border: 1px $gray solid !important;
}
div.button_holder.editor_button_holder{
margin: 0;
padding: 8px 16px;
border-bottom: 1px rgb(204, 204, 204) solid;
border-left: 1px rgb(204, 204, 204) solid;
border-right: 1px rgb(204, 204, 204) solid;
border-radius: 0 0 2px 2px;
}
.cke_dialog table tr td,
.cke_dialog table tr th{
border-bottom: 0 !important;
}

View File

@ -16,3 +16,6 @@
// Payments // Payments
@import "payments/payments"; @import "payments/payments";
// CKEditor
@import "ckeditor/ckeditor";

View File

@ -234,13 +234,4 @@ div.button_holder {
margin-right: 0; margin-right: 0;
} }
} }
&.editor_button_holder{
margin: 0;
padding: 8px 16px;
border-bottom: 1px rgb(204, 204, 204) solid;
border-left: 1px rgb(204, 204, 204) solid;
border-right: 1px rgb(204, 204, 204) solid;
}
} }