[wp-trac] [WordPress Trac] #11502: Some buttons have gone square in 2.9

WordPress Trac wp-trac at lists.automattic.com
Sat Dec 19 13:22:24 UTC 2009


#11502: Some buttons have gone square in 2.9
--------------------------+-------------------------------------------------
 Reporter:  caesarsgrunt  |       Owner:             
     Type:  defect (bug)  |      Status:  new        
 Priority:  normal        |   Milestone:  2.9.1      
Component:  UI            |     Version:  2.9        
 Severity:  major         |    Keywords:  needs-patch
--------------------------+-------------------------------------------------

Comment(by caesarsgrunt):

 Seems to be caused by a conflict between
 {{{
 .submit input, .button, .button-primary, .button-secondary, .button-
 highlighted, #postcustomstuff .submit input {
     -moz-border-radius-bottomleft:11px;
     -moz-border-radius-bottomright:11px;
     -moz-border-radius-topleft:11px;
     -moz-border-radius-topright:11px;
     ...
 }}}
 and
 {{{
 textarea, input[type="text"], input[type="password"], input[type="file"],
 input[type="button"], input[type="submit"], input[type="reset"], select {
     -moz-border-radius-bottomleft:4px;
     -moz-border-radius-bottomright:4px;
     -moz-border-radius-topleft:4px;
     -moz-border-radius-topright:4px;
     ...
 }}}
 on line 379 and line 1, respectively, of {{{admin.dev.css}}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11502#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list