]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/editor.css
WordPress 4.7-scripts
[autoinstalls/wordpress.git] / wp-includes / css / editor.css
index fa5e71a741c8bcdf84c81150a1bfc514cec100a4..e04317ec89cbdcc896a106ef33a0c30465dde475 100644 (file)
        font-family: inherit;
 }
 
+.mce-container .mce-monospace,
+.mce-widget .mce-monospace {
+       font-family: Consolas, Monaco, monospace;
+       font-size: 13px;
+       line-height: 150%;
+}
+
 /* TinyMCE windows */
 #mce-modal-block,
 #mce-modal-block.mce-fade {
@@ -581,6 +588,7 @@ div.mce-path {
 .mce-menu .mce-menu-item-normal.mce-active,
 .mce-menu .mce-menu-item-preview.mce-active {
        background: #0073aa; /* See color scheme. */
+       color: #fff;
 }
 
 .mce-menu .mce-menu-item-preview.mce-active {
@@ -643,6 +651,16 @@ div.mce-menu .mce-menu-item-sep,
        margin-left: -2px;
 }
 
+/* Keyboard shortcuts position */
+.mce-menu.mce-menu-align .mce-menu-item-normal {
+       position: relative;
+}
+
+.mce-menu.mce-menu-align .mce-menu-shortcut {
+       bottom: 0.6em;
+       font-size: 0.9em;
+}
+
 /* Buttons in modals */
 .mce-primary button,
 .mce-primary button i {
@@ -840,6 +858,11 @@ div.mce-menu .mce-menu-item-sep,
        border-left-color: #23282d;
 }
 
+div.mce-notification {
+       left: 10% !important;
+       right: 10%;
+}
+
 .mce-notification button.mce-close {
        right: 6px;
        top: 3px;
@@ -1147,7 +1170,7 @@ i.mce-i-wp_code:before {
 }
 
 .js .tmce-active .wp-editor-area {
-       color: white;
+       color: #fff;
 }
 
 .tmce-active .quicktags-toolbar {
@@ -1304,7 +1327,7 @@ i.mce-i-wp_code:before {
 
 @media screen and ( min-width: 782px ) {
        .wp-core-ui .quicktags-toolbar input.button.button-small {
-               /* .button-small is normaly 11px, but a bit too small for these buttons. */
+               /* .button-small is normally 11px, but a bit too small for these buttons. */
                font-size: 12px;
                height: 26px;
                line-height: 24px;