diff --git src/wp-includes/css/editor.css src/wp-includes/css/editor.css
index 2b07303..0b00554 100644
|
|
i.mce-i-wp_page:before { |
555 | 555 | #wp-link #internal-toggle { |
556 | 556 | display: inline-block; |
557 | 557 | cursor: pointer; |
558 | | padding-left: 18px; |
559 | 558 | } |
560 | 559 | |
561 | | #wp-link .toggle-arrow { |
562 | | background: transparent url("../images/toggle-arrow.png") top left no-repeat; |
563 | | height: 23px; |
564 | | line-height: 23px; |
| 560 | #wp-link .toggle-arrow:before { |
| 561 | content: "\f139"; |
| 562 | color: #bbb; |
| 563 | font: normal 20px/1.2 'dashicons'; |
| 564 | speak: none; |
| 565 | vertical-align: middle; |
565 | 566 | } |
566 | 567 | |
567 | | #wp-link .toggle-arrow-active { |
568 | | background-position: center left; |
| 568 | #wp-link .toggle-arrow-active.toggle-arrow:before { |
| 569 | content: "\f140"; |
| 570 | color: #bbb; |
| 571 | font: normal 20px/1.2 'dashicons'; |
| 572 | speak: none; |
| 573 | vertical-align: middle; |
569 | 574 | } |
570 | 575 | |
571 | 576 | #wp-link label input[type="text"] { |