Ticket #36753: 36753.7.patch
File 36753.7.patch, 4.0 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/customize-controls.css
1219 1219 border-bottom: 1px solid #ddd; 1220 1220 clear: both; 1221 1221 color: #666; 1222 font: 24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 1222 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 1223 font-size: 24px; 1223 1224 margin: 30px 0 0 0; 1224 1225 padding: 0; 1225 1226 padding-bottom: 7px; -
src/wp-includes/css/admin-bar.css
7 7 text-shadow: none; 8 8 text-transform: none; 9 9 letter-spacing: normal; 10 font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 10 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 11 font-size: 13px; 12 font-weight: 400; 13 line-height: 32px; 11 14 -webkit-border-radius: 0; 12 15 border-radius: 0; 13 16 -webkit-box-sizing: content-box; … … 79 82 #wpadminbar { 80 83 direction: ltr; 81 84 color: #ccc; 82 font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 85 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 86 font-size: 13px; 87 font-weight: 400; 88 line-height: 32px; 83 89 height: 32px; 84 90 position: fixed; 85 91 top: 0; … … 618 624 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { 619 625 position: relative; 620 626 z-index: 30; 621 font: 13px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 627 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 628 font-size: 13px; 629 line-height: 24px; 622 630 height: 24px; 623 631 width: 24px; 624 632 max-width: none; … … 798 806 } 799 807 800 808 #wpadminbar * { 801 font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif, sans-serif; 809 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 810 font-size: 14px; 811 font-weight: 400; 812 line-height: 32px; 802 813 } 803 814 804 815 #wpadminbar .quicklinks > ul > li > a, -
src/wp-includes/css/wp-embed-template.css
59 59 60 60 .wp-embed { 61 61 padding: 25px; 62 font: 400 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 62 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 63 font-size: 14px; 64 font-weight: 400; 65 line-height: 1.5; 63 66 color: #82878c; 64 67 background: white; 65 68 border: 1px solid #e5e5e5; … … 307 310 height: 28px; 308 311 margin: 0 0 10px 0; 309 312 padding: 0 5px; 310 font: 400 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 313 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 314 font-size: 14px; 315 font-weight: 400; 316 line-height: 1.5; 311 317 resize: none; 312 318 cursor: text; 313 319 }