Changeset 29231
- Timestamp:
- 07/18/2014 10:14:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r29186 r29231 271 271 272 272 .mce-toolbar .mce-colorbutton .mce-preview { 273 margin -left: -17px;273 margin: 0; 274 274 padding: 0; 275 width: 18px; 275 top: auto; 276 bottom: 2px; 277 left: 3px; 278 height: 3px; 279 width: 20px; 276 280 } 277 281 … … 583 587 i.mce-i-alignjustify, 584 588 i.mce-i-forecolor, 589 i.mce-i-backcolor, 585 590 i.mce-i-pastetext, 586 591 i.mce-i-pasteword, … … 686 691 } 687 692 688 i.mce-i-forecolor:before { 693 i.mce-i-forecolor:before, 694 i.mce-i-backcolor:before { 689 695 content: '\f215'; 690 696 }
Note: See TracChangeset
for help on using the changeset viewer.