X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0459461f9ea42e0b090759ff6fe5f48360bef750..refs/tags/wordpress-4.5:/wp-includes/js/tinymce/skins/wordpress/wp-content.css diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index a974bc8c..39af3383 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -4,15 +4,6 @@ html { cursor: text; } -html.ios { - height: 100%; -} - -.ios body#tinymce { - height: 200%; - max-width: none; -} - body { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-size: 16px; @@ -176,12 +167,12 @@ img[data-mce-selected]::selection { .mce-content-body img.wp-media:hover { background-color: #ededed; - border-color: #777; + border-color: #72777c; } .mce-content-body img.wp-media.wp-media-selected { background-color: #d8d8d8; - border-color: #777; + border-color: #72777c; } .mce-content-body img.wp-media.wp-gallery { @@ -190,13 +181,13 @@ img[data-mce-selected]::selection { /* Image resize handles */ .mce-content-body div.mce-resizehandle { - border-color: #777; + border-color: #72777c; width: 7px; height: 7px; } .mce-content-body img[data-mce-selected] { - outline: 1px solid #777; + outline: 1px solid #72777c; } .mce-content-body img[data-mce-resize="false"] { @@ -306,7 +297,7 @@ audio { .ie8 .wpview-wrap[data-mce-selected], .ie7 .wpview-wrap[data-mce-selected] { background-color: #e5e5e5; - border-color: #777; + border-color: #72777c; } .wpview-overlay { @@ -342,11 +333,11 @@ audio { .wpview-wrap .wpview-loading ins { background-color: #333; margin: 0 0 0 -60px; - width: 60px; + width: 36px; height: 5px; display: block; - -webkit-animation: wpview-loading 1.3s infinite 1s linear; - animation: wpview-loading 1.3s infinite 1s linear; + -webkit-animation: wpview-loading 1.3s infinite 1s steps(36); + animation: wpview-loading 1.3s infinite 1s steps(36); } @-webkit-keyframes wpview-loading { @@ -373,7 +364,7 @@ audio { } .wpview-error { - border: 1px solid #dedede; + border: 1px solid #ddd; padding: 1em 0; margin: 0; word-wrap: break-word;