View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001889 | CSS | Bug Report - Interface | public | 2010-11-24 14:15 | 2014-09-01 22:42 |
Reporter | permidion | Assigned To | DerIdiot | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | all | OS | all | OS Version | all |
Summary | 0001889: FF focused input on black background are not visually highlighted | ||||
Description | when using a template with black background (aniblackle-menu), focused input of type button or submit get "highlighted" with black dot which are invisible on the black background. here is a styling which solve this usability issue: button:focus::-moz-focus-inner, input[type="submit"]:focus::-moz-focus-inner, input[type="button"]:focus::-moz-focus-inner { border-color: #728972; } this one is for aniblackle-menu | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-11-24 14:15 | permidion | New Issue | |
2010-11-24 14:15 | permidion | File Added: focused_input_existing_styling.png | |
2010-11-24 14:15 | permidion | File Added: focused_input_proposed_styling.png | |
2010-11-25 00:27 | DerIdiot | Project | AJAX/JS => CSS |
2014-09-01 22:42 | DerIdiot | Status | new => resolved |
2014-09-01 22:42 | DerIdiot | Resolution | open => fixed |
2014-09-01 22:42 | DerIdiot | Assigned To | => DerIdiot |