Ticket #19138: 19138.patch
File 19138.patch, 1.5 KB (added by , 14 years ago) |
---|
-
wp-includes/css/admin-bar-rtl.dev.css
131 131 font-family: Tahoma, Arial, Helvetica, sans-serif; 132 132 padding: 0 24px 0 3px; 133 133 margin: 0 0 0 3px; 134 135 /* @todo: replace/move twenty eleven image to a core search icon. */136 background-image: url('../../wp-content/themes/twentyeleven/images/search.png');137 134 background-position: 98% 2px; 138 135 } 139 136 -
wp-includes/css/admin-bar.dev.css
366 366 text-shadow: #444 0px -1px 0px; 367 367 background-color: rgba( 255, 255, 255, 0 ); 368 368 369 /* @todo: replace/move twenty eleven image to a core search icon. */ 370 background-image: url('../../wp-content/themes/twentyeleven/images/search.png'); 369 background-image: url('../images/admin-bar-search.png'); 371 370 background-repeat: no-repeat; 372 371 background-position: 4px 2px; 373 372