duplicate-post.css
116 lines
| 1 | #wp-admin-bar-root-default>#wp-admin-bar-duplicate-post>.ab-item .ab-icon::before, |
| 2 | #wp-admin-bar-root-default>#wp-admin-bar-new-draft>.ab-item .ab-icon::before, |
| 3 | #wp-admin-bar-root-default>#wp-admin-bar-rewrite-republish>.ab-item .ab-icon::before{ |
| 4 | content: |
| 5 | url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M18.9 4.3c0.6 0 1.1 0.5 1.1 1.1v13.6c0 0.6-0.5 1.1-1.1 1.1h-10.7c-0.6 0-1.1-0.5-1.1-1.1v-3.2h-6.1c-0.6 0-1.1-0.5-1.1-1.1v-7.5c0-0.6 0.3-1.4 0.8-1.8l4.6-4.6c0.4-0.4 1.2-0.8 1.8-0.8h4.6c0.6 0 1.1 0.5 1.1 1.1v3.7c0.4-0.3 1-0.4 1.4-0.4h4.6zM12.9 6.7l-3.3 3.3h3.3v-3.3zM5.7 2.4l-3.3 3.3h3.3v-3.3zM7.9 9.6l3.5-3.5v-4.6h-4.3v4.6c0 0.6-0.5 1.1-1.1 1.1h-4.6v7.1h5.7v-2.9c0-0.6 0.3-1.4 0.8-1.8zM18.6 18.6v-12.9h-4.3v4.6c0 0.6-0.5 1.1-1.1 1.1h-4.6v7.1h10z' fill='rgba(240,245,250,.6)'/></svg>"); |
| 6 | top: 2px; |
| 7 | } |
| 8 | |
| 9 | #wp-admin-bar-root-default>#wp-admin-bar-duplicate-post:hover>.ab-item .ab-icon::before, |
| 10 | #wp-admin-bar-root-default>#wp-admin-bar-new-draft:hover>.ab-item .ab-icon::before, |
| 11 | #wp-admin-bar-root-default>#wp-admin-bar-rewrite-republish:hover>.ab-item .ab-icon::before, |
| 12 | #wp-admin-bar-root-default>#wp-admin-bar-duplicate-post:focus>.ab-item .ab-icon::before, |
| 13 | #wp-admin-bar-root-default>#wp-admin-bar-new-draft:focus>.ab-item .ab-icon::before, |
| 14 | #wp-admin-bar-root-default>#wp-admin-bar-rewrite-republish:focus>.ab-item .ab-icon::before{ |
| 15 | content: |
| 16 | url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M18.9 4.3c0.6 0 1.1 0.5 1.1 1.1v13.6c0 0.6-0.5 1.1-1.1 1.1h-10.7c-0.6 0-1.1-0.5-1.1-1.1v-3.2h-6.1c-0.6 0-1.1-0.5-1.1-1.1v-7.5c0-0.6 0.3-1.4 0.8-1.8l4.6-4.6c0.4-0.4 1.2-0.8 1.8-0.8h4.6c0.6 0 1.1 0.5 1.1 1.1v3.7c0.4-0.3 1-0.4 1.4-0.4h4.6zM12.9 6.7l-3.3 3.3h3.3v-3.3zM5.7 2.4l-3.3 3.3h3.3v-3.3zM7.9 9.6l3.5-3.5v-4.6h-4.3v4.6c0 0.6-0.5 1.1-1.1 1.1h-4.6v7.1h5.7v-2.9c0-0.6 0.3-1.4 0.8-1.8zM18.6 18.6v-12.9h-4.3v4.6c0 0.6-0.5 1.1-1.1 1.1h-4.6v7.1h10z' fill='rgba(0, 185, 235, 1)'/></svg>"); |
| 17 | } |
| 18 | |
| 19 | /* Copy links in the classic editor. */ |
| 20 | #duplicate-action { |
| 21 | margin-bottom: 12px; |
| 22 | } |
| 23 | |
| 24 | #rewrite-republish-action { |
| 25 | margin-bottom: -2px; |
| 26 | } |
| 27 | |
| 28 | #rewrite-republish-action + #delete-action { |
| 29 | margin-top: 8px; |
| 30 | } |
| 31 | |
| 32 | /* Copy links in the block editor. */ |
| 33 | .components-button.dp-editor-post-copy-to-draft, |
| 34 | .components-button.dp-editor-post-rewrite-republish { |
| 35 | width: 100%; |
| 36 | justify-content: center; |
| 37 | } |
| 38 | |
| 39 | .components-button.dp-editor-post-copy-to-draft{ |
| 40 | margin-bottom: 4px; |
| 41 | } |
| 42 | |
| 43 | |
| 44 | #check-changes-action { |
| 45 | padding: 6px 10px 8px; |
| 46 | } |
| 47 | |
| 48 | @media screen and (max-width: 782px){ |
| 49 | #wp-admin-bar-root-default>#wp-admin-bar-duplicate-post, |
| 50 | #wp-admin-bar-root-default>#wp-admin-bar-new-draft, |
| 51 | #wp-admin-bar-root-default>#wp-admin-bar-rewrite-republish { |
| 52 | display: block; |
| 53 | position: static; |
| 54 | } |
| 55 | #wp-admin-bar-root-default>#wp-admin-bar-duplicate-post>.ab-item, |
| 56 | #wp-admin-bar-root-default>#wp-admin-bar-new-draft>.ab-item, |
| 57 | #wp-admin-bar-root-default>#wp-admin-bar-rewrite-republish>.ab-item { |
| 58 | text-indent: 100%; |
| 59 | white-space: nowrap; |
| 60 | overflow: hidden; |
| 61 | width: 52px; |
| 62 | padding: 0; |
| 63 | color: #999; |
| 64 | position: static; |
| 65 | } |
| 66 | #wp-admin-bar-root-default>#wp-admin-bar-duplicate-post>.ab-item .ab-icon::before, |
| 67 | #wp-admin-bar-root-default>#wp-admin-bar-new-draft>.ab-item .ab-icon::before, |
| 68 | #wp-admin-bar-root-default>#wp-admin-bar-rewrite-republish>.ab-item .ab-icon::before { |
| 69 | display: block; |
| 70 | text-indent: 0; |
| 71 | font: 400 32px/1 dashicons; |
| 72 | speak: none; |
| 73 | top: 0px; |
| 74 | width: 52px; |
| 75 | text-align: center; |
| 76 | -webkit-font-smoothing: antialiased; |
| 77 | -moz-osx-font-smoothing: grayscale; |
| 78 | } |
| 79 | #rewrite-republish-action + #delete-action { |
| 80 | margin-top: 0; |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | fieldset#duplicate_post_quick_edit_fieldset{ |
| 85 | clear: both; |
| 86 | } |
| 87 | |
| 88 | fieldset#duplicate_post_quick_edit_fieldset label{ |
| 89 | display: inline; |
| 90 | margin: 0; |
| 91 | vertical-align: unset; |
| 92 | } |
| 93 | |
| 94 | fieldset#duplicate_post_quick_edit_fieldset a{ |
| 95 | text-decoration: underline; |
| 96 | } |
| 97 | |
| 98 | /* Block editor sidebar panel. */ |
| 99 | .duplicate-post-panel .duplicate-post-original-item { |
| 100 | margin-bottom: 0; |
| 101 | } |
| 102 | |
| 103 | .duplicate-post-panel .duplicate-post-remove-connection-button { |
| 104 | margin-top: 16px; |
| 105 | width: 100%; |
| 106 | justify-content: center; |
| 107 | } |
| 108 | |
| 109 | .duplicate-post-modal-buttons { |
| 110 | display: flex; |
| 111 | justify-content: flex-end; |
| 112 | gap: 8px; |
| 113 | margin-top: 16px; |
| 114 | } |
| 115 | |
| 116 |