diff --git wp-admin/css/wp-admin.css wp-admin/css/wp-admin.css
index ccf1f8b..fc07cd4 100644
|
|
table.fixed { |
2529 | 2529 | } |
2530 | 2530 | |
2531 | 2531 | tr.wp-locked .locked-indicator { |
2532 | | background: url('../images/lock16.png') no-repeat; |
2533 | | margin: -2px 0 0 8px; |
| 2532 | background: url('../images/lock.png') no-repeat; |
| 2533 | margin: -2px 0 0 6px; |
2534 | 2534 | height: 16px; |
2535 | 2535 | width: 16px; |
2536 | 2536 | } |
… |
… |
a.widget-control-edit { |
8994 | 8994 | background-size: 18px 100px; |
8995 | 8995 | } |
8996 | 8996 | |
| 8997 | tr.wp-locked .locked-indicator { |
| 8998 | background-image: url('../images/lock-2x.png'); |
| 8999 | background-size: 16px 16px; |
| 9000 | } |
| 9001 | |
8997 | 9002 | th .comment-grey-bubble { |
8998 | 9003 | background-image: url('../images/comment-grey-bubble-2x.png'); |
8999 | 9004 | background-size: 12px 12px; |