Make WordPress Core

Changeset 19703


Ignore:
Timestamp:
01/06/2012 06:33:40 PM (13 years ago)
Author:
nacin
Message:

Show cursor for the search icon. props jaquers. fixes #19594.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/admin-bar.dev.css

    r19684 r19703  
    365365    display: block;
    366366}
     367
    367368#wpadminbar #wp-admin-bar-user-info .display-name {
    368369    color: #333;
     
    427428    background-repeat: no-repeat;
    428429    outline: none;
     430    cursor: pointer;
    429431
    430432    -webkit-border-radius: 3px;
     
    461463    width: 200px;
    462464    background-color: rgba( 255, 255, 255, 0.9 );
     465    cursor: text;
    463466}
    464467
Note: See TracChangeset for help on using the changeset viewer.