X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/b925718b4bf2dd47a8429f844d0a255ca6e35bd1..b22765f41bf0b2021b9beb9120ee0ac91fa89292:/wp-admin/css/media.css diff --git a/wp-admin/css/media.css b/wp-admin/css/media.css index 71424c91..22cc406f 100644 --- a/wp-admin/css/media.css +++ b/wp-admin/css/media.css @@ -302,18 +302,32 @@ #find-posts-close { width: 36px; height: 36px; + border: none; + padding: 0; position: absolute; top: 0; right: 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; }