#21473 closed defect (bug) (fixed)
Twenty Twelve: Style for comment form button
| Reported by: | obenland | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The commentform submit button should receive some Theme styling.
Attachments (4)
Change History (8)
#2
@
14 years ago
Screenshot following 21473.2.diff > http://cl.ly/image/442O3W300F3j
Version 0, edited 14 years ago by
(next)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
21473.2.diff also makes button height browser compatible.
It seems the Firefox bug isn’t really a bug at all, but a “feature”: that is, it’s a deliberate decision by Firefox to limit line heights on buttons. This is evidenced by this line of CSS in Firefox’s default CSS:
Basically, Firefox is setting the line-height to “normal” on buttons and is enforcing this decision with an
!importantdeclaration.Source