Make WordPress Core

Changeset 23409


Ignore:
Timestamp:
02/13/2013 11:50:55 PM (10 years ago)
Author:
helen
Message:

Restore the following:

  • Box shadow for screen options/help tabs focus state.
  • Text shadow on the about screen badge to match the text shadow in the graphic itself.
  • Border for credits screen gravatars, in place of the previous box shadow.

props nacin. see #23415.

Location:
trunk/wp-admin/css
Files:
3 edited

Legend:

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

    r23407 r23409  
    18101810.wp-badge {
    18111811    color: #fff;
     1812    text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
    18121813}
    18131814
     
    18521853.about-wrap .point-releases h3:first-child {
    18531854    border: 0;
     1855}
     1856
     1857.about-wrap li.wp-person img.gravatar {
     1858    border-color: #d1e5ee;
    18541859}
    18551860
  • trunk/wp-admin/css/colors-fresh.css

    r23407 r23409  
    17191719.wp-badge {
    17201720    color: #fff;
     1721    text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
    17211722}
    17221723
     
    17611762.about-wrap .point-releases h3:first-child {
    17621763    border: 0;
     1764}
     1765
     1766.about-wrap li.wp-person img.gravatar {
     1767    border-color: #ccc;
    17631768}
    17641769
  • trunk/wp-admin/css/wp-admin.css

    r23407 r23409  
    11911191
    11921192#screen-meta-links a:focus {
     1193    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
     1194    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    11931195    outline: none;
    11941196}
     
    54155417    width: 60px;
    54165418    height: 60px;
     5419    border-width: 1px;
     5420    border-style: solid;
    54175421}
    54185422
Note: See TracChangeset for help on using the changeset viewer.