Ticket #35717: 35717.0.patch
File 35717.0.patch, 2.8 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
27 27 width: 36px; 28 28 } 29 29 30 .icon16 {31 height: 18px;32 width: 18px;33 padding: 6px 6px;34 margin: -6px 0 0 -8px;35 float: left;36 }37 30 38 31 /* New Menu icons */ 39 32 40 .icon16:before {41 color: #82878c; /* same as new icons */42 font: normal 20px/1 dashicons;43 speak: none;44 padding: 6px 0;45 height: 34px;46 width: 20px;47 display: inline-block;48 -webkit-font-smoothing: antialiased;49 -moz-osx-font-smoothing: grayscale;50 -webkit-transition: all .1s ease-in-out;51 transition: all .1s ease-in-out;52 }53 33 54 .icon 16.icon-dashboard:before {34 .icon-dashboard:before { 55 35 content: "\f226"; 56 36 } 57 37 58 .icon 16.icon-post:before {38 .icon-post:before { 59 39 content: "\f109"; 60 40 } 61 41 62 .icon 16.icon-media:before {42 .icon-media:before { 63 43 content: "\f104"; 64 44 } 65 45 66 .icon 16.icon-links:before {46 .icon-links:before { 67 47 content: "\f103"; 68 48 } 69 49 70 .icon 16.icon-page:before {50 .icon-page:before { 71 51 content: "\f105"; 72 52 } 73 53 74 .icon 16.icon-comments:before {54 .icon-comments:before { 75 55 content: "\f101"; 76 56 margin-top: 1px; 77 57 } 78 58 79 .icon 16.icon-appearance:before {59 .icon-appearance:before { 80 60 content: "\f100"; 81 61 } 82 62 83 .icon 16.icon-plugins:before {63 .icon-plugins:before { 84 64 content: "\f106"; 85 65 } 86 66 87 .icon 16.icon-users:before {67 .icon-users:before { 88 68 content: "\f110"; 89 69 } 90 70 91 .icon 16.icon-tools:before {71 .icon-tools:before { 92 72 content: "\f107"; 93 73 } 94 74 95 .icon 16.icon-settings:before {75 .icon-settings:before { 96 76 content: "\f108"; 97 77 } 98 78 99 .icon 16.icon-site:before {79 .icon-site:before { 100 80 content: "\f112"; 101 81 } 102 82 103 .icon 16.icon-generic:before {83 .icon-generic:before { 104 84 content: "\f111"; 105 85 } 106 86 107 87 /* hide background-image for icons above */ 108 .icon 16.icon-dashboard,88 .icon-dashboard, 109 89 .menu-icon-dashboard div.wp-menu-image, 110 .icon 16.icon-post,90 .icon-post, 111 91 .menu-icon-post div.wp-menu-image, 112 .icon 16.icon-media,92 .icon-media, 113 93 .menu-icon-media div.wp-menu-image, 114 .icon 16.icon-links,94 .icon-links, 115 95 .menu-icon-links div.wp-menu-image, 116 .icon 16.icon-page,96 .icon-page, 117 97 .menu-icon-page div.wp-menu-image, 118 .icon 16.icon-comments,98 .icon-comments, 119 99 .menu-icon-comments div.wp-menu-image, 120 .icon 16.icon-appearance,100 .icon-appearance, 121 101 .menu-icon-appearance div.wp-menu-image, 122 .icon 16.icon-plugins,102 .icon-plugins, 123 103 .menu-icon-plugins div.wp-menu-image, 124 .icon 16.icon-users,104 .icon-users, 125 105 .menu-icon-users div.wp-menu-image, 126 .icon 16.icon-tools,106 .icon-tools, 127 107 .menu-icon-tools div.wp-menu-image, 128 .icon 16.icon-settings,108 .icon-settings, 129 109 .menu-icon-settings div.wp-menu-image, 130 .icon 16.icon-site,110 .icon-site, 131 111 .menu-icon-site div.wp-menu-image, 132 .icon 16.icon-generic,112 .icon-generic, 133 113 .menu-icon-generic div.wp-menu-image { 134 114 background-image: none !important; 135 115 }