﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14430,editor-style.css of a child theme overriden by parent theme,helix84,JohnPBloch,"Although it's possible to customize the look of the editor window (see <http://codex.wordpress.org/Function_Reference/add_editor_style>), the child's style is included before the parent's style, so the parent's styles will override child's styles.

E.g.:
childs-editor-style.css:
h1 { color:red }
parents-editor-style.css:
h1 { color:blue }
result: h1 in post editor will have blue color

The solution is to change the order of styles. Patch attached.",defect (bug),closed,normal,3.1,General,3.0,normal,fixed,has-patch needs-refresh,apeatling
