Make WordPress Core

Changeset 29231


Ignore:
Timestamp:
07/18/2014 10:14:05 PM (11 years ago)
Author:
azaozz
Message:

TinyMCE: better "color preview" for the text color button, props avryl, fixes #28280.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r29186 r29231  
    271271
    272272.mce-toolbar .mce-colorbutton .mce-preview {
    273     margin-left: -17px;
     273    margin: 0;
    274274    padding: 0;
    275     width: 18px;
     275    top: auto;
     276    bottom: 2px;
     277    left: 3px;
     278    height: 3px;
     279    width: 20px;
    276280}
    277281
     
    583587i.mce-i-alignjustify,
    584588i.mce-i-forecolor,
     589i.mce-i-backcolor,
    585590i.mce-i-pastetext,
    586591i.mce-i-pasteword,
     
    686691}
    687692
    688 i.mce-i-forecolor:before {
     693i.mce-i-forecolor:before,
     694i.mce-i-backcolor:before {
    689695    content: '\f215';
    690696}
Note: See TracChangeset for help on using the changeset viewer.