Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#1566 closed enhancement (fixed)

Add missng style to default theme

Reported by: stuartmanderson's profile stuartmanderson Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Core Keywords: css, buttons
Cc:

Description

The default theme default.css script appears to be missing a style:

a.button, input[type="submit"], input[type="button"], ul.button-nav li a, div.generic-button a {
...
}

The above needs the style input[type="reset"] adding so that "Reset" buttons also pick up the button styling.

Change History (2)

#1 @johnjamesjacoby
14 years ago

(In [3047]) Addresses #1566. Add styling to reset buttons. Mostly for child themes and custom components that use these.

#2 @johnjamesjacoby
14 years ago

  • Component set to Core
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.