#5386 closed bug (fixed)
Anchor font color inside ui widget header not theme color
Reported by: | Rwhitbeck | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8.1 |
Component: | ui.css-framework | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Change History (4)
comment:1 Changed 13 years ago by
Component: | CSS Framework → [meta] ui.site |
---|---|
Milestone: | TBD → 1.8.1 |
Priority: | minor → critical |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Component: | [meta] ui.site → CSS Framework |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | Button Widget Inconsistent Styling of Anchor Tag → Anchor font color inside ui widget header not theme color |
Fixed in 3e1f97d5e5e3c4b22b4fbb8a024d2de02e086dbb. Thanks dcneiner.
comment:4 Changed 13 years ago by
Milestone: | 1.9 → 1.8.1 |
---|
Note: See
TracTickets for help on using
tickets.
Description from dup ticket #5390:
When using the redmond theme (and presumably others) the text on an anchor button appears in white rather than blue as per a standard button. The offending style appears to be:
.ui-widget-header a: #ffffff
Commenting out this style appears to fix the anchor button issue but I'm not sure what effect this would have elsewhere.