mirror of
https://github.com/WPMultisite/wp-multisite-subscriptions.git
synced 2025-08-07 10:08:32 +08:00
重命名:分叉 WP Ultimo
This commit is contained in:
parent
675cc66211
commit
afc807397f
5350 changed files with 1354268 additions and 604 deletions
39
assets/css/checkout-editor.css
Normal file
39
assets/css/checkout-editor.css
Normal file
|
@ -0,0 +1,39 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue