Improve focus styles for:

* Quick Draft links
* Media Library list mode thumbnails 

props afercia.
fixes #32284, #32291.
Built from https://develop.svn.wordpress.org/trunk@32476


git-svn-id: http://core.svn.wordpress.org/trunk@32446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2015-05-09 21:05:25 +00:00
parent bbcdcc084d
commit 42cd948544
7 changed files with 19 additions and 17 deletions

View File

@@ -2036,14 +2036,17 @@ td.media-icon {
padding-bottom: 8px;
}
td.media-icon a {
display: inline-block;
}
td.media-icon img {
display: block;
max-width: 80px;
max-height: 60px;
width: auto;
height: auto;
}
td.image-icon img {
border: 1px solid #e7e7e7;
border: 1px solid rgba(0, 0, 0, 0.07);
}