Opened 15 years ago
Closed 15 years ago
#1566 closed enhancement (fixed)
Add missng style to default theme
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
(In [3047]) Addresses #1566. Add styling to reset buttons. Mostly for child themes and custom components that use these.