]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/media-rtl.css
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-admin / css / media-rtl.css
index 43cb84a15e6b17d9b08ac51e94ea2ea4ce956209..4406d96eff206fce1d9c68ba2473f1b506905a0e 100644 (file)
 #find-posts-close {
        width: 36px;
        height: 36px;
+       border: none;
+       padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        text-align: center;
+       background: none;
        color: #666;
 }
 
-#find-posts-close:hover {
+#find-posts-close:hover,
+#find-posts-close:focus {
        color: #00a0d2;
 }
 
+#find-posts-close:focus {
+       outline: none;
+       -webkit-box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+       box-shadow:
+               0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+}
+
 #find-posts-close:before {
        font: normal 20px/36px dashicons;
        vertical-align: top;
@@ -799,7 +813,7 @@ border color while dragging a file over the uploader drop area */
 }
 
 .edit-attachment-frame .attachment-info .filename {
-       font-weight: normal;
+       font-weight: 400;
        color: #666;
 }