Make WordPress Core


Ignore:
Timestamp:
05/09/2015 09:04:21 PM (9 years ago)
Author:
ocean90
Message:

Improve focus styles for:

  • Quick Draft links
  • Media Library list mode thumbnails

props afercia.
fixes #32284, #32291.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r32475 r32476  
    20372037}
    20382038
     2039td.media-icon a {
     2040    display: inline-block;
     2041}
     2042
    20392043td.media-icon img {
     2044    display: block;
    20402045    max-width: 80px;
    20412046    max-height: 60px;
    20422047    width: auto;
    20432048    height: auto;
    2044 }
    2045 
    2046 td.image-icon img {
     2049    border: 1px solid #e7e7e7;
    20472050    border: 1px solid rgba(0, 0, 0, 0.07);
    20482051}
Note: See TracChangeset for help on using the changeset viewer.