Issue #1700 - Apply background color instead of inset shadow for findbar input.

This changes the toolkit theme for Linux and Windows (Mac already did this) to
style the input textbox on the findbar with -moz-appearance:none so as to give
us styling control (as opposed to using a native widget style) and apply a
neutral style to it.
Also ensures Mac remains readable in case of poorly contrasting text.
This commit is contained in:
Moonchild 2020-12-21 16:24:37 +00:00 committed by roytam1
commit fc1f95edc4
3 changed files with 26 additions and 6 deletions

View file

@ -196,6 +196,7 @@ label.findbar-find-fast:-moz-lwtheme,
.findbar-textbox[flash="true"] {
background-color: #F7E379;
color: #000;
}
.findbar-textbox[status="notfound"] {