mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
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:
parent
8e43c8250c
commit
fc1f95edc4
3 changed files with 26 additions and 6 deletions
|
|
@ -196,6 +196,7 @@ label.findbar-find-fast:-moz-lwtheme,
|
|||
|
||||
.findbar-textbox[flash="true"] {
|
||||
background-color: #F7E379;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.findbar-textbox[status="notfound"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue