Open Bug 636729 Opened 13 years ago Updated 4 years ago

Status panel is hard to see when the page has lots of text

Categories

(Firefox :: Theme, enhancement, P5)

enhancement

Tracking

()

People

(Reporter: mak, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: blocked-ux)

Attachments

(1 file)

Attached image screenshot
So, I know my eyes have issues, but I find the new status panel barely visible, indeed I often have to stop for a moment to be able to read it.  The first problem is that it's hard to visually distinguish it from content, the fact the test is not black also doesn't help.

The screenshot attached is a extreme example where both problems cohexist, but I currently notice this issue in a lot of different pages.

I guess if we could find a way to make it better readable.
not sure if I should consider this a regression, the link in the locationbar or in the old statusbar was far more readable for my eyes. most likely for the clear separation from content.
Depends on: 541656
For whoever has eyes problems similar to mine, Shorlanded handed me this userchrome.css change to improve the situation.
I barely added a color: #111 to increase the text contrast (was too faint for my vision).

.statuspanel-label {
  color: #111 !important;
  border-top-right-radius: 5px !important;
  padding: 2px 4px !important;
  background-image: none !important;
  background-color: rgb(252,252,252) !important;
  border-width: 3px 3px 0 0 !important;
  border-style: solid !important;  
  background-clip: padding-box !important;
  -moz-border-top-colors: rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.4) !important;
  -moz-border-right-colors: rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.4) !important;
  -moz-border-bottom-colors: rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.4) !important;
  -moz-border-left-colors: rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.4) !important;
}
Severity: normal → S4
Depends on: status-panel
No longer depends on: 541656
Keywords: blocked-ux
Priority: -- → P5
OS: Windows 7 → All
Hardware: x86 → All
Blocks: status-panel
No longer depends on: status-panel
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: