Opened 13 years ago
Closed 13 years ago
#17889 closed defect (bug) (fixed)
Browser nag with no JS has hard to read grey text
Reported by: | duck_ | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
See screenshot attached.
If you do not have JavaScript enabled then the browser nag metabox text is the default dark grey which is hard to read and looks strange alongside the white links.
The problem is caused by the ui-sortable class, which is specified in the CSS, not being applied.
Attachments (6)
Change History (12)
#2
@
13 years ago
17889.2.diff doesn't change the color of the header. You could drop the color definition in #dashboard_browser_nag.postbox h3
as well, but I just combined it with #dashboard_browser_nag a
in 17889.3.diff and it looks fine with and without JS.
#3
@
13 years ago
I've always wondered why the font color flickered on refresh. Yes, let's please get this fixed.
#5
@
13 years ago
17889-4.patch seemed to clean things up for me (with and without JS).
Note: See
TracTickets for help on using
tickets.
It's possible to move the color declaration to a different block