]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/editor.css
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-includes / css / editor.css
index c2a036bb5817d418f4c973b3a54577e0423af2dc..a2645495464822492842bed5b4318edc80096873 100644 (file)
@@ -140,7 +140,7 @@ div.mce-tab:focus {
        margin: 8px 0;
        white-space: normal;
        font-size: 14px;
-       font-weight: normal;
+       font-weight: 400;
 }
 
 .mce-window .wp-editor-help table {
@@ -180,14 +180,14 @@ div.mce-tab:focus {
 }
 
 .mce-window .wp-editor-help th {
-       font-weight: bold;
+       font-weight: 600;
        padding-bottom: 0;
 }
 
 .mce-window .wp-editor-help kbd {
        font-family: monospace;
        padding: 2px 7px 3px;
-       font-weight: bold;
+       font-weight: 600;
        margin: 0;
        background: #eaeaea;
        background: rgba(0,0,0,0.08);
@@ -838,7 +838,7 @@ div.mce-menu .mce-menu-item-sep,
 .mce-notification button.mce-close {
        right: 6px;
        top: 3px;
-       font-weight: normal;
+       font-weight: 400;
        color: #555d66;
 }
 
@@ -1109,7 +1109,8 @@ i.mce-i-wp_code:before {
        background: #ebebeb;
        color: #666;
        cursor: pointer;
-       font: 13px/19px "Open Sans", sans-serif;
+       font-size: 13px;
+       line-height: 19px;
        height: 20px;
        margin: 5px 0 0 5px;
        padding: 3px 8px 4px;
@@ -1241,7 +1242,7 @@ i.mce-i-wp_code:before {
 }
 
 .quicktags-toolbar input[value="b"] {
-       font-weight: bold;
+       font-weight: 600;
 }
 
 .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
@@ -1600,7 +1601,7 @@ i.mce-i-wp_code:before {
 }
 
 #wp-link li.selected .item-title {
-       font-weight: bold;
+       font-weight: 600;
 }
 
 #wp-link li:last-child {
@@ -1756,6 +1757,10 @@ div.wp-link-preview a {
        cursor: pointer;
 }
 
+div.wp-link-preview a.wplink-url-error {
+       color: #dc3232;
+}
+
 div.wp-link-input {
        float: left;
        margin: 2px;