Make WordPress Core


Ignore:
Timestamp:
10/23/2012 07:55:35 PM (12 years ago)
Author:
ryan
Message:

Update autocomplete CSS to make nice with jQuery UI 1.9. Give ui-helper-hidden-accessible the same treatment as screen-reader-text. Props helenyhou. fixes #22166

File:
1 edited

Legend:

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

    r22284 r22285  
    281281.ui-autocomplete {
    282282    background-color: #eff8ff;
    283     border-color: #d1e5ee;
    284 }
    285 
    286 .ui-autocomplete li a.ui-state-hover {
     283}
     284
     285.ui-autocomplete li a.ui-state-focus {
    287286    background-color: #def1ff;
    288287}
Note: See TracChangeset for help on using the changeset viewer.