Files
wp-multisite-waas/assets/css/checkout-editor.css
2024-11-30 18:24:12 -07:00

39 lines
727 B
CSS

.is-dragging .postbox-header {
border-bottom: none;
}
.is-dragging .inside {
display: none;
}
.wu-hide-inside .postbox-header {
border-bottom: none;
}
.wu-hide-inside .inside {
display: none;
}
.wu-draggable-ghost {
border-style: dashed !important;
border-width: 1px !important;
border-color: #939393 !important;
opacity: 75%;
}
.wu-draggable-ghost .postbox-header {
background: #edf2f6;
border: none;
}
.wu-draggable-field-ghost {
content: " ";
text-indent: -9999999px;
background-color: #fff !important;
}
.wu-draggable-field-ghost td {
border: dashed 1px #c3c4c7;
border-width: 1px 0;
opacity: 0.9;
padding: 10px;
}
.wu-draggable-field-ghost .wu-placeholder-sortable {
display: none;
}