View Issue Details

IDProjectCategoryView StatusLast Update
0001889CSSBug Report - Interfacepublic2014-09-01 22:42
Reporterpermidion Assigned ToDerIdiot  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
PlatformallOSallOS Versionall
Summary0001889: FF focused input on black background are not visually highlighted
Descriptionwhen 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
TagsNo tags attached.

Activities

permidion

2010-11-24 14:15

reporter  

permidion

2010-11-24 14:15

reporter  

Issue History

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