]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/ie.css
WordPress 4.7.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / ie.css
index 78f84e0c111f6aaa3a7c4ff6e7ab87e401dc5b6b..df8d792494cdcca1697362bea28df5eadb30686c 100644 (file)
@@ -221,8 +221,7 @@ table.fixed td {
 }
 
 #wpbody-content input.button,
-#wpbody-content input.button-primary,
-#wpbody-content input.button-secondary {
+#wpbody-content input.button-primary {
        overflow: visible;
 }
 
@@ -244,7 +243,7 @@ table.fixed td {
 }
 
 #wpbody-content .postbox {
-       border: 1px solid #dfdfdf;
+       border: 1px solid #ddd;
 }
 
 #wpbody-content .postbox .hndle {
@@ -442,13 +441,17 @@ div#dashboard-widgets {
        padding-right: 1px;
 }
 
-.tagchecklist span, .tagchecklist span a {
+.tagchecklist > span, .tagchecklist .ntdelbutton {
        display: inline-block;
        display: block;
 }
 
-.tablenav .button-secondary,
-.nav .button-secondary {
+.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
+       outline: 1px solid #5b9dd9;
+}
+
+.tablenav .button,
+.nav .button {
        padding-top: 2px;
        padding-bottom: 2px;
 }
@@ -507,7 +510,7 @@ table.ie-fixed {
        border-collapse: collapse;
 }
 
-.tablenav a.button-secondary {
+.tablenav a.button {
        display: inline-block;
        padding: 2px 5px;
 }
@@ -638,7 +641,7 @@ input[type="password"],
 .mce-close {
        font-family: 'tinymce', Arial;
        font-style: normal;
-       font-weight: normal;
+       font-weight: 400;
        font-variant: normal;
        font-size: 16px;
        margin-left: 0;
@@ -687,7 +690,7 @@ input[type="password"],
 * html .stuffbox,
 * html .stuffbox input,
 * html .stuffbox textarea {
-       border: 1px solid #DFDFDF;
+       border: 1px solid #ddd;
 }
 
 * html div.widget-liquid-left {
@@ -721,7 +724,7 @@ input[type="password"],
 }
 
 * html input {
-       border: 1px solid #dfdfdf;
+       border: 1px solid #ddd;
 }
 
 * html .edit-box {