editor.css
66 lines
| 1 | .wp-block-wordpress-popular-posts-widget.in-edit-mode { |
| 2 | padding: 1.8em 1.5em; |
| 3 | background: #fafafa; |
| 4 | } |
| 5 | |
| 6 | .wp-block-wordpress-popular-posts-widget .wpp-list { |
| 7 | margin-left: 0 !important; |
| 8 | margin-right: 0 !important; |
| 9 | padding-left: 0 !important; |
| 10 | padding-right: 0 !important; |
| 11 | } |
| 12 | |
| 13 | .wp-block-wordpress-popular-posts-widget .option-subset { |
| 14 | margin: 0 0 1em; |
| 15 | padding: 1.25em 1.5em; |
| 16 | background: #f0f0f0; |
| 17 | } |
| 18 | |
| 19 | .wp-block-wordpress-popular-posts-widget .not-a-legend { |
| 20 | margin: 1em 0; |
| 21 | font-size: 0.9rem; |
| 22 | } |
| 23 | |
| 24 | .wp-block-wordpress-popular-posts-widget .components-base-control { |
| 25 | margin-bottom: 1em; |
| 26 | } |
| 27 | |
| 28 | .wp-block-wordpress-popular-posts-widget .components-base-control.components-checkbox-control { |
| 29 | margin-bottom: 0.5em; |
| 30 | } |
| 31 | |
| 32 | .wp-block-wordpress-popular-posts-widget .components-base-control.components-checkbox-control .components-base-control__field .components-checkbox-control__input-container { |
| 33 | margin-right: 0.5em; |
| 34 | } |
| 35 | |
| 36 | .wp-block-wordpress-popular-posts-widget .components-base-control .components-base-control__help { |
| 37 | margin: 0 0 1em; |
| 38 | font-size: 0.8em; |
| 39 | } |
| 40 | |
| 41 | .wp-block-wordpress-popular-posts-widget .components-base-control .components-base-control__field { |
| 42 | } |
| 43 | |
| 44 | .wp-block-wordpress-popular-posts-widget .components-base-control .components-base-control__field label { |
| 45 | font-size: 0.8rem; |
| 46 | font-weight: 600; |
| 47 | } |
| 48 | |
| 49 | .wp-block-wordpress-popular-posts-widget .components-base-control .components-base-control__field .components-text-control__input { |
| 50 | padding-left: 8px; |
| 51 | padding-right: 8px; |
| 52 | color: #000; |
| 53 | background: #fff; |
| 54 | border-color: #000; |
| 55 | } |
| 56 | |
| 57 | .wp-block-wordpress-popular-posts-widget .components-base-control .components-base-control__field .components-select-control { |
| 58 | } |
| 59 | |
| 60 | .wp-block-wordpress-popular-posts-widget .components-base-control .components-base-control__field .components-select-control .components-input-control__container { |
| 61 | } |
| 62 | |
| 63 | .wp-block-wordpress-popular-posts-widget .components-base-control .components-base-control__field .components-select-control .components-input-control__container .components-select-control__input { |
| 64 | max-width: none; |
| 65 | } |
| 66 |