Ticket #26796: 26796.diff
File 26796.diff, 1.5 KB (added by , 11 years ago) |
---|
-
wp-admin/css/colors.css
998 998 #post-body #visibility:before, 999 999 .curtime #timestamp:before, 1000 1000 #post-body .misc-pub-revisions:before, 1001 span.wp-media-buttons-icon:before { 1001 span.wp-media-buttons-icon:before, 1002 tr.wp-locked .locked-indicator:before { 1002 1003 color: #888; 1003 1004 } 1004 1005 -
wp-admin/css/wp-admin.css
3523 3523 } 3524 3524 3525 3525 tr.wp-locked .locked-indicator { 3526 background: url('../images/lock.png') no-repeat; 3527 margin: -2px 0 0 6px; 3526 margin-left: 6px; 3528 3527 height: 20px; 3529 3528 width: 16px; 3530 3529 } 3531 3530 3531 tr.wp-locked .locked-indicator:before { 3532 content: '\f160'; 3533 display: inline-block; 3534 float: left; 3535 font: normal 20px/1 'dashicons'; 3536 speak: none; 3537 vertical-align: middle; 3538 margin-left: 0; 3539 -webkit-font-smoothing: antialiased; 3540 -moz-osx-font-smoothing: grayscale; 3541 } 3542 3532 3543 tr.wp-locked .check-column label, 3533 3544 tr.wp-locked .check-column input[type="checkbox"], 3534 3545 tr.wp-locked .row-actions .inline, … … 11509 11520 (-o-min-device-pixel-ratio: 5/4), 11510 11521 (-webkit-min-device-pixel-ratio: 1.25), 11511 11522 (min-resolution: 120dpi) { 11512 tr.wp-locked .locked-indicator {11513 background-image: url('../images/lock-2x.png');11514 background-size: 16px 16px;11515 }11516 11523 11517 11524 #content-resize-handle, 11518 11525 #post-body .wp_themeSkin .mceStatusbar a.mceResize {