Make WordPress Core

Ticket #31798: 31798.diff

File 31798.diff, 416 bytes (added by yoavf, 10 years ago)
  • src/wp-includes/css/editor.css

     
    894894        content: '\f221';
    895895}
    896896
     897.rtl i.mce-i-undo:before {
     898        content: '\f172';
     899}
     900
     901.rtl i.mce-i-redo:before {
     902        content: '\f171';
     903}
     904
    897905/* Editors */
    898906.wp-editor-wrap {
    899907        position: relative;