Files
drmaterac.pl/modules/creativeelements/views/css/admin.css
2025-07-13 11:19:53 +02:00

146 lines
3.3 KiB
CSS

.row .btn-edit-with-ce,
.form-group .btn-edit-with-ce {
margin: 5px 0;
padding: 12px 15px 12px 13px;
background: #D32A5B !important;
color: #fff !important;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.ce-edit.pull-right {
margin: 0 3px;
}
.ce-edit .btn i.icon-AdminParentCEContent {
font-size: 11px;
}
.btn-group-action {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ce-edit a.dropdown-toggle {
padding: 5px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.ce-edit:not(.pull-right) + .btn-group > a {
padding-top: 8px;
}
.ce-edit a.dropdown-toggle:after,
.admincetemplates .btn-back-to-ps,
.admincethemes .btn-back-to-ps,
.admincecontent .btn-back-to-ps {
display: none;
}
.btn.btn-back-to-ps {
margin: 5px 0;
}
.admincetemplates textarea,
.admincecontent textarea {
color: transparent;
}
.ce_template td:last-child {
width: 120px;
}
.admincetemplates td.ce-shortcode {
width: 230px;
}
.admincetemplates .ce-shortcode input {
font-family: monospace !important;
}
.adminproducts #description.panel .btn-edit-with-ce {
margin: 10px;
}
.adminproducts #description.panel .btn-edit-with-ce ~ .mce-tinymce {
margin: 0 10px 10px;
}
.adminproducts #description.panel .wrapper-edit-with-ce {
border: none;
border-top: 1px solid #dfdfdf;
border-radius: 0;
}
.ce-product-hook::first-letter {
text-transform: uppercase;
}
.row .btn-edit-with-ce:hover,
.form-group .btn-edit-with-ce:hover {
opacity: 0.85;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.row .btn-edit-with-ce:active,
.form-group .btn-edit-with-ce:active {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.row .btn-edit-with-ce .material-icons,
.form-group .btn-edit-with-ce .material-icons {
vertical-align: -2px;
border-color: #fff;
line-height: 1em;
}
.admincecontent .select2-container {
margin: 4px 0;
}
/* PS 1.7.8+ */
td.column-active ~ td.text-right .ce-edit button.btn {
padding: 9px 6px 7px 8px;
}
td.column-active ~ td.text-right .ce-edit i.icon-AdminParentCEContent {
font-size: 14px;
}
form[id^=ce_][id$=_form] .form-wrapper {
max-width: 100%;
}
#ce_theme_fieldset_theme_settings .form-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
max-width: 100%;
}
#ce_theme_fieldset_theme_settings .form-group {
width: 33.33%;
}
@media (max-width: 767px) {
#ce_theme_fieldset_theme_settings .form-group {
width: 100%;
}
}
@media (max-width: 1200px) {
#ce_theme_fieldset_theme_settings label.control-label {
text-align: left;
text-align: start;
}
}
.btn-back-to-ps i.material-icons {
vertical-align: middle;
}
.wrapper-edit-with-ce {
background: #f5f8f9;
border: 1px solid #c7d6db;
border-radius: 3px;
padding: 30px;
text-align: center;
cursor: pointer;
transition: background 0.05s;
}
.wrapper-edit-with-ce:hover {
background: rgba(245, 248, 249, 0.2);
}
.btn-edit-with-ce ~ .mce-tinymce {
border: 1px solid #dfdfdf !important;
}
.btn-edit-with-ce ~ .mce-tinymce > .mce-container-body {
border: none !important;
}