✏️ 正在编辑: checkbox.css
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/assets/css/form/checkbox.css
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox { display: flex; align-items: center; flex-direction: row; } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox.option-inline { display: inline-flex; margin-right: 1.5em; } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox:not(.option-inline) { margin-bottom: 0.5em; } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label { margin: 0; position: relative; padding: 0 0 0 1.34em; cursor: pointer; } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before { content: ""; height: 13px; position: absolute; left: 0; top: 50%; min-width: 13px; border: 1px solid var(--form_border_color); border-radius: 4px; transform: translateY(-50%); transition: all 0.2s ease; } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input { position: absolute; width: 14px; height: 14px; opacity: 0; margin: 0; } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked + label:after { content: ""; position: absolute; width: 7px; height: 7px; left: 4px; background: var(--form_focus_border_color); border-radius: 2px; top: 50%; transform: translateY(-50%); } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked + label:before { border: 1px solid var(--form_focus_border_color); } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:hover:not(:checked) + label:before { border-color: var(--form_focus_border_color-5a); } .fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:focus + label:before { border-color: var(--form_focus_border_color); }
💾 保存文件
← 返回文件管理器