summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/osx
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-21 16:24:37 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-21 16:24:37 +0000
commit911cbcd1af7d8becf9694e3b51ce773908e1a93d (patch)
tree8d0cb290c421d4cb050ec2a521a3b8dd6e876ca0 /toolkit/themes/osx
parent05569cb6d18680e0bad2505cb68e5ccddbb32d1f (diff)
downloadUXP-911cbcd1af7d8becf9694e3b51ce773908e1a93d.tar
UXP-911cbcd1af7d8becf9694e3b51ce773908e1a93d.tar.gz
UXP-911cbcd1af7d8becf9694e3b51ce773908e1a93d.tar.lz
UXP-911cbcd1af7d8becf9694e3b51ce773908e1a93d.tar.xz
UXP-911cbcd1af7d8becf9694e3b51ce773908e1a93d.zip
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.
Diffstat (limited to 'toolkit/themes/osx')
-rw-r--r--toolkit/themes/osx/global/findBar.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/themes/osx/global/findBar.css b/toolkit/themes/osx/global/findBar.css
index 44983d80f..869a62432 100644
--- a/toolkit/themes/osx/global/findBar.css
+++ b/toolkit/themes/osx/global/findBar.css
@@ -196,6 +196,7 @@ label.findbar-find-fast:-moz-lwtheme,
.findbar-textbox[flash="true"] {
background-color: #F7E379;
+ color: #000;
}
.findbar-textbox[status="notfound"] {