diff --git src/wp-admin/css/edit.css src/wp-admin/css/edit.css
index 45a8a8f..9fdab53 100644
|
|
|
td.plugin-title p { |
| 398 | 398 | #post-body #visibility:before, |
| 399 | 399 | .curtime #timestamp:before, |
| 400 | 400 | #post-body .misc-pub-revisions:before, |
| 401 | | span.wp-media-buttons-icon:before { |
| | 401 | span.wp-media-buttons-icon:before, |
| | 402 | tr.wp-locked .locked-indicator:before { |
| 402 | 403 | color: #888; |
| 403 | 404 | } |
| 404 | 405 | |
diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
index 22aa1cf..f1e2329 100644
|
|
|
th.asc:hover span.sorting-indicator:before { |
| 406 | 406 | } |
| 407 | 407 | |
| 408 | 408 | tr.wp-locked .locked-indicator { |
| 409 | | background: url(../images/lock.png) no-repeat; |
| 410 | | margin: -2px 0 0 6px; |
| | 409 | margin-left: 6px; |
| 411 | 410 | height: 20px; |
| 412 | 411 | width: 16px; |
| 413 | 412 | } |
| 414 | 413 | |
| | 414 | tr.wp-locked .locked-indicator:before { |
| | 415 | content: '\f160'; |
| | 416 | display: inline-block; |
| | 417 | float: left; |
| | 418 | font: normal 20px/1 'dashicons'; |
| | 419 | speak: none; |
| | 420 | vertical-align: middle; |
| | 421 | margin-left: 0; |
| | 422 | -webkit-font-smoothing: antialiased; |
| | 423 | -moz-osx-font-smoothing: grayscale; |
| | 424 | } |
| | 425 | |
| 415 | 426 | tr.wp-locked .check-column label, |
| 416 | 427 | tr.wp-locked .check-column input[type="checkbox"], |
| 417 | 428 | tr.wp-locked .row-actions .inline, |
| … |
… |
tr.active + tr.plugin-update-tr .plugin-update .update-message { |
| 1213 | 1224 | /** |
| 1214 | 1225 | * HiDPI Displays |
| 1215 | 1226 | */ |
| 1216 | | @media print, |
| 1217 | | (-o-min-device-pixel-ratio: 5/4), |
| 1218 | | (-webkit-min-device-pixel-ratio: 1.25), |
| 1219 | | (min-resolution: 120dpi) { |
| 1220 | | tr.wp-locked .locked-indicator { |
| 1221 | | background-image: url(../images/lock-2x.png); |
| 1222 | | -webkit-background-size: 16px 16px; |
| 1223 | | background-size: 16px 16px; |
| 1224 | | } |
| 1225 | | } |
| 1226 | | |
| 1227 | 1227 | @media screen and ( max-width: 782px ) { |
| 1228 | 1228 | /* WP List Table Options & Filters */ |
| 1229 | 1229 | .tablenav { |