browsh-org/browsh

Make input boxes clearly visible

Open

#224 aberto em 1 de out. de 2018

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (455 forks)batch import
bughelp wantedtty-mode

Métricas do repositório

Stars
 (15.996 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Some input boxes blend into the background in Browsh so well, that they can't immediately be seen by the user.

Additionally this prevents the caret in caret mode of the vim like key navigation I'm implementing from being able to stop at some input boxes.

Examples of this input box invisibility can be seen on google and google news.

This probably can be fixed by injecting CSS styles to ensure that input boxes are colored differently from their background.

Guia do colaborador