]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/skins/wordpress/wp-content.css
WordPress 4.5
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / skins / wordpress / wp-content.css
index a974bc8c192a0b7419439423ee690ca54e13cb6e..39af33835f5cbc92549852a200752e9736de08ef 100644 (file)
@@ -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;