summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-06-25 21:46:41 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-06-25 21:46:41 -0400
commitf34b2f4ed26b1dea7b5e64a32176a35fec74c833 (patch)
treecba37431fe8c7352431e96aaac3ccc112a123639
parente5ceaeaadf2622f345c29d7d819fb0e81dae22b5 (diff)
downloadiceweasel-uxp-f34b2f4ed26b1dea7b5e64a32176a35fec74c833.tar.gz
workaround for FS#1021 in findbar cssv1.7
-rw-r--r--themes/linux/findBar.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/linux/findBar.css b/themes/linux/findBar.css
index e3e2ad0..c91b9ca 100644
--- a/themes/linux/findBar.css
+++ b/themes/linux/findBar.css
@@ -74,8 +74,8 @@ findbar[hidden] {
}
.findbar-textbox[status="notfound"] {
- box-shadow: 0 0 0 1em #f66 inset;
- color: white;
+ background-color: white !important;
+ color: red;
}
.findbar-textbox[flash="true"] {