Ticket #39970: 39970_2.diff
File 39970_2.diff, 1.8 KB (added by , 8 years ago) |
---|
-
wp-admin/css/common.css
779 779 #bulk-titles div a:before, 780 780 .notice-dismiss:before { 781 781 background: none; 782 color: # b4b9be;782 color: #72777c; 783 783 content: "\f153"; 784 784 display: block; 785 785 font: normal 16px/20px dashicons; … … 1423 1423 margin: 0; 1424 1424 padding: 9px; 1425 1425 background: none; 1426 color: # b4b9be;1426 color: #72777c; 1427 1427 cursor: pointer; 1428 1428 } 1429 1429 -
wp-admin/css/media.css
506 506 content: "\f153"; 507 507 display: block; 508 508 font: normal 16px/1 dashicons; 509 color: # b4b9be;509 color: #72777c; 510 510 } 511 511 512 512 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before, -
wp-includes/css/media-views.css
1262 1262 transition: none; 1263 1263 } 1264 1264 1265 .media-sidebar .media-uploader-status .upload-dismiss-errors:before { 1266 content: "\f153"; 1267 display: block; 1268 font: normal 16px/1 dashicons; 1269 color: #72777c; 1270 } 1271 1265 1272 .upload-errors .upload-error { 1266 1273 padding: 12px; 1267 1274 margin-bottom: 12px; -
wp-includes/css/wp-pointer.css
61 61 62 62 .wp-pointer-buttons a.close:before { 63 63 background: none; 64 color: # b4b9be;64 color: #72777c; 65 65 content: "\f153"; 66 66 display: block !important; 67 67 font: normal 16px/1 dashicons;