Make WordPress Core

Changeset 26677


Ignore:
Timestamp:
12/05/2013 06:16:18 PM (11 years ago)
Author:
helen
Message:

Bring screen reader shortcuts and image edit controls in line with admin design. see #25858.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

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

    r26637 r26677  
    957957#post-status-info,
    958958.popular-tags,
    959 .feature-filter {
     959.feature-filter,
     960.imgedit-group {
    960961    border: 1px solid #ddd;
    961962    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
     
    980981.widgets-holder-wrap,
    981982.popular-tags,
    982 .feature-filter {
     983.feature-filter,
     984.imgedit-group {
    983985    background: #fff;
    984986}
  • trunk/src/wp-admin/css/wp-admin.css

    r26676 r26677  
    214214.screen-reader-shortcut:focus {
    215215    left: 6px;
    216     top: -21px;
     216    top: -25px;
    217217    height: auto;
    218218    width: auto;
     
    228228    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    229229    text-decoration: none;
     230    outline: none;
    230231}
    231232
     
    60796080
    60806081.imgedit-group {
    6081     border-width: 1px;
    6082     border-style: solid;
    60836082    margin-bottom: 8px;
    60846083    padding: 2px 10px;
Note: See TracChangeset for help on using the changeset viewer.