Files
formipay/admin/assets/css/admin-editor.css

272 lines
5.7 KiB
CSS

input.formipay-post-shortcode-input {
padding: 0.5em;
background-color: #efefef;
color: #2c3338;
border: 1px solid #2c3338;
border-radius: .5em;
}
.pointer {
cursor: pointer;
}
#titlediv #title-prompt-text {
padding: 3px 10px;
}
.editor-styles-wrapper h1 {
font-size: 24px!important;
margin: unset!important;
width: 100%;
max-width: 100%!important;
border: 1px solid #ccc;
padding: .25rem 1rem;
border-radius: .5rem;
}
#sidebar_panel {
background-color: #2c3e50;
flex: 0 0 273px;
transition: all .35s ease-in-out;
}
#sidebar_panel.expand-sidebar {
flex: 0 0 calc(273px * 2);
}
#fields_panel {
background-color: #f0f3f5;
flex: 1 1 calc(100% - 273px);
}
#preview-wrapper {
border: 3px dashed #ccc;
padding: 1.8rem 1rem;
max-width: 500px;
margin: auto;
border-radius: 1rem
}
#add_field_form {
position: sticky;
top: 140px;
}
#add_field_form input[type=text],
#add_field_form input[type=number],
#add_field_form select,
div#preview-wrapper input:not([type=checkbox],[type=radio]),
div#preview-wrapper select {
border-radius: 5px;
border: 1px solid #bec5cb;
background-color: #ffffff;
height: 40px;
padding: 6px 16px;
line-height: 1.4em;
}
.label-divider, .label-page_break {
font-size: larger;
font-weight: bold;
}
span.divider-line {
border-top: 1px dashed #ccc;
display: block;
}
.preview-field{
position: relative;
}
[data-field-type="page_break"] {
border-top: 2px dashed #a3a3a3;
padding-top: .5em;
}
span.grab {
cursor: grab;
}
.the_buttons > button {
padding: .15rem!important;
}
.the_buttons svg {
margin-bottom: 1px;
}
#preview-wrapper .the_buttons svg path {
fill: #ccc!important;
stroke: #ccc!important;
}
.the_buttons > button svg {
margin-bottom: 1px;
}
#preview-wrapper .the_buttons > button:hover svg path {
fill: #666!important;
stroke: #666!important;
}
span.scissors {
position: absolute;
display: inline-block;
top: -10px;
}
.field-icons.the_buttons button {
border: 1px solid #ccc;
border-radius: 50%;
color: #ccc!important;
margin-bottom: .5em;
}
.field-icons.the_buttons button:hover {
border: 1px solid #666;
border-radius: 50%;
color: #666!important;
margin-bottom: .5em;
background-color: #ffffff;
}
.field-icons i {
color: #666;
cursor: pointer;
}
.field-icons i:hover {
color: #555;
}
.form-check.form-switch {
display: flex;
align-items: center;
}
.form-switch .form-check-input {
background-repeat: no-repeat;
}
.wp-core-ui.wp-editor-wrap {
margin-top: -2.5em;
}
.form-check.formipay-radio-group {
display: flex;
align-items: center;
gap: .5em;
}
.form-check.formipay-radio-group > input::before {
background-color: white;
}
.stm_metaboxes_grid__inner #appearance {
padding-right: 0!important;
}
.stm_metaboxes_grid__inner #appearance .row {
margin-left: 0!important;
}
.stm_metaboxes_grid__inner #appearance .column {
padding: 1.8rem!important;
}
.wpcfto-tab.active {
padding-right: 0!important;
}
.wpcfto-tab.active > .container > .row {
margin: 0!important;
}
.wpcfto-repeater-single:not(:first-child) {
border-top: 1px solid #ccc!important;
}
.wpcfto_settings_head+.stm_metaboxes_grid .stm_metaboxes_grid__inner .row .column {
padding-right: 1.8rem!important;
}
.wpcfto_group_started .wpcfto_generic_field_editor {
padding: 0!important;
}
#formipay .inside, #formipay_canvas .inside {
padding: 0!important;
margin: 0!important;
}
#payments .wpcfto-field-content .wpcfto_multi_checkbox {
display: flex;
flex-direction: column;
}
#payments .wpcfto-field-content .wpcfto_multi_checkbox > label {
width: 100%;
}
.formipay-checkbox-wrapper {
display: grid;
}
.trumbowyg-textarea {
min-height: 14em !important;
height: unset!important;
}
.wpcfto-editor span.ql-formats:nth-last-child(3) {
display: none!important;
}
.stm_metaboxes_grid__inner, .wpcfto_settings_head {
max-width: unset!important;
}
.wpcfto-box-child.repeater {
padding-top: 0;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
padding-bottom: 0;
}
#inactive.wpcfto_sorter_single > h6 {
background-color: #999999;
}
.dropzone {
border: 2px dashed #0073aa;
border-radius: 5px;
padding: 20px;
text-align: center;
transition: background-color 0.3s;
margin-bottom: 20px;
}
.dropzone-area {
cursor: pointer;
}
.dropzone-area:hover {
background-color: #f0f8ff;
}
#thumbnailPreview {
margin-top: 10px;
}
#previewImage {
max-width: 100%;
height: auto;
margin-top: 10px;
}
#uploadStatus {
font-size: 16px;
color: #333;
}
.child-field-title {
border-radius: 10px;
}
.child-field-title.option-detail-opened {
border-radius: 10px 10px 0 0;
}
.child-field-wrapper {
border-top: unset;
background-color: #666;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.table>:not(caption)>*>* {
background-color: unset!important;
vertical-align: middle;
}
.table.child-field-input-table tr:last-child th,
.table.child-field-input-table tr:last-child td {
border-bottom: unset!important;
}
.child-field-image-wrapper {
border: 4px dashed #cccccc;
padding: 10px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: .5em;
border-radius: 10px;
}
.the_buttons button {
font-size: 10px;
width: 24px;
height: 24px;
border-radius: 50%;
}
.child-fields-wrapper table th {
vertical-align: top;
}
.trumbowyg-modal.trumbowyg-fixed-top {
display: none;
}
.top-40 {
top: 40px!important;
}
.sortable {
touch-action: none;
}