Make WordPress Core

Ticket #27595: 27595.2.patch

File 27595.2.patch, 585 bytes (added by iseulde, 12 years ago)
  • src/wp-admin/css/edit.css

     
    337337        background-color: #f7f7f7;
    338338        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    339339        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     340        cursor: row-resize;
    340341}
    341342
    342343#post-status-info td {
     
    355356#content-resize-handle {
    356357        background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
    357358        width: 12px;
    358         cursor: n-resize;
    359359}
    360360
    361361.rtl #content-resize-handle {