[wp-trac] [WordPress Trac] #15512: wp-admin colors-classic .alt .alternate error

WordPress Trac wp-trac at lists.automattic.com
Sat Nov 20 01:29:07 UTC 2010


#15512: wp-admin colors-classic .alt .alternate error
----------------------------+-----------------------------------------------
 Reporter:  webaware        |       Owner:                                
     Type:  defect (bug)    |      Status:  new                           
 Priority:  normal          |   Milestone:  Awaiting Review               
Component:  Administration  |     Version:  3.0.1                         
 Severity:  minor           |    Keywords:  colors classic admin alternate
----------------------------+-----------------------------------------------
 CSS classes .alt and .alternate specify row colour shading for alternate
 rows in tables. This fails in the classic (blue) admin colour scheme due
 to a missing comma in the CSS.


 {{{
 .alt  /* <-- comma needed there, missing from CSS file */
 .alternate {
         background-color: #edfbfc;
 }

 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15512>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list