From 2ade0b964a45d9da9492f8ca688b14b7af70b9d2 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sat, 1 Nov 2014 03:46:08 +0000 Subject: [PATCH] Twenty Fourteen: update table styles in editor CSS file for new TinyMCE class names. Props slobodanmanic, fixes #28703. git-svn-id: https://develop.svn.wordpress.org/trunk@30147 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyfourteen/css/editor-style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/css/editor-style.css b/src/wp-content/themes/twentyfourteen/css/editor-style.css index 1d66b73c59..010f35809e 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-style.css @@ -336,7 +336,8 @@ blockquote.alignright p { * ---------------------------------------------------------------------------- */ -.mceItemTable { +.mceItemTable, +.mce-item-table { border: 1px solid rgba(0, 0, 0, 0.1); border-width: 1px 0 0 1px; border-collapse: separate; @@ -348,7 +349,9 @@ blockquote.alignright p { } .mceItemTable th, -.mceItemTable caption { +.mceItemTable caption, +.mce-item-table th, +.mce-item-table caption { border: 1px solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 0; font-weight: 700; @@ -358,7 +361,8 @@ blockquote.alignright p { vertical-align: baseline; } -.mceItemTable td { +.mceItemTable td, +.mce-item-table td { border: 1px solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 0; font-family: Lato, sans-serif;