]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/forms.css
WordPress 4.7
[autoinstalls/wordpress.git] / wp-admin / css / forms.css
index 15be606f8edeaa497a63d65ab6b1f5579a077b12..f0b1b372ea933d07d38d592c87f4da2be4b962ca 100644 (file)
@@ -204,6 +204,7 @@ textarea {
 
 .wp-admin input[type="file"] {
        padding: 3px 0;
+       cursor: pointer;
 }
 
 label {
@@ -297,6 +298,7 @@ input[type="range"].disabled {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
+       cursor: default;
 }
 
 input[type="checkbox"]:disabled,
@@ -384,7 +386,7 @@ textarea.large-text {
        width: 99%;
 }
 
-input.regular-text {
+.regular-text {
        width: 25em;
 }
 
@@ -456,21 +458,6 @@ fieldset label,
        vertical-align: baseline;
 }
 
-#misc-publishing-actions label[for="post_status"]:before {
-       content: "\f173";
-       display: inline-block;
-       font: normal 20px/1 dashicons;
-       speak: none;
-       left: -1px;
-       padding: 0 5px 0 0;
-       position: relative;
-       top: 0;
-       text-decoration: none !important;
-       vertical-align: top;
-       -webkit-font-smoothing: antialiased;
-       -moz-osx-font-smoothing: grayscale;
-}
-
 #pass-strength-result {
        background-color: #eee;
        border: 1px solid #ddd;
@@ -607,11 +594,18 @@ ul#add-to-blog-users {
        padding: 4px 10px;
        white-space: nowrap;
        text-align: left;
+       cursor: pointer;
 }
 
-.ui-autocomplete li.ui-state-focus {
+/* Colors for the wplink toolbar autocomplete. */
+.ui-autocomplete .ui-state-focus {
        background-color: #ddd;
-       cursor: pointer;
+}
+
+/* Colors for the tags autocomplete. */
+.wp-tags-autocomplete .ui-state-focus {
+       background-color: #0073aa;
+       color: #fff;
 }
 
 /*------------------------------------------------------------------------------