Changeset 13277 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/embed-plugin.php
- Timestamp:
- 03/05/2024 07:07:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/embed-plugin.php
r11720 r13277 11 11 12 12 remove_action( 'embed_content_meta', 'print_embed_comments_button' ); 13 wp_enqueue_style( 'dashicons' ); 13 wp_enqueue_style( 'dashicons' ); // NOTE: This is not compatible with the core embed CSS. 14 14 15 15 if ( ! headers_sent() ) { … … 46 46 .wp-embed-featured-image .plugin-icon { 47 47 background-size: 100%; 48 height: 6 0px;49 width: 6 0px;48 height: 64px; 49 width: 64px; 50 50 } 51 51 p.wp-embed-heading { … … 83 83 } 84 84 .button.download-button { 85 background: #0085ba; 86 border: 1px solid; 87 border-color: #0073aa #006799 #006799; 88 -webkit-border-radius: 3px; 89 border-radius: 3px; 90 -webkit-box-shadow: 0 1px 0 #006799; 91 box-shadow: 0 1px 0 #006799; 85 background: #3858e9; 92 86 -webkit-box-sizing: border-box; 93 87 -moz-box-sizing: border-box; … … 96 90 cursor: pointer; 97 91 display: inline-block; 98 height: 31.25px;99 height: 1.953125rem;100 92 line-height: 2; 101 93 margin: 0; 102 padding: 016px;103 padding: 0 1rem;94 padding: 8px 16px; 95 padding: 0.5rem 1rem; 104 96 text-decoration: none; 105 text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;106 97 white-space: nowrap; 107 98 -webkit-appearance: none; 108 99 } 109 100 a.button:active, a.button:focus, a.button:hover { 110 background: #008ec2;111 border-color: #006799;112 -webkit-box-shadow: 0 1px 0 #006799;113 box-shadow: 0 1px 0 #006799;114 101 color: #fff; 115 102 text-decoration: none; 116 }117 a.button:active {118 background: #0073aa;119 border-color: #006799;120 -webkit-box-shadow: inset 0 2px 0 #006799;121 box-shadow: inset 0 2px 0 #006799;122 vertical-align: top;123 103 } 124 104 .wp-embed-share-dialog-open .dashicons { 125 105 color: #82878c; 126 106 top: 6px; 107 } 108 .wp-embed-share-dialog-close .dashicons { 109 color: #fff; 110 padding-top: 8px; 127 111 } 128 112 </style>
Note: See TracChangeset
for help on using the changeset viewer.